Statically creates a new FromEntityStartDefinition object. This is used as input when create a new feature and defining the starting condition.
This is a static method.
|
This is a static method.
|
Type | Description |
FromEntityStartDefinition | Returns the newly created FromEntityStartDefinition or null in the case of a failure. |
Name | Type | Description |
entity | Base | An input construction plane or face that defines the start of the feature. If a face is specified it must be large enough to completely contain the projected profile. |
offset | ValueInput | An input ValueInput objects that defines the offset distance from the specified entity. The offset can be positive or negative. A positive value indicates an offset in the same direction as the positive normal direction of the face. |
Name | Description |
Extrude Feature API Sample | Demonstrates creating a new extrude feature. |