UnwrapFeatures.Add Method
Parent Object: UnwrapFeaturesDescription
Method that creates a new Unwrap feature. The newly created UnwrapFeature object is returned.
Syntax
UnwrapFeatures.Add( Definition As UnwrapDefinition ) As UnwrapFeatureParameters
Name | Type | Description |
Definition | UnwrapDefinition | Input UnwrapDefinition object that defins the unwrap feature you want to create.An UnwrapDefinition object can be created using the UnwrapFeatures.CreateDefinition method. It can also be obtained from an existing UnwrapFeature object. |