IsParallelTo Method (IMathPlane) Send Feedback
See Also 
Result[out]
True if parallel, false if not
Plane
IMathPlane
Tolerance
Parallel tolerance
Gets whether the specified plane is parallel to this plane within the specified tolerance.

Syntax

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

Parameters

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

See Also

Availability

DraftSight V1R1.4