I need to add an object to the project tree that inherits the properties of ArbitraryCrack and has some additional properties. Is there an approach that allows this?
I have examined the .dll libraries Ansys.ACT.WB1 and Ansys.Common.Interop for the required functionality. I also reviewed the .js code in aisol\DesignSpace\DSPages but couldn't find anything suitable. Perhaps it's necessary to implement the interface of the abstract class IDSCrackAuto and somehow add the resulting object to the project tree. But how can I add it to the project tree? I couldn't find functionality for adding it to a specific place in the TreeView (the functions AddNodeAndChildren, recursiveAddNodeAndChildren didn't work).
I have been trying to solve this issue for a month now. 
