IsCoplanarTo Method (IMathPlane) Send Feedback
See Also 
Result[out]
True if coplanar, false if not
Plane
IMathPlane
Tolerance
Coplanar tolerance
Gets whether the specified plane is coplanar with this plane within the specified tolerance.

Syntax

Visual Basic 
Function IsCoplanarTo( _
   ByVal Plane As MathPlane, _
   ByVal Tolerance As System.Double _
) As System.Boolean
C# 
System.bool IsCoplanarTo( 
   MathPlane Plane,
   System.double Tolerance
)
JavaScript 
IsCoplanarTo( 
   Plane : dsMathPlane,
   Tolerance : Number
) : Boolean
COM native C++ 
HRESULT IsCoplanarTo( 
   IMathPlane* Plane,
   DOUBLE Tolerance,
   VARIANT_BOOL* Result
) 
C++ 
DSRESULT IsCoplanarTo( 
   dsMathPlane* Plane,
   double Tolerance,
   bool* Result
) 

Parameters

Plane
IMathPlane
Tolerance
Coplanar tolerance
Result[out] or Return Value
True if coplanar, false if not
 

See Also

Availability

DraftSight V1R1.4