Interface INodeSet
Last update: 16.07.2025Namespace: VM.Managed.DAFUL
Assembly: VMDFBase.dll
This interface is to represent the set of nodes.
public interface INodeSet : IGeometricalComponent
Implements
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Methods
GetPointCount()
Gets the count of node point.
uint GetPointCount()
Returns
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.