Plane.GetPlaneData Method
Parent Object: PlaneDescription
Method that gets the data defining this plane.
Syntax
Plane.GetPlaneData( RootPoint() As Double, Normal() As Double )Parameters
Name | Type | Description |
RootPoint | Double | Input/output Double that specifies the root point of the plane. |
Normal | Double | Input/output array of Doubles that specifies the normal for the plane. |