| Visual Basic | |
|---|---|
Function GetClosestPointToCircArc( _ ByVal CircArcObject As MathCircArc, _ ByRef PointOnCircArcObject As MathPoint _ ) As MathPoint | |
| C# | |
|---|---|
MathPoint GetClosestPointToCircArc( MathCircArc CircArcObject, out MathPoint PointOnCircArcObject ) | |
| JavaScript | |
|---|---|
GetClosestPointToCircArc( CircArcObject : dsMathCircArc ) : { PointOnCircArcObject : dsMathPoint, ClosestPoint : Number } | |
| COM native C++ | |
|---|---|
HRESULT GetClosestPointToCircArc( IMathCircArc* CircArcObject, IMathPoint** PointOnCircArcObject, IMathPoint** ClosestPoint ) | |
| C++ | |
|---|---|
DSRESULT GetClosestPointToCircArc( dsMathCircArc* CircArcObject, dsMathPoint** PointOnCircArcObject, dsMathPoint** ClosestPoint ) | |
Parameters
- CircArcObject[out]
- Mathematical circular Arc
- PointOnCircArcObject[out]
- Point on CircArcObj that is closest to the mathematical line
- ClosestPoint[out] or Return Value
- Point on the mathematical line that is closest to CircArcObj
IMathLine Interface
IMathLine Members
IMathLine::GetClosestPointTo Method ()
IMathLine::GetClosestPointToEllipArc Method ()
IMathLine::GetClosestPointToLinearObject Method ()
IMathLine::EndPoint Property ()
IMathLine::StartPoint Property ()
IMathLine Members
IMathLine::GetClosestPointTo Method ()
IMathLine::GetClosestPointToEllipArc Method ()
IMathLine::GetClosestPointToLinearObject Method ()
IMathLine::EndPoint Property ()
IMathLine::StartPoint Property ()
DraftSight V1R5.0
Syntax