SketchArcs3D.AddAsBend Method
Parent Object: SketchArcs3DDescription
Method that creates a new bend feature based on the two input lines.
Syntax
SketchArcs3D.AddAsBend( LineOne As SketchLine3D, LineTwo As SketchLine3D, [BendRadius] As Variant ) As SketchArc3DParameters
Name | Type | Description |
LineOne | SketchLine3D | Input 3D sketch line. Note that LineOne and LineTwo should be constrained end to end. |
LineTwo | SketchLine3D | Input 3D sketch line. Note that LineOne and LineTwo should be constrained end to end. |
BendRadius | Variant | Optional input variant that defines the radius of the bend. If not supplied the auto bend radius defined in the document options is used. 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. This is an optional argument whose default value is null. |