VS:SetLayerCutPlane: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision)
 
(No difference)

Latest revision as of 19:43, 16 September 2016

.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]]