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

Cylindrical coordinate system

Status
Not open for further replies.

shanghongcao

Mechanical
Joined
Sep 27, 2012
Messages
30
Location
DE
How to turn on the cylindrical coordinate system when building a 3D model? The cylindrical coordinate P is normally given in (r,θ, z).

Another question: how to convert cylindrical coordinate system to rectangle system into (X, Y, Z)?

X=r*cos(θ)
Y=r*sin(θ)
Z=?

 
NX does not support a 'cylindrical coordinate system' as such. However, you can enter Points using so-called 'cylindrical coordinates' by going to...

Insert -> Datum/Point -> Point...

...and in the section of the 'Point' dialog titled 'Offset', set the 'Offset Option' to 'Cylindrical' and you will find your (r,θ,z) entry fields.

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

To an Engineer, the glass is twice as big as it needs to be.
 
Thank you, John
What can I do if there are thousands of these points and the coordinates are given in an excel file?
Please find one coordinate file attached.
How can I import these points?
 
 http://files.engineering.com/getfile.aspx?folder=92eace1c-69c0-47f8-b99e-754a6981cee2&file=60PCA2300010.txt
Write a program. That's why we offer as many toolkits as we do since we can't possible provide a built-in function for every possible 'interface/exchange scheme/converter/data reader/etc' that could be dreamed of my man.

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

To an Engineer, the glass is twice as big as it needs to be.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top