DerivedPartComponents.Add Method
Parent Object: DerivedPartComponentsDescription
Method that creates a new DerivedPartDefinition using the information supplied by the input DerivedPartDefinition object. If successful, the new DerivedPartComponent is returned.
Syntax
DerivedPartComponents.Add( Definition As DerivedPartDefinition ) As DerivedPartComponentParameters
Name | Type | Description |
Definition | DerivedPartDefinition | Input object that defines the derived component. |
Samples
Name | Description |
Derived Parts and Assemblies | This sample demonstrates the use of the API to create derived parts and assemblies. |