CornerRoundDefinition.AddEdgeSet Method
Parent Object: CornerRoundDefinitionDescription
Method that creates a new edge set within the corner round definition.
Syntax
CornerRoundDefinition.AddEdgeSet( CornerEdges As EdgeCollection, Radius As Variant ) As CornerRoundEdgeSetParameters
Name | Type | Description |
CornerEdges | EdgeCollection | Input EdgesCollection object that contains all of the corners to apply a corner round on. Any non-corner edges will be ignored. |
Radius | Variant | Input Variant that defines the corner radius. This can be either a numeric value or a string. A parameter for this value will be created and the supplied string or value is assigned to the parameter. If a value is input, the units are centimeters. If a string is input, the units can be specified as part of the string or it will default to the current length units of the document. |