Uses of Interface
delight.rhinosandox.RhinoSandbox
Packages that use RhinoSandbox
-
Uses of RhinoSandbox in delight.rhinosandox
Methods in delight.rhinosandox that return RhinoSandboxModifier and TypeMethodDescriptionWill allow access to this class in Rhino scripts.static RhinoSandbox
RhinoSandboxes.create()
Will make this class available to instantiate in Rhino scripts.Will add a global variable available to all scripts executed with this sandbox.RhinoSandbox.setInstructionLimit
(int limit) Sets the maximum instructions allowed for script execution.RhinoSandbox.setMaxDuration
(int limitInMs) Sets the maximum allowed duration for scripts.RhinoSandbox.setUseSafeStandardObjects
(boolean useSafeStandardObject) If .initSafeStandardObjects should be used.RhinoSandbox.setUseSealedScope
(boolean value) If the global scope should be sealed (default: true). -
Uses of RhinoSandbox in delight.rhinosandox.internal
Classes in delight.rhinosandox.internal that implement RhinoSandboxMethods in delight.rhinosandox.internal that return RhinoSandboxModifier and TypeMethodDescriptionRhinoSandboxImpl.setInstructionLimit
(int limit) RhinoSandboxImpl.setMaxDuration
(int limitInMs) Sets the maximum allowed duration for scripts.RhinoSandboxImpl.setUseSafeStandardObjects
(boolean useSafeStandardObjects) RhinoSandboxImpl.setUseSealedScope
(boolean value)