[SerializableAttribute]
public class BuilderElementPositionByIndexes : IBuilderElementPosition,
ISerializable
<SerializableAttribute>
Public Class BuilderElementPositionByIndexes
Implements IBuilderElementPosition, ISerializable
[SerializableAttribute]
public ref class BuilderElementPositionByIndexes : IBuilderElementPosition,
ISerializable
[<SerializableAttribute>]
type BuilderElementPositionByIndexes =
class
interface IBuilderElementPosition
interface ISerializable
end
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. |
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. |
ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |