 | IAttachNodesUtilsGetTransformForNode Method |
Gets or creates a transform object for the attach node.
Namespace:
KASAPIv2
Assembly:
KAS-API-v2 (in KAS-API-v2.dll) Version: KAS API v2
SyntaxTransform GetTransformForNode(
Part ownerPart,
AttachNode an
)
Request Example
View SourceParameters
- ownerPart
- Type: (Default Namespace)Part
The part that owns the node. - an
- Type: (Default Namespace)AttachNode
The attach node to create the transform for.
Return Value
Type:
TransformThe object that matches the attach node connect point.
RemarksThe transform is added into the root of the part model.
See Also