iTwin / imodel-native

Apache License 2.0
20 stars 13 forks source link

Add ClipPlaneSet method to clip a generic CurveVector #321

Closed dassaf4 closed 1 year ago

dassaf4 commented 1 year ago

For imodel02 (connectors).

### Tasks
- [x] implement on imodel-native
- [x] port to imodel02
- [x] port to PowerPlatform
- [ ] port to iTwin (if there doesn't already exist a clip method that takes AnyCurve)
dassaf4 commented 1 year ago

Details:

saeeedtorabi commented 1 year ago

In imodel-native, there's a variant of CloneBetweenDirectedFractions which takes curve details. I should add that when I do the port to MS.

saeeedtorabi commented 1 year ago

imodel-native PR https://github.com/iTwin/imodel-native/pull/353 (merged)

imodel02 PR https://dev.azure.com/bentleycs/iModelTechnologies/_git/imodel02/pullrequest/351921 (merged) https://dev.azure.com/bentleycs/iModelTechnologies/_git/imodel02/pullrequest/352640 (merged)

power-platform PR and PBI https://dev.azure.com/bentleycs/PowerPlatform/_workitems/edit/1238279 https://dev.azure.com/bentleycs/PowerPlatform/_git/PPBase/pullrequest/351920 (merged)

iTwin PR https://github.com/iTwin/itwinjs-core/pull/5804