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