×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Convert model co-ordiantes to drawing sheet co-ordinates using NXOpen ?

Convert model co-ordiantes to drawing sheet co-ordinates using NXOpen ?

Convert model co-ordiantes to drawing sheet co-ordinates using NXOpen ?

(OP)
Hello Everyone,

How can i convert model co-ordinate values to drawing sheet co-ordinate values using NXOpen ?
A Sample prog will be of good help.

Thanks,
Amitabh

RE: Convert model co-ordiantes to drawing sheet co-ordinates using NXOpen ?

So do you have coordinates of points that you want in a table?

RE: Convert model co-ordiantes to drawing sheet co-ordinates using NXOpen ?

I use a wrapper function as follows:

ufs.View.MapModelToDrawing(dwgview.Tag, originpnt, pnt1)

The user fuction entry should explain all

int UF_VIEW_map_model_to_drawing
(

tag_t member_view,
double model_pt [ 3 ] ,
double map_pt [ 2 ]

)

tag_t member_view Input A Member View on drawing
double model_pt [ 3 ] Input Point in absolute space
double map_pt [ 2 ] Output 2-D point on the drawing

Regards

Frank Swinkels

RE: Convert model co-ordiantes to drawing sheet co-ordinates using NXOpen ?

(OP)
Thanks Frank.
I finally figured it out on my own by doing some research at my end and i have used a similar wrapper and it is working as expected.

Thank You.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources