Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 519 Bytes

File metadata and controls

27 lines (21 loc) · 519 Bytes

ComponentVolume

Description

Returns the total 3D volume of the specified component, minus any holes in the 3D object.

FUNCTION ComponentVolume(
				c     : CRITERIA;
				index : INTEGER): REAL;
def vs.ComponentVolume(c, index):
    return REAL

Parameters

Name Type Description
c CRITERIA The search criteria string.
index INTEGER The index of the component.

Version

Availability: from Vectorworks 2011

Category