I need to identify if an extrusion is closed in Rhinoscript, but unlike other surface types there doesn’t appear to be a “Rhino.IsExtrusionClosed” function. Is there some other way to do this?
Hello - use Rhino.IsObjectSolid() for this.
-Pascal
Perfect, thanks!