BuilderElementPosition Class

class for reading element positions.

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
[SerializableAttribute]
public sealed class BuilderElementPosition : IBuilderElementPosition
Inheritance
Object    BuilderElementPosition
Implements
IBuilderElementPosition

Properties

Default Gets the default element position.

Methods

Clone Gets shallow clone of the builder element position.
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
Indexes Returns the indexes of the element if there are some.
Indexes(NKDTreeDupli, MessageLogger) Returns the indexes of the element nodes in the given kd-tree.
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 Gets element position as a string.
(Overrides ObjectToString)
UniqueEndpoints Return true in case of unique endpoints.

Extension Methods

ContainerType test if object is (a container like) a list or an array.
(Defined by MiniUtil)

See Also