Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 513 Bytes

File metadata and controls

27 lines (21 loc) · 513 Bytes

ComponentArea

Description

Returns the area of one side of the specified component, minus any holes in the 3D object.

FUNCTION ComponentArea(
				c     : CRITERIA;
				index : INTEGER): REAL;
def vs.ComponentArea(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