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

import points 1

Status
Not open for further replies.

SiddeshS

Mechanical
Joined
Feb 13, 2015
Messages
3
Location
DE
thread561-300281

Can anybody please inform me how to write a program to import points
 
What version of NX are you running?

Starting with NX 8.5, there is now a built-in function to do just that. To use this function, go to...

File -> Import -> Points From File...

The function will support several different formats and you can learn more by going to Help files and search on "Import Points from File".

John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Digital Factory
Cypress, CA
Siemens PLM:
UG/NX Museum:

To an Engineer, the glass is twice as big as it needs to be.
 
Thank you,

I'm using NX 9.0

I'm new to NX, and I need to import points from .xls files by writing a VB program. So if you have any VB programs related to points and lines please attach.
 
A search on this site should turn up some code for dealing with points and/or Excel files. Here are two examples:
thread561-300281
thread561-360957
there are many more.

Also, there are several journals that work with point objects and/or Excel files at the website listed in my signature line. You can probably just "mix & match" some code taken from there to get what you need.

www.nxjournaling.com
 
You may wish to export a comma-delimited file from Excel and then use the aforementioned built-in 'Points from File' function as it automatically created a named-group (using the text file name as the group name) which will help to manage the selection and manipulation of these points. This can be of particular help if multiple sets of points are being imported into the same NX Part file.

John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Digital Factory
Cypress, CA
Siemens PLM:
UG/NX Museum:

To an Engineer, the glass is twice as big as it needs to be.
 
Thank you,

Is there any material to understand how to write a VB program to create sketches & part design?

If you have please attach... that is very helpful for my project.

Thanks in advance.....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top