Creates a mathematical circular Arc defining a Circle with the specified center, normal, and radius.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateCircle( _
IMathPoint* Center As MathPoint, _
IMathVector* 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
Parameters
- CircArc[out] or Return Value
- Mathematical circular Arc defining a Circle
Example
See Also
Availability
DraftSight V1R5.0