Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 574 Bytes

File metadata and controls

31 lines (24 loc) · 574 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