EdgeUseDefinitions.Add Method
Parent Object: EdgeUseDefinitionsDescription
Method that creates a new EdgeUseDefinition within the associated EdgeLoopDefinition.
Syntax
EdgeUseDefinitions.Add( EdgeDefinition As EdgeDefinition, IsOpposedToEdge As Boolean ) As EdgeUseDefinitionParameters
Name | Type | Description |
EdgeDefinition | EdgeDefinition | Input EdgeDefinition that defines the geometry for this EdgeUseDefinition. |
IsOpposedToEdge | Boolean | Input Boolean that indicates if the parameterization of this EdgeUseDefinition is reversed with respect to the associated EdgeDefinition object. |