Show / Hide Table of Contents

Class DataDrivenCellData

Inheritance
System.Object
DataDrivenCellData
MeshCellData
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public class DataDrivenCellData : Object

Constructors

DataDrivenCellData()

Declaration
public DataDrivenCellData()

Properties

CellType

Declaration
public ICellType CellType { get; set; }
Property Value
Type Description
ICellType

Deformation

Declaration
public Deformation Deformation { get; set; }
Property Value
Type Description
Deformation

TRS

Declaration
public TRS TRS { get; set; }
Property Value
Type Description
TRS

Methods

Clone()

Declaration
public DataDrivenCellData Clone()
Returns
Type Description
DataDrivenCellData
In This Article
Back to top Generated by DocFX