PointCloudPlaneProxy.GetPlaneRectangle Method
Parent Object: PointCloudPlaneProxyDescription
Method that gets the full definition of a bounded rectangular plane.
Syntax
PointCloudPlaneProxy.GetPlaneRectangle( Plane As Plane, LengthDirection As UnitVector, Length As Double, Height As Double )Parameters
Name | Type | Description |
Plane | Plane | Output Plane object that defines the position and orientation of the plane. The Plane object is boundless. The origin point of this plane is at the center of the bounded plane. |
LengthDirection | UnitVector | Output UnitVector object that specifies the direction that the length of the plane goes in. This vector will also be perpendicular to the plane normal vector. |
Length | Double | The length of the plane in centimeters. This is the entire length of the bounded plane. |
Height | Double | The height of the plane in centimeters. This is the entire height of the bounded plane. |