[SerializableAttribute]
public sealed class BuilderElementPosition : IBuilderElementPosition<SerializableAttribute>
Public NotInheritable Class BuilderElementPosition
Implements IBuilderElementPosition[SerializableAttribute]
public ref class BuilderElementPosition sealed : IBuilderElementPosition[<SealedAttribute>]
[<SerializableAttribute>]
type BuilderElementPosition =
class
interface IBuilderElementPosition
end| Default | Gets the default element position. |
| 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. |
| ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |