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