Class MeshCellData
Inherited Members
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public class MeshCellData : DataDrivenCellData
Constructors
MeshCellData()
Declaration
public MeshCellData()
Properties
Face
Details of the original face that this cell derives from
Declaration
public MeshUtils.Face Face { get; set; }
Property Value
Type | Description |
---|---|
MeshUtils.Face |
PrismInfo
For 3d cells, information about how the 2d face was extended into 3d.
Declaration
public PrismInfo PrismInfo { get; set; }
Property Value
Type | Description |
---|---|
PrismInfo |