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 LittleInch on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

NX13 dxf holes not exported with journal

Status
Not open for further replies.

Lars1978

Mechanical
Joined
Dec 30, 2015
Messages
327
Location
NL
Ha All,

I've got a Journal which exports a PDF and DXF of a draft. In NX12 this works fine. In NX13 the journal still works only de hole features are missing in the DXF.
In the sipped of the journal the 'new' hole feature in not mentioned. I did not find any reference regarding the hole feature to export with a journal.

Any suggestions?

2019-01-23_19_40_33-Window_vgywzh.png


2019-01-23_19_40_55-Window_qfwafe.png



2019-01-23_19_40_18-Window_ecgpki.png


2019-01-23_19_46_22-Window_zdvj8l.png


Lars
NX12.0.2.9 native
Solid Edge ST10
Inventor
 
There is no NX13! It is now Continuous Release. So just what for the next release.


"Wildfires are dangerous, hard to control, and economically catastrophic."

Ben Loosli
 
@Ben thnx for the correction. NX13 sound better than the ridiculous NX1847.... :)

@cowski, please finde the flat pattern view beneeth. Holes are visible.

2019-01-24_15_19_04-NX_-_Drafting_jtgbmi.png


Lars
NX12.0.2.9 native
Solid Edge ST10
Inventor
 
Try adding the line:

Code:
ExportFlatPatternBuilder1.InteriorFeature = True

somewhere in the code after the builder is created and before the .Commit method is called. I'm not sure this is the issue, but it is the first thing that I'd try.

www.nxjournaling.com
 
@cowski, That did the trick... thnx

2019-01-24_17_05_53-Autodesk_AutoCAD_LT_2018_-_100201-041_0_Plaat_dwg1.dxf_sjmrcl.png


Lars
NX12.0.2.9 native
Solid Edge ST10
Inventor
 
Do this lars is the same as
(Lars K)
lklo
 
?

Lars
NX12.0.2.9 native
Solid Edge ST10
Inventor
 
Sorry for the wrong thought.

Good day to you.
 
Maybe we should go back to the Unigraphics version numbers.... :-)
try :
C:\nx\ugii\env_print -v ( Will print the Unigraphics version) ( NX12 = V30)
env_print -m will print the official version + patch

Regards,
Tomas


 
Toost said:
Maybe we should go back to the Unigraphics version numbers.... smile
try :
C:\nx\ugii\env_print -v ( Will print the Unigraphics version) ( NX12 = V30)
env_print -m will print the official version + patch

I don't think that removing the major version number from the titlebar is such a great idea. This seems to be blindly following the (arguably not great or even good) example set by Windows 10. Hopefully, I'll be proven wrong (wouldn't be the first time!).

www.nxjournaling.com
 
I'm glad to see that we are bussy arguing the version numbers. Means that there are no serious other things :)

Lars
NX12.0.2.9 native
Solid Edge ST10
Inventor
 
:)

Lars
NX12.0.2.9 native
Solid Edge ST10
Inventor
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top