Class Mesh.ElementContainer
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.FE
Assembly: VMFE.dll
This struct is to represent the element container.
public sealed class Mesh.ElementContainer
Inheritance
object ← Mesh.ElementContainer
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
ElementContainer(Mesh, ElementType, uint)
Initializes a new instance of the
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
Mesh
Gets the mesh.
public Mesh Mesh { get; }
Property Value
Type
Gets the element type.
public ElementType Type { get; }
Property Value
this[uint]
public Element this[uint nIndex] { get; set; }