DerivedPartUniformScaleDef.ScaleFactor Property
Parent Object: DerivedPartUniformScaleDefDescription
Property that gets and sets the scale factor for the Derived Part. The base part will be scaled by this factor to create the Derived Part. This property is initialized to 1.0 when the DerivedPartDefinition object is created.
Syntax
DerivedPartUniformScaleDef.ScaleFactor() As DoubleProperty Value
This is a read/write property whose value is a Double.Samples
Name | Description |
Derived Parts and Assemblies | This sample demonstrates the use of the API to create derived parts and assemblies. |