Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 723 Bytes

File metadata and controls

31 lines (24 loc) · 723 Bytes

GetComponentNetArea

Description

Gets the net area of a component in an object.

FUNCTION GetComponentNetArea(
				obj            : HANDLE;
				componentIndex : INTEGER): REAL;
def vs.GetComponentNetArea(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: GetComponentNetVolume

Version

Availability: from Vectorworks 2011

Category