Click or drag to resize

IAttachNodesUtils Interface

Various methods to deal with part's attach nodes.

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

The IAttachNodesUtils type exposes the following members.

Methods
  NameDescription
Public methodAddNode
Adds an existing attach node into the part.
Public methodCreateNode
Creates a new attach node on the part.
Public methodDropNode
Drops the attach node on the part.
Public methodGetTransformForNode
Gets or creates a transform object for the attach node.
Public methodNodeId
Returns a user friendly attach node representation.
Public methodParseNodeFromString
Creates an attach node form the part's config definition string.
Top
See Also