Class Geometry
- Namespace
- OpenMEPSandbox.Geometry
- Assembly
- OpenMEPSandbox.dll
public class Geometry
- Inheritance
-
Geometry
- Inherited Members
Methods
BottomSurfaces(Geometry)
Returns the bottom surface of the provided geometry.
public static List<Surface> BottomSurfaces(Geometry geometry)
Parameters
geometry
GeometryThe geometry to extract the bottom surface from.
Returns
- List<Surface>
A list of the bottom surface(s) of the geometry.
Examples
SideSurface(Geometry)
Returns a list of side surfaces that are vertical to the provided geometry.
public static List<Surface> SideSurface(Geometry geometry)
Parameters
geometry
GeometryThe geometry to extract side surfaces from.
Returns
- List<Surface>
A list of side surfaces of the geometry.
Examples
TopSurfaces(Geometry)
Returns the top surface of the provided geometry.
public static List<Surface> TopSurfaces(Geometry geometry)
Parameters
geometry
GeometryThe geometry to extract the top surface from.
Returns
- List<Surface>
A list of the top surface(s) of the geometry.