Plane.IsPerpendicularTo Property
Parent Object: PlaneDescription
Determine if this Plane is perpendicular to the specified Line or Plane.
Syntax
Plane.IsPerpendicularTo( LineOrPlane As Object, [Tolerance] As Double ) As BooleanProperty Value
This is a read only property whose value is a Boolean.Parameters
Name | Type | Description |
LineOrPlane | Object | Object to perform comparison against. |
Tolerance | Double | Input Double that specifies the tolerance. This is an optional argument whose default value is 0.0. |