Can we modify Grid 2D extension override using Python and API?

Luke-

In 2015, that is not possible with the API. In 2016 though, some new methods came out that should make that possible. (See below). I have not yet tried as the majority of my projects are still 2015, but I’m hopeful these methods will allow me to do exactly what you are asking about. Keep us posted on your progress (2d grid extents are a major pain point…)

DatumPlane.PropagateToViews()

GetPropagatedViews()

DatumPlane.IsBubbleVisibleInView()

GetCurvesInView()

1 Like