Visual Basic | |
---|---|
Function CreateCircArc( _ ByVal Center As MathPoint, _ ByVal Normal As MathVector, _ ByVal RefVector As MathVector, _ ByVal Radius As System.Double, _ ByVal StartAngle As System.Double, _ ByVal EndEngle As System.Double _ ) As MathCircArc |
C# | |
---|---|
MathCircArc CreateCircArc( MathPoint Center, MathVector Normal, MathVector RefVector, System.double Radius, System.double StartAngle, System.double EndEngle ) |
JavaScript | |
---|---|
CreateCircArc( Center : dsMathPoint, Normal : dsMathVector, RefVector : dsMathVector, Radius : Number, StartAngle : Number, EndEngle : Number ) : dsMathCircArc |
COM native C++ | |
---|---|
HRESULT CreateCircArc( IMathPoint* Center, IMathVector* Normal, IMathVector* RefVector, DOUBLE Radius, DOUBLE StartAngle, DOUBLE EndEngle, IMathCircArc** CircArc ) |
C++ | |
---|---|
DSRESULT CreateCircArc( dsMathPoint* Center, dsMathVector* Normal, dsMathVector* 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
- CircArc[out] or Return Value
- Mathematical circular Arc
Create Mathematical Circular Arcs (C#)
Create Mathematical Circular Arcs (VB.NET)
Create Mathematical Circular Arcs (VBA)
Create Mathematical Circular Arcs (VB.NET)
Create Mathematical Circular Arcs (VBA)
IMathUtility Interface
IMathUtility Members
IMathUtility::CreateCircArcBy3Points Method ()
IMathUtility::CreateCircle Method ()
IMathUtility::CreateCircleBy3Points Method ()
IMathUtility Members
IMathUtility::CreateCircArcBy3Points Method ()
IMathUtility::CreateCircle Method ()
IMathUtility::CreateCircleBy3Points Method ()
DraftSight V1R5.0