Grasshopper

algorithmic modeling for Rhino

there are a lot of name space by default:

using Rhino;
using Rhino.Geometry;
using Rhino.DocObjects;
..............

but it cannot be deleted.

first question:

Too many name space will slow down the speed of component?

second:

how can it be deleted?:)

Thank you very much!

Views: 284

Replies to This Discussion

It will certainly not slow down the speed at which the component code runs. It might slow down how quickly the autocomplete works, but I think that's just a one-time delay when opening the script editor.

You cannot remove those namespaces, they are always there.

--

David Rutten

david@mcneel.com

Tirol, Austria

thank u,David

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service