Method that creates a new CornerChamferDefinition object.
Name | Type | Description |
CornerEdges | Object | Input object that defines the corner(s) to apply a corner chamfer on. This can be a single Edge object or an EdgeCollection that contains the Edge objects to chamfer. Any non-corner edges will be ignored. |
Distance | Variant | Input Variant that defines the distance from the edge. 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. |