Sets the cut plane of the layer.
PROCEDURE SetLayerCutPlane(
layer : HANDLE;
cutPlane : REAL (Coordinate));def vs.SetLayerCutPlane(layer, cutPlane):
return None| Name | Type | Description |
|---|---|---|
| layer | HANDLE | The layer. |
| cutPlane | REAL (Coordinate) | The cut plane. |
SetLayerCutPlane(layer, 1.0);import vs
# Sets the cut plane of the layer.
layer = vs.ActLayer() # handle to the active design layer
cutPlane = 1.0
vs.SetLayerCutPlane(layer, cutPlane)VS Functions: GetLayerCutPlane
Availability: from Vectorworks 2017