WorkPlaneProxy.GetSize Method
Parent Object: WorkPlaneProxyDescription
Method that gets the current size of the displayed graphics for the work plane. The returned points are in the coordinate space of the workplane.
Syntax
WorkPlaneProxy.GetSize( Point1 As Point, Point2 As Point )Parameters
Name | Type | Description |
Point1 | Point | Output Point object that defines the first corner of the work plane. |
Point2 | Point | Output Point object that defines the diagonal corner of the work plane. |