Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Removing Expressions

Status
Not open for further replies.

JavadM

Mechanical
Joined
Apr 29, 2008
Messages
119
Location
US
Hi friends

Is any fast way to remove expressions and make all parameters constant values at once or a few steps?


NX 12
 
Hi Cowsky
Actually I'm new to coding and journaling. also I'm not familiar with programing yet. how can i learn and develop skill in it. www.nxjournaling.com seems great.

is it important to learn VB before using your great tutorials?
do you have any suggestion for begin to learn journaling?


best regards
 
NX supports several programming languages (C++, Java, Python, VB, C#, etc). If you have used one of the supported languages before, I'd suggest starting with that. If you have no programming experience, I suggest picking a language then finding a well-reviewed book to get going (check your local library or favorite book seller). I know you can find hundreds of tutorials online for any language, but I find a book to be more comprehensive and cohesive than a dozen different websites. You should be somewhat familiar with the language syntax before working with the NXOpen API.

www.nxjournaling.com
 
Hello Cowsky
thanks for your replay. im really eager to begin programming.

up and running with your tutorials, i found great journals for exporting PDFs.
the "pdf exporter class" works great.
export_pdf_test_all_parts_in_folder is amazing, but i cant set desired line width for it. i tried to change some setting in NX but did not find where this journal is reading the line width for exporting pdfs.

can i ask you for guide me if there is an option related to line widths that can work with this journal in NX?


also i really appreciate for sharing these time saving journals and your great website.

best regards

 
The line widths would need to be set on the print PDF builder object that can be found in the ExportPdf sub in the pdf exporter class. The code currently uses the default values with no option to change it.

www.nxjournaling.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top