ScriptContext Class

This is the base class for scripts. Every script class can access these members directly.

Definition

Namespace: Macad.Core
Assembly: Macad.Core (in Macad.Core.dll) Version: 3.0.1840
C#
public class ScriptContext
Inheritance
Object    ScriptContext

Properties

Document The model holds all bodies, and references to every entity.
Layers The layer collection is a collection of layers defining shared attributes regarding visibility, interactivity and visualization of bodies.
Viewport The viewport is the window into a workspace.
Workspace The workspace holds all functionality for visualization and interactivity.

See Also