Is there a way to enter inside a Viewport with Dynamo?

Hi,

I’m wondering if there is a way to enter inside a viewport and explode for example points tables?

Hard to see what you mean. Can you show some examples?

Yeah sure, there is a basic example in this video of what I want to do.

Hi @henrybajana,

Some ideas:

  • Change the annotative scale in model space to match the viewport scale, then explode
  • Explode the point tables, figure out which tables “belong” to which viewports, get the viewport scale, and then scale the Block References accordingly
1 Like

look at this

1 Like

Does anyone know why when I explode those tables with Dynamo, just one relay and the other tables disapear.
The same doesn’t hapen with AutoCAD command

Hi @henrybajana,

I’m not seeing the same issue that you describe, unfortunately :confused:
I expect it might be an issue with the way your graph is set up. If you have an Object.Delete node anywhere, make sure there are appropriate gates in place to ensure that everything finishes before things get deleted.

explode

Try with a split table, well I have 8 tables but is just one divided anyways the node Civil3DTable.getfromObject identified 9, I couldn’t explode all because just one remain, I just realized that I had to explode from table 8 to 1 in that order whit a reverse list and still don’t know why but works, the problem is what is going to happen if I only have one table.

Civil 3D objects are sometimes related to other objects. If you explode an Alignment, all Profiles and Profile Views will be deleted. The best way is indeed to explode in reversed order. Maybe the same issue applies to splitted tables too.

1 Like

You are totally right.