Dear all,
I would like to create a coordinate system in workbench by use of a Excel table.
(Xorig, Yorig, Zorig)+(CS Name) + (X axe Vector, Y X axe Vector, Z X axe Vector)
Origin+Name+Directional Vectors

I have identified the command/method in order to specify the coordinate system origine with
**testCS.OriginX = Quantity(tempX,"mm")
testCS.OriginY = Quantity(tempY,"mm")
testCS.OriginZ = Quantity(tempZ,"mm")
testCS.name = "my coord" **
But i wonder how can i specificy the Directional vectors for coordinate system orientation ?
Many methods are proposed by the editor but there are undocumented :-(
I have no idea of the appropriated syntax.
Can somebody has answer about this ?
Thank you,
best regards all,