Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 535 Bytes

File metadata and controls

32 lines (24 loc) · 535 Bytes

GetMaterialArea

Description

Returns the surface area of the object having the specified material.

FUNCTION GetMaterialArea(
				h        : HANDLE;
				material : STRING): REAL;
def vs.GetMaterialArea(h, material):
    return REAL

Parameters

Name Type Description
h HANDLE Handle to object.
material STRING Name of material.

See Also

VS Functions: GetMaterialVolume

Version

Availability: from Vectorworks 2021

Category

  • Object Attributes