 | IAttachNodesUtilsDropNode Method |
Drops the attach node on the part.
Namespace:
KASAPIv2
Assembly:
KAS-API-v2 (in KAS-API-v2.dll) Version: KAS API v2
Syntaxvoid DropNode(
Part part,
AttachNode attachNode
)
Request Example
View SourceParameters
- part
- Type: (Default Namespace)Part
The part to drop the node on. - attachNode
- Type: (Default Namespace)AttachNode
The attach node to drop.
RemarksDoesn't drop the node if it's connected to a part.
See Also