Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Nx Journaling - Fix a Circle center point from WCS Coordinate System

Status
Not open for further replies.

Kumaresh_07

Automotive
Jul 21, 2019
14
Hi all,

I would like to draw a circle in a point of (X=10mm, Y=10mm, Z=10mm).
The above mentioned xyz values are from wcs coordinate system,Not from Absolute coordinate system.
So kindly anyone tell me -How can i mention in a VB code to fix center of circle (X=10mm, Y=10mm, Z=10mm) from WCS coordinate system.
For your Reference, Please see below code snippet for fixing circle center from from Absolute coordinate system.

Code:
Dim center As New NXOpen.Point3d(10, 10, 10)

The above code would fix the circle center from absolute coordinate system.
But I need to fix circle center (X=10mm, Y=10mm, Z=10mm) from wcs coordinate system.
Please Help me guys ,I m patiently waiting for your replies.

 
Replies continue below

Recommended for you

There is code posted in the following thread that has a function to convert absolute coordinates to work coordinates.
thread561-314774
thread561-325985

www.nxjournaling.com
 
Yes, Abs2WCS function works well...❤❤❤
Thank you Cowski😎.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor