Skip to main content
Solved

Flip label for 3D view

  • February 17, 2022
  • 4 replies
  • 17 views

hrinn
Contributor
Forum|alt.badge.img+4
  • Contributor
  • 13 replies

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

Best answer by virtualcitymatt

I have turned the text to a solid so i just want to flip it from horizontal to vertical.

image.pngNot 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)

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

virtualcitymatt
Celebrity
Forum|alt.badge.img+47
  • Celebrity
  • 2000 replies
  • February 17, 2022

what's the output format?


hrinn
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • 13 replies
  • February 17, 2022

what's the output format?

I have turned the text to a solid so i just want to flip it from horizontal to vertical.

image.pngNot sure about the format yet, probably dwg or ifc


virtualcitymatt
Celebrity
Forum|alt.badge.img+47
  • Celebrity
  • 2000 replies
  • Best Answer
  • February 17, 2022

I have turned the text to a solid so i just want to flip it from horizontal to vertical.

image.pngNot 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)


hrinn
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • 13 replies
  • February 17, 2022

I have turned the text to a solid so i just want to flip it from horizontal to vertical.

image.pngNot sure about the format yet, probably dwg or ifc

The 3D rotator did it. Thanks