Skip to content

Latest commit

 

History

History
64 lines (55 loc) · 1.68 KB

File metadata and controls

64 lines (55 loc) · 1.68 KB

DisableModules

Description

Disables modules. The modules parameter is a bitfield indicating which modules to disable.

{| class="wikitable_c" |+ Table - GetEnabledModules Selectors ! Module ! Selector

! Description
Foundation
style="text-align:center"
VectorWorks general purpose CAD.
-
RenderWorks
style="text-align:center"
Advanced rendering features, lighting, textures.
-
Architect
style="text-align:center"
Architectural features including advanced window, door, wall framing, HVAC
-
Landmark
style="text-align:center"
Site modeling and landscape design module.
-
Spotlight
style="text-align:center"
Theater lighting, set, and scenic design features.
-
Mechanical
style="text-align:center"
Mechanical engineering module for designers and fabricators.
-
Pro
style="text-align:center"
Foundation for European market.
}
PROCEDURE DisableModules(modules : LONGINT);
def vs.DisableModules(modules):
    return None

Parameters

Name Type Description
modules LONGINT This modules parameter is a LONGINT value which contains a bit for each possible product module. If a module is enabled, then the corresponding bit is set to 1. If that module is disabled, then its bit is 0. The table below contains selectors that can be used to interpret the results of this function. To determine if a module is enabled, do a bitwise "and" operation with the selector and the value returned by this function. See the usage example below.

See Also

VS Functions: GetEnabledModules

Version

Availability: from VectorWorks 10.0

Category

  • Utility