SketchCircles3D.AddByCenterRadius Method
Parent Object: SketchCircles3DDescription
Method that creates a new sketch circle at a specified location and radius.
Syntax
SketchCircles3D.AddByCenterRadius( CenterPoint As Object, Normal As UnitVector, Radius As Double ) As SketchCircle3DParameters
Name | Type | Description |
CenterPoint | Object | Input object that defines the center point. This can currently only be a Point object. |
Normal | UnitVector | Input UnitVector that defines the normal of the circle. |
Radius | Double | Input Double that defines the radius of the circle in centimeters |