Click or drag to resize

IAttachNodesUtilsAddNode Method

Adds an existing attach node into the part.

Namespace:  KASAPIv2
Assembly:  KAS-API-v2 (in KAS-API-v2.dll) Version: KAS API v2
Syntax
C#
void AddNode(
	Part part,
	AttachNode attachNode
)
Request Example View Source

Parameters

part
Type: (Default Namespace)Part
The part to add the node into.
attachNode
Type: (Default Namespace)AttachNode
The attach node to add.
Remarks
If the node doesn't belong to the part, then the owner will be fixed and a warning logged. Normally, it's not expected to add an attach node into a part that doesn't own it. If the node is already in the part, then this method does nothing.
See Also