| Visual Basic | |
|---|---|
Function IsPerpendicularTo( _ ByVal Plane As MathPlane, _ ByVal Tolerance As System.Double _ ) As System.Boolean | |
| JavaScript | |
|---|---|
IsPerpendicularTo( Plane : dsMathPlane, Tolerance : Number ) : Boolean | |
| COM native C++ | |
|---|---|
HRESULT IsPerpendicularTo( IMathPlane* Plane, DOUBLE Tolerance, VARIANT_BOOL* Result ) | |
Parameters
- Plane
- IMathPlane
- Tolerance
- Perpendicular tolerance
- Result[out] or Return Value
- True if perpendicular, false if not
IMathPlane Interface
IMathPlane Members
IMathPlane::IsCoplanarTo Method
IMathPlane::IsParallelTo Method
IMathPlane Members
IMathPlane::IsCoplanarTo Method
IMathPlane::IsParallelTo Method
DraftSight V1R1.4
Syntax