Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Coordinate of Point2d to coordinate of Point ?

3 REPLIES 3
Reply
Message 1 of 4
kazak
561 Views, 3 Replies

Coordinate of Point2d to coordinate of Point ?

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.
3 REPLIES 3
Message 2 of 4
Anonymous
in reply to: kazak

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
ALink
in reply to: kazak

See also the PlanarSketch.ModelToSketchSpace method which is inverse to .SketchToModelSpace.
Message 4 of 4
kazak
in reply to: kazak

Thank you Brian and ALink for your answer.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report