I have a set of labelpoints that I want to flip to make it readable from a viewpoint from the side in 3D. Is there a transformer that does the trick? Thanks
Page 1 / 1
what's the output format?
what's the output format?
I have turned the text to a solid so i just want to flip it from horizontal to vertical.
Not sure about the format yet, probably dwg or ifc
I have turned the text to a solid so i just want to flip it from horizontal to vertical.
Not sure about the format yet, probably dwg or ifc
ok nice - then you will need to use a 3DRotator transformer. You will first need to identify the Custom Axis or Rotation - I think just the center point of the word and then probably the x axis unit vector (1,0,0)
I have turned the text to a solid so i just want to flip it from horizontal to vertical.
Not sure about the format yet, probably dwg or ifc
The 3D rotator did it. Thanks