Class PolyMesh
Represents a mesh of one or more polygons
Inheritance
System.Object
PolyMesh
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Ladybug
Assembly: ladybug.dll
Syntax
public class PolyMesh
Constructors
| Improve this Doc View SourcePolyMesh()
Create a new PolyMesh
Declaration
public PolyMesh()
Fields
| Improve this Doc View SourceMesh
The mesh containing one or more polygons
Declaration
public List<Polygon> Mesh
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<Polygon> |