BuilderElementPositionByIndexes Class

Represents an elements position in space.

Definition

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

Constructors

BuilderElementPositionByIndexes(IReadOnlyListInt32) Initializes a new instance of the BuilderElementPositionByIndexes class. create element positions based on node indexes.
BuilderElementPositionByIndexes(SerializationInfo, StreamingContext) Initializes a new instance of the BuilderElementPositionByIndexes class. Deserialize BuilderBeam.

Methods

Clone Clone the builder element position.
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetObjectData Serializes a beam.
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) Get the indexes of the element.
MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
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 Returns a string that represents the current object.
(Overrides ObjectToString)
UniqueEndpoints Test for unique endpoints.

Extension Methods

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

See Also