| Visual Basic | |
|---|---|
Function GetClosestPointToPlane( _ ByVal Plane As MathPlane, _ ByRef PointOnPlane As MathPoint _ ) As MathPoint | |
| C# | |
|---|---|
MathPoint GetClosestPointToPlane( MathPlane Plane, out MathPoint PointOnPlane ) | |
| JavaScript | |
|---|---|
GetClosestPointToPlane( Plane : dsMathPlane ) : { PointOnPlane : dsMathPoint, ClosestPoint : Number } | |
| COM native C++ | |
|---|---|
HRESULT GetClosestPointToPlane( IMathPlane* Plane, IMathPoint** PointOnPlane, IMathPoint** ClosestPoint ) | |
| C++ | |
|---|---|
DSRESULT GetClosestPointToPlane( dsMathPlane* Plane, dsMathPoint** PointOnPlane, dsMathPoint** ClosestPoint ) | |
Parameters
IMathCircArc Interface
IMathCircArc Members
IMathCircArc::GetClosestPointTo Method ()
IMathCircArc::GetClosestPointToCircArc Method ()
IMathCircArc::GetClosestPointToEllipArc Method ()
IMathCircArc::GetClosestPointToLinearObject Method ()
IMathCircArc::GetEndPoint Method ()
IMathCircArc::GetStartPoint Method ()
IMathCircArc::Center Property ()
IMathCircArc Members
IMathCircArc::GetClosestPointTo Method ()
IMathCircArc::GetClosestPointToCircArc Method ()
IMathCircArc::GetClosestPointToEllipArc Method ()
IMathCircArc::GetClosestPointToLinearObject Method ()
IMathCircArc::GetEndPoint Method ()
IMathCircArc::GetStartPoint Method ()
IMathCircArc::Center Property ()
DraftSight V1R5.0
Syntax