Show / Hide Table of Contents

Class MeshCellData

Inheritance
System.Object
DataDrivenCellData
MeshCellData
Inherited Members
DataDrivenCellData.Clone()
DataDrivenCellData.TRS
DataDrivenCellData.Deformation
DataDrivenCellData.CellType
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
In This Article
Back to top Generated by DocFX