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 this mathematical circular Arc
- ClosestPoint[out] or Return Value
- Point on this mathematical circular Arc that is closest to EllipArcObject
IMathCircArc Interface
IMathCircArc Members
IMathCircArc::GetClosestPointTo Method ()
IMathCircArc::GetClosestPointToCircArc Method ()
IMathCircArc::GetClosestPointToLinearObject Method ()
IMathCircArc::GetClosestPointToPlane Method ()
IMathCircArc::GetEndPoint Method ()
IMathCircArc::GetStartPoint Method ()
IMathCircArc::Center Property ()
IMathCircArc Members
IMathCircArc::GetClosestPointTo Method ()
IMathCircArc::GetClosestPointToCircArc Method ()
IMathCircArc::GetClosestPointToLinearObject Method ()
IMathCircArc::GetClosestPointToPlane Method ()
IMathCircArc::GetEndPoint Method ()
IMathCircArc::GetStartPoint Method ()
IMathCircArc::Center Property ()
DraftSight V1R5.0