Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 529 Bytes

File metadata and controls

31 lines (24 loc) · 529 Bytes

SetLayerCutPlane

Description

Sets the cut plane of the layer.

PROCEDURE SetLayerCutPlane(
				layer    : HANDLE;
				cutPlane : REAL (Coordinate));
def vs.SetLayerCutPlane(layer, cutPlane):
    return None

Parameters

Name Type Description
layer HANDLE The layer.
cutPlane REAL (Coordinate) The cut plane.

See Also

VS Functions: GetLayerCutPlane

Version

Availability: from Vectorworks 2017

Category