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