| Visual Basic | |
|---|---|
Function InsertCircleBy3Points( _ ByVal FirstPoint As MathPoint, _ ByVal SecondPoint As MathPoint, _ ByVal ThirdPoint As MathPoint _ ) As Circle | |
| C# | |
|---|---|
Circle InsertCircleBy3Points( MathPoint FirstPoint, MathPoint SecondPoint, MathPoint ThirdPoint ) | |
| JavaScript | |
|---|---|
InsertCircleBy3Points( FirstPoint : dsMathPoint, SecondPoint : dsMathPoint, ThirdPoint : dsMathPoint ) : dsCircle | |
| COM native C++ | |
|---|---|
HRESULT InsertCircleBy3Points( IMathPoint* FirstPoint, IMathPoint* SecondPoint, IMathPoint* ThirdPoint, ICircle** Circle ) | |
| C++ | |
|---|---|
DSRESULT InsertCircleBy3Points( dsMathPoint* FirstPoint, dsMathPoint* SecondPoint, dsMathPoint* ThirdPoint, dsCircle** Circle ) | |
Parameters
ISketchManager Interface
ISketchManager Members
ISketchManager::InsertCircle Method
ISketchManager::InsertCircleByDiameter Method
ISketchManager Members
ISketchManager::InsertCircle Method
ISketchManager::InsertCircleByDiameter Method
DraftSight V1R3.0
Syntax