Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 727 Bytes

File metadata and controls

31 lines (24 loc) · 727 Bytes

GetComponentNetVolume

Description

Gets the net volume of a component in an object.

FUNCTION GetComponentNetVolume(
				obj            : HANDLE;
				componentIndex : INTEGER): REAL;
def vs.GetComponentNetVolume(obj, componentIndex):
    return REAL

Parameters

Name Type Description
obj HANDLE The object. Can be a wall, round wall, slab, Wall Style, Slab Style, the Wall Preferences, or the Slab Preferences.
componentIndex INTEGER The index of the component.

See Also

VS Functions: GetComponentNetArea

Version

Availability: from Vectorworks 2011

Category