Class PickerMultiNodeBase
Last update: 16.07.2025Namespace: 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
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
PickerMultiNodeBase()
public PickerMultiNodeBase()
Fields
m_pOwnerMesh
protected Mesh m_pOwnerMesh
Field Value
Properties
ActiveMeshDocument
public MeshDocument ActiveMeshDocument { get; }
Property Value
Methods
GetMesh()
Gets the mesh.
protected IMesh* GetMesh()
Returns
The mesh.
GetNodeID(uint)
Gets the node ID.
public uint GetNodeID(uint nNodeIndex)
Parameters
nNodeIndex uint
The node index.
Returns
The node ID.
SetOwnerMesh(UIntPtr)
Sets the mesh proxy for highlight
public void SetOwnerMesh(UIntPtr keyMesh)
Parameters
keyMesh UIntPtr
The mesh proxy.