VS:RoofArea Heated: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
(add remark and image to illustrate the function)
m (Transfer Orso to _c_)
 
(One intermediate revision by the same user not shown)
Line 33: Line 33:
<remark>
<remark>


([[User:Orso.b.schmid|Orso]] 2016.06.28): This returns the area excluding the overhang:
[[User:CBM-c-|_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 the roof face's edge.
* 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].
* 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].


Line 46: Line 46:


</version>
</version>
-----------------------------------------------------------------------------------------------------------
<seeAlso>
* [[VS:RoofArea HeatedProj]]
* [[VS:RoofArea Total]]
* [[VS:RoofArea TotalProj]]
</seeAlso>


</vwDoc>
</vwDoc>

Latest revision as of 07:35, 30 December 2020

.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]]