Vertical text feature in Modeling
Vertical text feature in Modeling
(OP)
I have text that I need to add to a face on my part geometry but I want it to read vertically, Example:
C
H
A
N
N
E
L
How can I do this without creating 7 individual text features (one for each letter) in NX 6?
C
H
A
N
N
E
L
How can I do this without creating 7 individual text features (one for each letter) in NX 6?





RE: Vertical text feature in Modeling
You can tweak the spacing (and other variables) between the letters using "Style"
RE: Vertical text feature in Modeling
1) Divide faces and recolor the text or hatch the text to change the hollow look to filled.
or
2) Extrude the text onto the face.
RE: Vertical text feature in Modeling
In this case it may be best to do it the old fashioned way.
Here is a previous discussion on CGM exporting letters, if you don't already know ... http://www.eng-tips.com/viewthread.cfm?qid=138870
RE: Vertical text feature in Modeling
Edit -> Move Object...
...function to rotate each letter (even if it originally was only a single feature) of the text string using the 'Copy Original' Result option, 90 degrees.
John R. Baker, P.E.
Product 'Evangelist'
Product Design Solutions
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
http://www.siemens.com/plm
http://www.plmworld.org/museum/
To an Engineer, the glass is twice as big as it needs to be.
RE: Vertical text feature in Modeling
RE: Vertical text feature in Modeling
This solution maybe imperfect but the demand for this functionality may be such that your ER is at the wrong end of a longish queue. You just never know what is easy and what is hard to implement in the software.
Best Regards
Hudson
www.jamb.com.au
Nil Desperandum illegitimi non carborundum
RE: Vertical text feature in Modeling
1. Create a vertical line (Basic curve)
2. Create a spline (Insert -> Curve -> Spline) using end points of this line, delete the line.
3. Insert->Curve->text
4. Select "On Curve" option
5. Select the spline (near upper end point)
6. Click MB2 twice
7. Click "Vector" radio button in "Vertical direction" section.
8. Select "Vector Constructor" option, then Select "At Angle" method, and enter the angle as 89.99999 (trick!!)
9. MB2
RE: Vertical text feature in Modeling
However a few comments.
First, how one constructs the 'Line' is irrelevant as long as it's Vertical relative to the WCS. What I mean is, why are you suggesting that you use 'Basic Curves' since ANY Line will do just fine, including an Associative Line or a Sketch?
Second, there's no need to replace the Line with a Spline as a simple Line will work just fine.
And something else to remember, depending on the Font used, you will probably want to add one or two spaces between each letter in order to get the final result that you're looking for.
But that said, your coming up with this approach was inspired and something I'll have to put in 'bag-of-tricks'
John R. Baker, P.E.
Product 'Evangelist'
Product Design Solutions
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
http://www.siemens.com/plm
http://www.plmworld.org/museum/
To an Engineer, the glass is twice as big as it needs to be.
RE: Vertical text feature in Modeling
Of course u can use line of sketch, associative line, or basic curve.
The reason why I chose basic curves was,
Initially I tried this method,
Creating a horizontal line
Defining vertical direction (89.9999 degrees)
and then use Ctrl+T to -90 degrees
In this approach we needed to transform parents also, so a Basic curve avoided this extra step.
The 1st step that I had typed for the earlier method mixed up with latter one. (that I posted yeasterday)