Reference thread561-409787
Does anyone know if this suggestion worked or if not what I need to do to setup printer as plotter for NX 10
Larry Leonard
NX Designer
BSH
This is a follow-up on a subject that I got to work concerning using a grip program to clean-up text from AutoCAD in UG NX5. ((( Thanks to Amy from GTAC )))
Just goes to show you that you should never give up on something.
ENTITY/ obj, tn
STRING/ new_font(30)
STRING/...
This has been very helpful but this current program does not do exactly what I need. Reference 20 Oct 06 11:47 post.
I just have to keep plugging away at it.
thanks
lsl49
Thanks Cowski for the info on "ASGNFT".
Paul, I am still getting "Wrong Number of Arguments" on the sub-routines.
$****************_GPA_SAVE.GRS****************
Proc/ Gpavlu
Number/ Gpavlu(5)
Gpavlu(1) = &Apsite
Gpavlu(2) = &Aunit
Gpavlu(3) = &Cfont
Gpavlu(4) = &Cnmode
Gpavlu(5) =...
Using the _GPA_SAVE & _GPA_REST & using ASGNFT to assign the font as suggested in a above post:
It reported an error "subscript a non-array variable" on the line 19 (calling out the helios_bold_con font) and program failed compilation.
I received 2 linking errors when I tried to link.
In...
Here is what I have.
It will not compile. I receive error 79 undefined GPA symbol for (L).
$********************************
ENTITY/L, ents(1000)
NUMBER/ORIG(3),LNS,RSP, cntr, spot
STRING/NTXT(132),RTXT(132)
data/ cntr, 0
inexte/ all
$$ CAPTURE CURRENT SYSTEM SETTINGS...
Below you will see what I have so far. It looses the properties of the original text. Someone from told me I should try edit text (EDTEXT) which would retain the properties. I do not know how to incorporate this into this existing program...
cowski,
Need the new text to be same size, color and origin as old text and be helios_bold_con.
Larry Leonard
Senior Designer
Smith-Nephew Orthopaedics
Strike through #2-Remove any brackets containing <K??> and <K>. (example: <K46> ).
This actually assign color to the text and this is OK.
One thing I did forget on the list was to keep existing properties like color, character size and origin.
I'm learning as I go here about what is going on...
OK, I would greatly appreciate it. I will also be working on it at this end.
PS: The above program works fine but does not do what I want and requires user intervention which we can not have (user error factor).
Here are the factors to consider:
1-Removing <F1> and <F>
2-Remove any brackets...