Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When trying to add subassembly to assembly using AddSubassembly(ObjectId subassemblyId, Point pointHookTo); method, the “pointHookTo” fiedls, which governs marker point for subassembly. Is it possible to select that marker point(Autodesk.Civil.DatabaseServices.Point) like other objects selections?
OR
Is it possible to convert Autodesk.AutoCAD.Geometry.Point3d to Autodesk.Civil.DatabaseServices.Point vice-versa.
OR
If I have Autodesk.AutoCAD.Geometry.Point3d is there any way to find nearest marker point to that selected Autodesk.AutoCAD.Geometry.Point3d with API
Solved! Go to Solution.