- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've got a repetitive design task that requires a solution to sweep's "single path/single intersecting profile" restriction. In concept, I'll clone a user selected reference profile and re-orient it for each selected path. I mashed up the pipe example with the Command Input API sample, and have a partial solution working. The "path" selection isn't clean though. I'd like a "Path" filter that works like the existing Sweep dialog, highlighting the entire chained path vs individual SketchCurves. I didn't find anything like that in the SelectionCommandInput filters.
I'm currently using a SelectCommandInput with filter: "SkectchCurve". This highlights the individual segments as I roll over the sketch, and if I double-click I get entire chained paths. But that doesn't support selection of multiple paths, and isn't as elegant as native Sweep's user interface. In theory I could build my own with a selectionEvent handler. Before I go down that road I'd like to know if there's an existing selection filter, or other API mechanism that gives the desired behavior.
Solved! Go to Solution.