Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class Mesh.ElementContainer

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.FE
Assembly: VMFE.dll

This struct is to represent the element container.

public sealed class Mesh.ElementContainer

Inheritance

objectMesh.ElementContainer

Extension Methods

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

Constructors

ElementContainer(Mesh, ElementType, uint)

Initializes a new instance of the class.

public ElementContainer(Mesh meshParent, ElementType type, uint nIndexElementType)

Parameters

meshParent Mesh

The owner mesh.

type ElementType

The element type.

nIndexElementType uint

The index of element type.

Properties

Count

Gets the count.

public uint Count { get; }

Property Value

uint

Mesh

Gets the mesh.

public Mesh Mesh { get; }

Property Value

Mesh

Type

Gets the element type.

public ElementType Type { get; }

Property Value

ElementType

this[uint]

public Element this[uint nIndex] { get; set; }

Property Value

Element

Connect with Ansys