GetTotalTransformation to create rotation related to ColumnCurve, how?

2020-09-17_14h12_27

OUT = UnwrapElement(IN[0]).GetTotalTransform()
//or this
 OUT=UnwrapElement(IN[0]).get_Parameter(BuiltInParameter.POINT_ELEMENT_ROTATION_ANGLE)

my code is right until now

when j just try to get rotation i got this:

2020-09-17_14h26_07

Hello,

How can i call any information from GetTotalTransform like BasisX,Y,Z.
I want to use that values to create a rotation:

2020-09-17_14h14_45

KR

AndreasgetTransformColumn.dyn (3.7 KB)

try to put OUT a vector, not the Transform

1 Like