Package empro :: Module empro :: Module geometry :: Class Chamfer
[frames] | no frames]

Class Chamfer

core.Updatable --+            
                 |            
   core.Selectable --+        
                     |        
               Feature --+    
                         |    
                     Blend --+
                             |
                            Chamfer

A concrete realization of a Blend feature.

Class Hierarchy for Chamfer
Class Hierarchy for Chamfer

constructor Chamfer(iRange):

constructor Chamfer(iLeftRange, iRightRange):

Instance Methods
None
setRange(iRange)
Sets both the left and right range.

Inherited from Feature: isSuppressed, referenceCoordinateSystem, suppress, unsuppress

Inherited from core.Selectable: clone, isSelected

Inherited from core.Updatable: __enter__, __exit__, hash, isValid, reasonWhyInvalid

Properties
ExpressionNone leftRange
Left range of chamfer operation.
ExpressionNone rightRange
Right range of chamfer operation.

Inherited from Blend: edgeList

Inherited from core.Selectable: metaData, name, notes

Method Details

setRange(iRange)

 

Sets both the left and right range.

Parameters:
Returns: None