Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class Entity

Last update: 16.07.2025

Namespace: VM.Models.FE.Mesh
Assembly: VM.Models.FE.Mesh.dll

public abstract class Entity : IEntity

Inheritance

objectEntity

Derived

Element, HasMultipleNodes, Material, Node, Solid

Implements

IEntity

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Constructors

Entity()

protected Entity()

Properties

Id

[Column(IsPrimaryKey = true)]
public int Id { get; set; }

Property Value

int

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

FromByteArray(byte[])

protected static T FromByteArray<t>(byte[] arr)

Parameters

arr byte[]

Returns

T

Type Parameters

T

GetHashCode()

public override int GetHashCode()

Returns

int

ToByteArray(T)

protected static byte[] ToByteArray<t>(T value)

Parameters

value T

Returns

byte[]

Type Parameters

T

Connect with Ansys