Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In Fusion 360 UI, we can create a sketch using a ConstructionPlane, planar BRepFace or Profile as its referencePlane. But it seems if we use a Profile as the planarEntity argument of Sketches.add Method , the method returns nullptr (in C++). Also using a Profile for setting Sketch.referencePlane Property simply does not work.
Is there a reason for this difference between the UI and the API?
If we use UI to create a sketch using a Profile, the objectType of referencePlane property will be returened as "adsk::fusion::Profile" using API (as expected).
Website: https://perceptino.com
Solved! Go to Solution.