×
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

sketching points with respect to a new coordinate system

sketching points with respect to a new coordinate system

sketching points with respect to a new coordinate system

(OP)
Hi everyone
I am preparing a C# code which creates a 3D shape in SolidWorks.I have created a plane.it has a angle of 30(first reference) and it is based on a line(second reference). now I want to sketch some points on this plane. I have the coordinates of these points and I have put these points in an array in my C# code. then I sketch points in solidworks using this code:

    skPoint = ((SketchPoint)swDoc.SketchManager.CreatePoint(pp[j, 0], pp[j, 1], 0)));


Now I want to put the coordinate system of the plane on the line which the plane is created based on, so that the points is sketched in this new coordinate system. i tried to create a refrence coordinate system in that place but I dont know how I should sketch the points in this coordinate system.

Thanks

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