IBuilderElementPosition Interface

interface for reading element positions.

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public interface IBuilderElementPosition

Methods

Clone Clones the builder element position.
Indexes Returns the indexes of the element if there are some.
Indexes(NKDTreeDupli, MessageLogger) Returns the node indexes of the element.
Points Returns the positions of the element if there are some.
Points(IReadOnlyListPoint3, MessageLogger) Returns the position of the nodes of the element.
Points(IReadOnlyListNode, MessageLogger) Returns the position of the nodes of the element.
ToString Prints contents to string.
UniqueEndpoints return true in case of unique endpoints.

See Also