[SerializableAttribute]
public class BuilderElementPositionByPoints : IBuilderElementPosition,
ISerializable<SerializableAttribute>
Public Class BuilderElementPositionByPoints
Implements IBuilderElementPosition, ISerializable[SerializableAttribute]
public ref class BuilderElementPositionByPoints : IBuilderElementPosition,
ISerializable[<SerializableAttribute>]
type BuilderElementPositionByPoints =
class
interface IBuilderElementPosition
interface ISerializable
end| BuilderElementPositionByPoints(IReadOnlyListPoint3) | Initializes a new instance of the BuilderElementPositionByPoints class. create a new element position. |
| BuilderElementPositionByPoints(SerializationInfo, StreamingContext) | Initializes a new instance of the BuilderElementPositionByPoints 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 | Get true in case of unique endpoints. |
| ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |