Interface IConnectable
Last update: 16.07.2025Namespace: VM.Managed.DAFUL
Assembly: VMDFBase.dll
This interface is to represent the connetable object.
public interface IConnectable : IMarkerParent, IEntityRelation, IHasBody
Implements
IMarkerParent, IEntityRelation, IHasBody
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Properties
Center
Gets the center position of the object.
TMatrix Center { get; }
Property Value
TMatrix
ConnectableBody
Gets the connectable body.
ObjectBase ConnectableBody { get; }
Property Value
ObjectBase
ConnectableFullName
Gets the full name of the connectable.
string ConnectableFullName { get; }
Property Value
ConnectableName
Gets the name of the connectable.
string ConnectableName { get; }
Property Value
ConnectablePosition
Sets the connectable position.
Vector ConnectablePosition { set; }
Property Value
Vector
ConnectablePostfixName
Sets the postfix name of the connectable.
string ConnectablePostfixName { set; }