VS:SetLayerCutPlane

From Vectorworks Developer
Revision as of 19:43, 16 September 2016 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]]