| 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
IMathEllipArc Interface
IMathEllipArc Members
IMathEllipArc::GetClosestPointTo Method ()
IMathEllipArc::GetClosestPointToCircArc Method ()
IMathEllipArc::GetClosestPointToEllipArc Method ()
IMathEllipArc::GetClosestPointToLinearObject Method ()
IMathEllipArc::GetEndPoint Method ()
IMathEllipArc::GetStartPoint Method ()
IMathEllipArc::Center Property ()
IMathEllipArc Members
IMathEllipArc::GetClosestPointTo Method ()
IMathEllipArc::GetClosestPointToCircArc Method ()
IMathEllipArc::GetClosestPointToEllipArc Method ()
IMathEllipArc::GetClosestPointToLinearObject Method ()
IMathEllipArc::GetEndPoint Method ()
IMathEllipArc::GetStartPoint Method ()
IMathEllipArc::Center Property ()
Syntax