Coordinate of Point2d to coordinate of Point ?

Coordinate of Point2d to coordinate of Point ?

Anonymous
Not applicable
693 Views
3 Replies
Message 1 of 4

Coordinate of Point2d to coordinate of Point ?

Anonymous
Not applicable
I have few coordinates of Point2d on the planar sketch. The planar sketch was deposed and rotated relatively global system coordinate. How transformed the coordinate Point2d to coordinate Point (coordinate 2D point from the planar sketch to coordinate the global system coordinate)?
Before thank.
0 Likes
694 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
The PlanarSketch.SketchToModelSpace method is meant just for this purpose.
You provide a Point2d objct as input and it returns the Point object in
model space.
--
Brian Ekins
Autodesk Inventor API

wrote in message news:5520776@discussion.autodesk.com...
I have few coordinates of Point2d on the planar sketch. The planar sketch
was deposed and rotated relatively global system coordinate. How transformed
the coordinate Point2d to coordinate Point (coordinate 2D point from the
planar sketch to coordinate the global system coordinate)?
Before thank.
Message 3 of 4

Anonymous
Not applicable
See also the PlanarSketch.ModelToSketchSpace method which is inverse to .SketchToModelSpace.
0 Likes
Message 4 of 4

Anonymous
Not applicable
Thank you Brian and ALink for your answer.
0 Likes