@onrender wrote:
Hi,
I have a question. I could not find the answer.
In one of the code example on the website, we have a line:
Add annotation text:
Rhino.Geometry.Plane plane = doc.Views.ActiveView.ActiveViewport.ConstructionPlane();
But when I replace it to this I will get an error.
Rhino.Geometry.Plane plane = Rhino.Display.RhinoViewport.ConstructionPlane();
I am looking for the topic of this error. I just have not found it yet. I searched under “custom type access c#” , “accessing classes” keywords etc.
Posts: 2
Participants: 1