VS:SetLayerCutPlane

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Sets the cut plane of the layer.

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

Parameters

layer HANDLE The layer.
cutPlane REAL (Coordinate) The cut plane.

Version

Availability: from Vectorworks 2017

See Also

VS Functions:

VS:GetLayerCutPlane

VS Functions: [[VS:GetLayerCutPlane]]