Share

DerivedPartComponents.Add Method

Parent Object: DerivedPartComponents

Description

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 DerivedPartComponent

Parameters

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.

Version

Introduced in version 5.3

Was this information helpful?