Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 509 Bytes

File metadata and controls

27 lines (21 loc) · 509 Bytes

GetMaterialVolume

Description

Returns the volume of the object having the specified material.

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

Parameters

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

Version

Availability: from Vectorworks 2021

Category