VS:SetLayerElevationN: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision imported)
 
VS>Unknown user
No edit summary
(No difference)

Revision as of 09:48, 12 September 2024

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

Description

Sets the elevation and thickness of the specified layer.

PROCEDURE SetLayerElevationN(
h :HANDLE;
baseElev :REAL;
thickness :REAL);
def vs.SetLayerElevationN(h, baseElev, thickness):
    return None

Parameters

h HANDLE Handle to the layer.
baseElev REAL Base elevation of the layer in document units.
thickness REAL Thickness of the layer in document units.

Version

Availability: from Vectorworks 2025

See Also

VS Functions:

VS:GetLayerElevationN

VS Functions: [[VS:GetLayerElevationN]]