I’m looking for a way to mimic the ChangeSpace command behaviour,
Specifically I’d like to get 3D silhouettes from a detail view and transpose those on the layout over the detailview.
Am I missing the obvious, or is there indeed no other way then to create this functionality by taking into account all variables like the detail properties, layout view properties etc…
In effect subjecting the 3D silhouettes to a series of transforms to align them with the detail.
Sorry no. But the example above is written just using RhinoCommon. So it is possible to translate this into Python. Or you could just script the ChangeSpace command.
I am using the rs.command to ChangeSpace but I thought maybe using RhinoCommon would be a quicker way. I was told RhinoCommand is quicker when compared to rhinoscriptsytax or using command line.