Share

Plane.IsParallelTo Property

Parent Object: Plane

Description

Property that gets whether this Plane is parallel to the specified Line or Plane.

Syntax

Plane.IsParallelTo( LineOrPlane As Object, [Tolerance] As Double ) As Boolean

Property 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.

Version

Introduced in version 9

Was this information helpful?