need auto UpdateClippingDrawings in Rhino common
now i run this command from grasshopper to Rhino
but not auto update
i think need it when change clipping position Auto
update clipping Drawing in Rhino
note when this command run from grasshopper to rhino
***grasshopper canvas components hanging and freeze ***
is this bug?
private void ExecuteRhinoCommand()
{
RhinoApp.RunScript("_-UpdateClippingDrawings _All _Enter", false);
}
}
1 post - 1 participant