Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Interface IConnectable

Last update: 16.07.2025

Namespace: 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(object, LinkPropertyType)

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

string

ConnectableName

Gets the name of the connectable.

string ConnectableName { get; }

Property Value

string

ConnectablePosition

Sets the connectable position.

Vector ConnectablePosition { set; }

Property Value

Vector

ConnectablePostfixName

Sets the postfix name of the connectable.

string ConnectablePostfixName { set; }

Property Value

string

Connect with Ansys