Click or drag to resize

IAttachNodesUtilsDropNode Method

Drops the attach node on the part.

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

Parameters

part
Type: (Default Namespace)Part
The part to drop the node on.
attachNode
Type: (Default Namespace)AttachNode
The attach node to drop.
Remarks
Doesn't drop the node if it's connected to a part.
See Also