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