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) =...
...called from test_program. Wrong number of
arguments _GPA_REST
----------------------------------------------
Here are the sub-routines:
$****************_GPA_SAVE.GRS****************
Proc/ Gpavlu
Number/ Gpavlu(43)
Gpavlu(1) = &Apsite
Gpavlu(2) = &Aunit
Gpavlu(3) = &Cfont
Gpavlu(4) =...
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...
...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.
$*********************************************************
ENTITY/L, ents(1000)
NUMBER/ORIG(3),LNS,RSP, cntr, spot
STRING/NTXT(132),RTXT(132)...
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...
Thought I better try this again.............
Yes this is a very good start however I do need the LOOP, MULTIPLE LINE CHECK and NO USER INTERVENTION if at all possible. This text is placed in one the model for a visual check against the associated AutoCAD file. Since you must be in Drafting...
YES THIS IS A GOOD START HOWEVER I DO NEED THE LOOP, MULTIPLE LINE CHECK AND WITH NO USER INTERCENTION.
Larry Leonard
Senior Designer
Smith-Nephew Orthopaedics
You might have to be a little more specific. I'm very limited in my Grip programming knowledge.
Could we come up with a program that would let me pick a text string then delete the first 4 characters and the last 4 characters of that text string then let me pick another without terminating, and...