Plane.PutPlaneData Method
Parent Object: PlaneDescription
Method that sets the data defining this plane.
Syntax
Plane.PutPlaneData( 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. |