MoveFaceFeatures.Add Method
Parent Object: MoveFaceFeaturesDescription
Method that creates a new Move Face feature. The newly created MoveFaceFeature object is returned.
Syntax
MoveFaceFeatures.Add( Definition As MoveFaceDefinition ) As MoveFaceFeatureParameters
Name | Type | Description |
Definition | MoveFaceDefinition | MoveFaceDefinition object that defines the move face feature you want to create. A MoveFaceDefinition object can be created using the MoveFaceFeatures.CreateDefinition method. It can also be obtained from an existing MoveFaceFeature object. |