Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Interface INodeSet

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL
Assembly: VMDFBase.dll

This interface is to represent the set of nodes.

public interface INodeSet : IGeometricalComponent

Implements

IGeometricalComponent

Extension Methods

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

Methods

GetPointCount()

Gets the count of node point.

uint GetPointCount()

Returns

uint

The count of node point.

GetPointPosition(uint, IReferencable)

Gets the node point position.

VectorBase GetPointPosition(uint index, IReferencable reference)

Parameters

index uint

The index.

reference IReferencable

The reference.

Returns

VectorBase

The node point position.

Connect with Ansys