Table of Contents

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 Geometry

The geometry to extract the bottom surface from.

Returns

List<Surface>

A list of the bottom surface(s) of the geometry.

Examples

Geometry.BottomSurfaces.dyn

SideSurface(Geometry)

Returns a list of side surfaces that are vertical to the provided geometry.

public static List<Surface> SideSurface(Geometry geometry)

Parameters

geometry Geometry

The geometry to extract side surfaces from.

Returns

List<Surface>

A list of side surfaces of the geometry.

Examples

Geometry.SideSurface.dyn

TopSurfaces(Geometry)

Returns the top surface of the provided geometry.

public static List<Surface> TopSurfaces(Geometry geometry)

Parameters

geometry Geometry

The geometry to extract the top surface from.

Returns

List<Surface>

A list of the top surface(s) of the geometry.

Examples

Geometry.TopSurfaces.dyn