Defines the position and orientation of the hole using a set of sketch points.
"holeFeatureInput_var" is a variable referencing a HoleFeatureInput object.
|
"holeFeatureInput_var" is a variable referencing a HoleFeatureInput object.
|
Type | Description |
boolean | Returns true if successful. |
Name | Type | Description |
sketchPoints | ObjectCollection | A collection of sketch points that defines the positions of the holes. The orientation is inferred from the normal of the point's parent sketch. The natural direction will be opposite the normal of the sketch. The points can be from multiple sketches but they must all be co-planar. |
Name | Description |
Hole Feature API Sample | Demonstrates creating a new hole feature. |