Grasshopper

algorithmic modeling for Rhino

I know how to bake dimensions like this

LinearDimension dim = new LinearDimension(...);

doc.Objects.AddLinearDimension(dim);

But is there a way to display a preview of the dimensions with C# like with the Grasshopper dimension components?

I know that only the geometry that is assigned to an output of a script component is displayed, but if I assign to an output a dimension it doesn't display.

Views: 702

Replies to This Discussion

Hi Adrian,

unfortunately the dimensions I draw are completely custom classes (non-public) that have been defined inside a GHA, not the core DLL. So no, you can't. I'll have to make them easily accessible in the next version but for now you're out of luck.

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service