Visual Basic | |
---|---|
Function InsertArcByCenter2Points2( _ ByVal CenterPoint As MathPoint, _ ByVal FirstPoint As MathPoint, _ ByVal SecondPoint As MathPoint _ ) As CircleArc |
C# | |
---|---|
CircleArc InsertArcByCenter2Points2( MathPoint CenterPoint, MathPoint FirstPoint, MathPoint SecondPoint ) |
JavaScript | |
---|---|
InsertArcByCenter2Points2( CenterPoint : dsMathPoint, FirstPoint : dsMathPoint, SecondPoint : dsMathPoint ) : dsCircleArc |
COM native C++ | |
---|---|
HRESULT InsertArcByCenter2Points2( IMathPoint* CenterPoint, IMathPoint* FirstPoint, IMathPoint* SecondPoint, ICircleArc** CircleArc ) |
C++ | |
---|---|
DSRESULT InsertArcByCenter2Points2( dsMathPoint* CenterPoint, dsMathPoint* FirstPoint, dsMathPoint* SecondPoint, dsCircleArc** CircleArc ) |
Parameters
SecondPoint specifies the end angle; thus, the end point does not have to be same as SecondPoint.
ISketchManager Interface
ISketchManager Members
ISketchManager::InsertArc Method
ISketchManager::InsertArcBy3Points Method
ISketchManager Members
ISketchManager::InsertArc Method
ISketchManager::InsertArcBy3Points Method
DraftSight V1R3.0