Creates a mathematical circular Arc defining a Circle with the specified center, normal, and radius.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateCircle( _
dsMathPoint* Center As MathPoint, _
dsMathVector* Normal As MathVector, _
double Radius As System.Double _
) As MathCircArc |
Parameters
- Center
- Center point
- Normal
- Vector normal to the plane of the mathematical circular Arc
- Radius
- Radius
- CircArc[out] or Return Value
- Mathematical circular Arc defining a Circle
Example
See Also
Availability
DraftSight V1R5.0