Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class PickerMultiNodeBase

Last update: 16.07.2025

Namespace: VM.Managed.Picker.Core.FE
Assembly: VMFE.dll

This class is to represent the multi picker of nodes.

public abstract class PickerMultiNodeBase : PickerMulti

Inheritance

object ← PickerBase ← PickerMulti ← PickerMultiNodeBase

Derived

PickerMultiNode, PickerMultiPatch

Inherited Members

PickerMulti.SetHighlight(List, bool, bool), PickerMulti.GetResultXmlFromKey(UIntPtr[]), PickerBase.raise_CustomFilterEvent(object, FilterArgs), PickerBase.Pick(bool), PickerBase.PickWithStartSignal(bool, ManualResetEvent), PickerBase.Abort(), PickerBase.GetPickerInfo(), PickerBase.GetValidResultXml(string), PickerBase.GetResultXmlFromKey(UIntPtr), PickerBase.GetChangeNoneParametricXml(string), PickerBase.Filtering(UIntPtr), PickerBase.FilteringVMPID(_VM_ID), PickerBase.FilteringAnother(UIntPtr), PickerBase.FilteringReference(UIntPtr, UIntPtr), PickerBase.Highlight(bool), PickerBase.GetAdjacentPatch(double, List), PickerBase.UseEntityFiltering(), PickerBase.SetResultImpl(ref string, bool), PickerBase.UpdateDisplay(), PickerBase.ActiveDocument, PickerBase.IsOnlyResultXml, PickerBase.IsReference, PickerBase.SymmetricType, PickerBase.ResultXml, PickerBase.Result, PickerBase.CustomFilterEvent

Extension Methods

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

Constructors

PickerMultiNodeBase()

public PickerMultiNodeBase()

Fields

m_pOwnerMesh

protected Mesh m_pOwnerMesh

Field Value

Mesh

Properties

ActiveMeshDocument

public MeshDocument ActiveMeshDocument { get; }

Property Value

MeshDocument

Methods

GetMesh()

Gets the mesh.

protected IMesh* GetMesh()

Returns

IMesh*

The mesh.

GetNodeID(uint)

Gets the node ID.

public uint GetNodeID(uint nNodeIndex)

Parameters

nNodeIndex uint

The node index.

Returns

uint

The node ID.

SetOwnerMesh(UIntPtr)

Sets the mesh proxy for highlight

public void SetOwnerMesh(UIntPtr keyMesh)

Parameters

keyMesh UIntPtr

The mesh proxy.

Connect with Ansys