Creates a UntrimFeatureInput object that defines the input needed to create a untrim feature. Use the input object to define the input to create the desired feature and then use the Add method, passing in the UntrimFeatureInput object.
"untrimFeatures_var" is a variable referencing a UntrimFeatures object.
|
"untrimFeatures_var" is a variable referencing a UntrimFeatures object.
|
Type | Description |
UntrimFeatureInput | Returns the newly created UntrimFeatureInput object or null if the creation failed. |
Name | Type | Description |
loops | BRepLoop[] | Input the entities that define loops to remove. Only loops that do not have a connected face can be removed (the edges in the loop have a single face) The array can only contain loops from surface bodies, (the isSolid property of the BRepBody returns false). |
extensionDistance | ValueInput | If an external boundary is removed the untrimmed face can be extended by a specified distance. This is an optional argument whose default value is null. |
Name | Description |
Untrim Feature API Sample | Demonstrates creating a new untrim feature. |