VS:RoofArea Heated: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
(add see also)
(One intermediate revision by the same user not shown)
Line 29: Line 29:
</lineList>
</lineList>
</params>
</params>
-----------------------------------------------------------------------------------------------------------
<remark>
([[User:Orso.b.schmid|Orso]] 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:
[[File:Jeff2008_RoofArea_Functions.png]]
</remark>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
Availability: from Vectorworks14.0
Availability: from Vectorworks 14.0


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


</vwDoc>
</vwDoc>

Revision as of 04:03, 28 June 2016

.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

(Orso 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]]