Plane.IsParallelTo Property
Parent Object: PlaneDescription
Property that gets whether this Plane is parallel to the specified Line or Plane.
Syntax
Plane.IsParallelTo( 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. |
Samples
Name | Description |
Create sheet metal rip feature | This sample demonstrates the creation of a rip sheet metal feature. |