Add to_polyface methods to Sphere, Cone and Cylinder #85
Labels
enhancement
New feature or request
geometry
good first issue
Good for newcomers
ladybug
triage
wish
New feature or request which is not critical to continued development at this point
In order to make use of the Sphere, Cone, and Cylinder objects within honeybee workflows, we will need some way to translate these objects to approximations of planar geometry for simulation engines that do not natively support Sphere, Cone, and Cylinder primitives (eg. EnergyPlus). If we can add a
to_polyface
methods to each of these objects that can return such planar approximations, this should allow for this to happen with ease. I imagine that such a method could have input arguments to specify the number of times the "circle" contained within each one is subdivided and we could have some coarse default like 8.The text was updated successfully, but these errors were encountered: