Click or drag to resize

ILinkPeer Interface

Base interface for an end of the link.

Namespace:  KASAPIv2
Assembly:  KAS-API-v2 (in KAS-API-v2.dll) Version: KAS API v2
Syntax
C#
public interface ILinkPeer
Request Example View Source

The ILinkPeer type exposes the following members.

Properties
  NameDescription
Public propertyattachNode
Parsed attach node definition of the peer.
Public propertycfgAttachNodeName
Name of the attach node on the part.
Public propertycfgDependentNodeNames
List of the attach node names, which this module doesn't own, but wants to align the state with.
Public propertycfgLinkType
Source link type identifier.
Public propertycoupleNode
Attach node to use when the peers need to couple into a single parts hierarchy.
Public propertyisLinked
Tells if this peer is currently linked to another peer.
Public propertyisLocked
Tells if the peer's link ability is disabled due to it's attach node is taken by another peer on the same part.
Public propertyisNodeBlocked
Tells if the peer's attach node is occupied by an incompatible part.
Public propertylinkNodeName
The persisted name of the attach node of the other peer.
Public propertylinkPartId
The persisted ID of the linked part of the other peer.
Public propertylinkState
Current state of the peer.
Public propertynodeTransform
Transform that defines the position and orientation of the base node to which all the renderers and physical anchors are aligned.
Public propertyotherPeer
Other end of the link.
Public propertypart
Part that owns the source.
Top
Remarks
This interface represents the complete definition of the link's state. However, it explicitly ignores the logic of making a link. Such a logic must be implemented in the specialized interfaces.
See Also