Is it possible to clone and retrim a surface?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I would like to get a face (for example with uidoc.Selection.PickObject(ObjectType.Face, prompt)), then calculate some CurveLoops on the surface, then, for each curveloop, clone the surface and trim it with its curveloop.
Imagine a workflow where the user picks a face, the add-in calculates one curveloop per panel and generates one face per panel. I am thinking about cloning and re-trimming rather than creating the surface from scratch, because I guess it would be easier, especially with non planar surfaces.
I wasn't able to clone a Face or a Surface.
I wasn't able to trim an existing Face or Surface.
I looked into creating a surface from scratch, but the GeometryCreationUtilities class seems to only create planar closed solids, not one single surface, even less a curved one.