Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 586 Bytes

File metadata and controls

31 lines (24 loc) · 586 Bytes

SetLayerEnableCutPl

Description

Sets whether the cut plane of the layer is enabled.

PROCEDURE SetLayerEnableCutPl(
				layer          : HANDLE;
				enableCutPlane : BOOLEAN);
def vs.SetLayerEnableCutPl(layer, enableCutPlane):
    return None

Parameters

Name Type Description
layer HANDLE The layer.
enableCutPlane BOOLEAN Whether the cut plane is enabled.

See Also

VS Functions: GetLayerEnableCutPl

Version

Availability: from Vectorworks 2017

Category