CreateCircArc Method (IMathUtility)
Creates a mathematical circular Arc.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateCircArc( _
IMathPoint* Center As MathPoint, _
IMathVector* Normal As MathVector, _
IMathVector* RefVector As MathVector, _
DOUBLE Radius As System.Double, _
DOUBLE StartAngle As System.Double, _
DOUBLE EndEngle As System.Double _
) As MathCircArc |
COM native C++ | |
---|
HRESULT CreateCircArc(
dsMathPoint* Center,
,
dsMathVector* Normal,
,
dsMathVector* RefVector,
,
double Radius,
,
double StartAngle,
,
double EndEngle
,
IMathCircArc** CircArc
) |
C++ | |
---|
DSRESULT CreateCircArc(
IMathPoint* Center,
,
IMathVector* Normal,
,
IMathVector* RefVector,
,
DOUBLE Radius,
,
DOUBLE StartAngle,
,
DOUBLE EndEngle
,
dsMathCircArc** CircArc
) |
Parameters
- Center
- Center point of the mathematical circular Arc
- Normal
- Vector normal to the plane of the mathematical circular Arc
- RefVector
- Reference vector defining angle 0 of the mathematical circular Arc
- Radius
- Radius of the mathematical circular Arc
- StartAngle
- Start angle of the mathematical circular Arc
- EndEngle
- End angle of the mathematical circular Arc
Parameters
- CircArc[out] or Return Value
- Mathematical circular Arc
Example
See Also
Availability
DraftSight V1R5.0