Creates a ScaleFeatureInput object. Use properties and methods on this object to define the scale you want to create and then use the Add method, passing in the ScaleFeatureInput object.
"scaleFeatures_var" is a variable referencing a ScaleFeatures object. |
"scaleFeatures_var" is a variable referencing a ScaleFeatures object. |
| Type | Description |
| ScaleFeatureInput | Returns the newly created ScaleFeatureInput object or null if the creation failed. |
| Name | Type | Description |
| inputEntities | ObjectCollection | This collection can contain sketches, BRep bodies and T-Spline bodies in parametric modeling. It can contain sketches, BRep bodies, T-Spline bodies, mesh bodies, root component and occurrences in non-parametric modeling. |
| point | Base | Input a point as reference to scale. This can be a BRepVertex, a SketchPoint or a ConstructionPoint. |
| scaleFactor | ValueInput | The ValueInput object that defines the scale factor for uniform scale. |
| Name | Description |
| scaleFeatures.add | Demonstrates the creation a scale feature. |
| Scale Feature API Sample | Demonstrates creating a new scale feature. |