Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
ESEric Snyder13/09/2021
I see the ISketchBlockDefinition and ISketchBlockInstance interfaces that one can use to get information about blocks including gettings Arcs, Lines, ect. What about when there is a block inside a block? I do not see anywhere in the API on getting blocks inside blocks.
I know that I can make blocks nested. Here is an example in a feature tree:
Using the API how can we tell is a block is inside a block? I would expect it to be in the block definition interface?