Click or drag to resize

BuilderElementPosition Class

class for reading element positions.
Inheritance Hierarchy
SystemObject
  Karamba.ElementsBuilderElementPosition

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
[SerializableAttribute]
public sealed class BuilderElementPosition : IBuilderElementPosition

The BuilderElementPosition type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDefault
Gets the the default element position.
Top
Methods
  NameDescription
Public methodClone
Gets shallow clone of the builder element position.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexes
Returns the indexes of the element if there are some.
Public methodIndexes(NKDTreeDupli, MessageLogger)
Returns the indexes of the element nodes in the given kd-tree.
Public methodPoints
Returns the positions of the element if there are some.
Public methodPoints(IReadOnlyListNode, MessageLogger)
Returns the position of the nodes of the element.
Public methodPoints(IReadOnlyListPoint3, MessageLogger)
Returns the position of the nodes of the element.
Public methodToString
Gets element position as a string.
(Overrides ObjectToString.)
Public methodUniqueEndpoints
Return true in case of unique endpoints.
Top
See Also