Gets whether the specified plane is coplanar with this plane within the specified tolerance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsCoplanarTo( _
dsMathPlane* Plane As MathPlane, _
double Tolerance As System.Double _
) As System.Boolean |
C# | |
---|
System.bool IsCoplanarTo(
MathPlane Plane,
System.double Tolerance
) |
Parameters
- Plane
- IMathPlane
- Tolerance
- Coplanar tolerance
- Result[out] or Return Value
- True if coplanar, false if not
See Also
Availability
DraftSight V1R1.4