Replies: 1 comment
-
You should make your own EditCommandIpc specific to your requirements. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are currently creating an iModel editing app. During our workflows, users will need to insert geometric and not geometric elements into the iModel. We have observed the basicManipulationIpc provided by the itwin/editor packages and it's insertGeometricElement method. That method in particular has no special logic for handling geometric elements.
Would you recommend limiting our use of that method to just geometric elements, and creating our own interface for other elements, or just using that method although the name implies otherwise? Also, if we are recommended to use it generally, is there a plan to rename it as the methods are still in beta?
Beta Was this translation helpful? Give feedback.
All reactions