- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have structure such as:
I want to project SketchPoint from Sketch 1 to Sketch 32. This is quote from Inventor API 2022 doc for PlanarSketch.AddByProjectingEntity method: "In an assembly context (where this method is called on a PlanarSketchProxy object) this method that projects an entity from one part into a sketch in another part. The valid input in this case includes the various 2d sketch proxy objects, the various 3d sketch proxy objects, EdgeProxy, VertexProxy, WorkAxisProxy, and WorkPointProxy objects. WorkPlaneProxy objects that are perpendicular to the sketch are also valid."
So, input is proxy object, but how to get proxy object from root assembly, it is not occurrence and there is no CreateGeometryProxy method?
Solved! Go to Solution.