Is there any way to do it correctly.??? I understand that the problem is that the points[i] is more from the replay.Results[i].
please help.
CSProjectTemplate00Command.cs (5.1 KB)
Hi @taraskydon,
I don’t see a way of doing this in RhinoCommon. You could from C++, however. The Divide
command does this.
– Dale
I was able to do .overwrite the history by creating new points. Now a question. how to record blocks in the history?
In practice, you can use in ReplayHistory, instead of Results.Update - Objects.Add . in this way you can change the history to on the Geometry rhino, I will check on the InstanceObject (Block).
doc.Objects.AddInstanceObject(blokk, xform2, null, history, false); I’m so sorry, but it does not work. history is not recorded and not read. although the function is there (history), but it does not work.