Slant text to straight
Slant text to straight
(OP)
Hello,
Actually i am little confuse how to do the slant text and dimension to straight.
Please help me out of this.
Thanks
Deepankar
Actually i am little confuse how to do the slant text and dimension to straight.
Please help me out of this.
Thanks
Deepankar





RE: Slant text to straight
Ranjith P R
Automotive Seatings
RE: Slant text to straight
and it is not showing any italic also..
RE: Slant text to straight
On the Gtac Grip examples you can find below code
CODE --> Grip
PRINT/'Global character slant was: &CSLANT = ' + ISTR(&CSLANT) IFTHEN/ &CSLANT <> 0 &CSLANT = 0 DRAW/ALL PRINT/'Global character slant now: &CSLANT = ' + ISTR(&CSLANT) ENDIF HALTRonald van den Broek
Senior Application Engineer
Winterthur Gas & Diesel Ltd
NX9 / TC10.1.2
Building new PLM environment from Scratch using NX11 / TC11
RE: Slant text to straight
But how to use this code in NX
If u tell me the specific tool on which tools
I know journel and macro
It will be helpful for me.
RE: Slant text to straight
The GRX file you can execute using Ctrl-G
Ronald van den Broek
Senior Application Engineer
Winterthur Gas & Diesel Ltd
NX9 / TC10.1.2
Building new PLM environment from Scratch using NX11 / TC11
RE: Slant text to straight
RE: Slant text to straight
Ronald van den Broek
Senior Application Engineer
Winterthur Gas & Diesel Ltd
NX9 / TC10.1.2
Building new PLM environment from Scratch using NX11 / TC11
RE: Slant text to straight
RE: Slant text to straight
Do your partfile display texts as "italic" ?
so whatever text you write, it is italic , like this ?
Or ?
Regards,
Tomas
RE: Slant text to straight
I too have a GRIP program for correcting legacy files where designers used a CSLANT value.
NX 9.0.3.4
NX 11.0.2.7 (Testing)
Windows 7 (Windows 8.1 Tablet)
RE: Slant text to straight
When i am giving any dimension or text it is coming as slant in Nx and unable to kept as straight
Is there any tool or macro to correct
Please let me known
Grip execute is there but i dont have grip liscense.
So it is possible to use journel and macro.
Note: this italic text is in drawing template drawing itself
RE: Slant text to straight
It was originally for NX8.5 but should work in NX9 as well (works in NX11)
3 options in there...
1 Set slant to 0 degrees
2 set slant to 15 degrees
3 set slant to free angle
Ronald van den Broek
Senior Application Engineer
Winterthur Gas & Diesel Ltd
NX9 / TC10.1.2
Building new PLM environment from Scratch using NX11 / TC11
RE: Slant text to straight
Actually for this grip liscense is required if we dont have grip liscense then any other option is there.
With the use of defaults tools in Nx like journal and macro.
Thanks
Deepankar
RE: Slant text to straight
But with journal and macro you cannot remove the CSLANT value.
Ronald van den Broek
Senior Application Engineer
Winterthur Gas & Diesel Ltd
NX9 / TC10.1.2
Building new PLM environment from Scratch using NX11 / TC11
RE: Slant text to straight
But, If you are running a version later than NX8.5 the simple solution is to change from the "Unigraphics fonts" to Truetype.
Only the Unigraphics fonts are using the CSLANT variable.
"Unigraphics fonts" is a very old definition, it was developed during the time when pen plotters was the method of printing drawings,
Before inkjets, lasers and electrostats.
Regards,
Tomas
RE: Slant text to straight
RE: Slant text to straight
NX10 : Right click - Settings - Lettering - Text parameters ,
The fonts with a Capital "A" in front, such as "Arial" are True Type , the fonts with a NX icon are Unigraphics fonts.
In the image Aurora, Aurora_lt, Ballfont, barcode are Unigraphics fonts.
Regards,
Tomas
RE: Slant text to straight
Earlier it was showing as 'Din'
If we are changing to latin extended still text in slant
RE: Slant text to straight
ALL Unigraphics fonts are affected by the CSLANT.
True Type is not.
Regards,
Tomas
RE: Slant text to straight