Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Class ImportInfo

Last update: 16.07.2025

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

This class is to represent the import information.

public class ImportInfo

Inheritance

objectImportInfo

Extension Methods

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

Constructors

ImportInfo()

Initializes a new instance of the class.

public ImportInfo()

Properties

ElementInfo[uint]

Gets the element information from index.

public ElementInfo ElementInfo[uint nID] { get; }

Property Value

ElementInfo

Marker[uint]

Gets the marker.

public double[] Marker[uint nID] { get; }

Property Value

double[]

Material[uint]

Gets the material.

public IMaterial Material[uint nID] { get; }

Property Value

IMaterial

NodeID[uint]

Gets the node ID.

public uint NodeID[uint nIndex] { get; }

Property Value

uint

NodeIndex[uint]

Gets the node index.

public uint NodeIndex[uint nID] { get; }

Property Value

uint

PropertyBeam[uint]

Gets the property beam/beamL from index.

public IFEObject PropertyBeam[uint nID] { get; }

Property Value

IFEObject

PropertyShell[uint]

Gets the property shell from index.

public IFEObject PropertyShell[uint nID] { get; }

Property Value

IFEObject

PropertySolid[uint]

Gets the property solid from index.

public IFEObject PropertySolid[uint nID] { get; }

Property Value

IFEObject

RBE[uint]

Gets the rbe from index.

public IFEObject RBE[uint nID] { get; }

Property Value

IFEObject

Set[uint]

Gets the SetPatch or SetEdge from index.

public IFEObject Set[uint nID] { get; }

Property Value

IFEObject

Methods

Add(IFEObject)

Add.

public void Add(IFEObject obj)

Parameters

obj IFEObject

The FE object.

AddElementInfo(uint, ElementType, uint)

Add element inromation.

public void AddElementInfo(uint nID, ElementType enType, uint nIndex)

Parameters

nID uint

The ID.

enType ElementType

The element type.

nIndex uint

The index.

AddMarker(uint, double[])

Add marker.

public void AddMarker(uint index, double[] marker)

Parameters

index uint

The index.

marker double[]

The marker.

AddMaterial(IMaterial)

Add material.

public void AddMaterial(IMaterial mat)

Parameters

mat IMaterial

The material.

AddNodeID(uint, uint)

Add node ID.

public void AddNodeID(uint nID, uint nIndex)

Parameters

nID uint

The ID.

nIndex uint

The index.

get_ElementInfo(uint)

public ElementInfo get_ElementInfo(uint nID)

Parameters

nID uint

Returns

ElementInfo

get_Marker(uint)

public double[] get_Marker(uint nID)

Parameters

nID uint

Returns

double[]

get_Material(uint)

public IMaterial get_Material(uint nID)

Parameters

nID uint

Returns

IMaterial

get_NodeID(uint)

public uint get_NodeID(uint nIndex)

Parameters

nIndex uint

Returns

uint

get_NodeIndex(uint)

public uint get_NodeIndex(uint nID)

Parameters

nID uint

Returns

uint

get_PropertyBeam(uint)

public IFEObject get_PropertyBeam(uint nID)

Parameters

nID uint

Returns

IFEObject

get_PropertyShell(uint)

public IFEObject get_PropertyShell(uint nID)

Parameters

nID uint

Returns

IFEObject

get_PropertySolid(uint)

public IFEObject get_PropertySolid(uint nID)

Parameters

nID uint

Returns

IFEObject

get_RBE(uint)

public IFEObject get_RBE(uint nID)

Parameters

nID uint

Returns

IFEObject

get_Set(uint)

public IFEObject get_Set(uint nID)

Parameters

nID uint

Returns

IFEObject

Connect with Ansys