Hi,
I need to create programmatically an element, the same way you can do as a user with the keyin "move parallel offset" with "Mode: Miter", "make copy" and "Distance" set.
What would be the function to use to get a similar result? I wouldn't mind importing an MDL Function if the .NET Interop API doesn't has this.
None of the documents in the SDK provide any results when searching for "miter", "bevel" or "move parallel"
The KeyIn is not usable, since
a) it needs several user interactions (selecting the object, despite being already selected before the command was started. selecting on which side the copy should be created)
b) the selected element will be later only created temporarily, and not a part of the dgn
c) the Miter copied element is only needed temporarily as well, for further intersection calculations
With regards,
PatB