Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Status
Not open for further replies.

Kumaresh_07

Automotive
Jul 21, 2019
14
0
0
IN
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

Status
Not open for further replies.
Back
Top