Sets the faces and sheet bodies to offset.
To use this method, you need to position the timeline marker to immediately before this feature. This can be accomplished using the following code: thisFeature.timelineObject.rollTo(True)
"offsetFeature_var" is a variable referencing an OffsetFeature object.
|
"offsetFeature_var" is a variable referencing an OffsetFeature object.
|
Type | Description |
boolean | Returns true if successful |
Name | Type | Description |
entities | ObjectCollection | An ObjectCollection containing the BRepFace objects to offset. Additional faces may be automatically used depending on the value of the isChainSelection argument. Input faces need not be from the same body. |
isChainSelection | boolean | A boolean value for setting whether or not faces that are tangentially connected to the input faces (if any) will also be offset. The default value is true. This is an optional argument whose default value is True. |