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