Show / Hide Table of Contents

Class DataDrivenCellData

Inheritance
object
DataDrivenCellData
MeshCellData
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public class DataDrivenCellData

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