Creates a basic extrusion that goes from the profile plane the specified distance.
"extrudeFeatures_var" is a variable referencing an ExtrudeFeatures object.
|
"extrudeFeatures_var" is a variable referencing an ExtrudeFeatures object.
|
Type | Description |
ExtrudeFeature | Returns the newly created ExtrudeFeature or null if the creation failed. |
Name | Type | Description |
profile | Base | The profile argument can be a single Profile, a single planar face, a single SketchText object, or an ObjectCollection consisting of multiple profiles, planar faces, and sketch texts. When an ObjectCollection is used all of the profiles, faces, and sketch texts must be co-planar. This method can only be used to create solid extrusions. To create a surface extrusion you need to use the add method. |
distance | ValueInput | ValueInput object that defines the extrude distance. A positive value extrudes in the positive direction of the sketch plane and negative value is in the opposite direction. |
operation | FeatureOperations | The feature operation to perform. |
Name | Description |
extrudeFeatures.addSimple | Demonstrates the extrudeFeatures.addSimple method. |
Extrude Feature API Sample | Demonstrates creating a new extrude feature. |
Move Feature API Sample | Demonstrates creating a new move feature. |
Manage Participant Bodies API Sample | Demonstrates how to manage participant During Cut operation. Same API can be used to manage participants During intersection also. |
Patch Feature API Sample | Demonstrates creating a new patch feature. |
ReplaceFace Feature | Demonstrates creating a new replaceface feature. |
Shell Feature API Sample | Demonstrates creating a new shell feature. |
Simple Extrusion Sample | Creates a new extrusion feature, resulting in a new component. |