VS:RoofArea Heated

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Returns the heated (interior) area along the slope of roofs or roof faces that meet the criteria.

FUNCTION RoofArea_Heated(
c :CRITERIA) : REAL;
def vs.RoofArea_Heated(c):
    return REAL

Parameters

c CRITERIA

Remarks

_c_ (2016.06.28): This returns the area excluding the overhang:

  • Roof Faces: the overhang is the part outside the roof axis (line with the arrow). Mind that this doesn't necessarily run parallel to a roof face's edge and the resulting areas are influcenced.
  • Roof objects: the overhang is ruled parametrically clicking a face and setting it in the roof dialog. This sets roof axis in the embedded Roof Face[s].

Below a schema posted by Jeff Ouellette 2008:

Version

Availability: from Vectorworks 14.0

See Also

* VS:RoofArea HeatedProj

* [[VS:RoofArea HeatedProj]]
  • [[VS:RoofArea Total]]
  • [[VS:RoofArea TotalProj]]