| Visual Basic | |
|---|---|
Function InsertArcBy3Points( _ ByVal FirstPoint As MathPoint, _ ByVal SecondPoint As MathPoint, _ ByVal ThirdPoint As MathPoint _ ) As CircleArc | |
| C# | |
|---|---|
CircleArc InsertArcBy3Points( MathPoint FirstPoint, MathPoint SecondPoint, MathPoint ThirdPoint ) | |
| JavaScript | |
|---|---|
InsertArcBy3Points( FirstPoint : dsMathPoint, SecondPoint : dsMathPoint, ThirdPoint : dsMathPoint ) : dsCircleArc | |
| COM native C++ | |
|---|---|
HRESULT InsertArcBy3Points( IMathPoint* FirstPoint, IMathPoint* SecondPoint, IMathPoint* ThirdPoint, ICircleArc** CircleArc ) | |
| C++ | |
|---|---|
DSRESULT InsertArcBy3Points( dsMathPoint* FirstPoint, dsMathPoint* SecondPoint, dsMathPoint* ThirdPoint, dsCircleArc** CircleArc ) | |
Parameters
ISketchManager Interface
ISketchManager Members
ISketchManager::InsertArc Method
ISketchManager::InsertArcByCenter2Points2 Method
ISketchManager Members
ISketchManager::InsertArc Method
ISketchManager::InsertArcByCenter2Points2 Method
DraftSight V1R3.0
Syntax