×
Aug 12, 2013 · Description. Procedure SetPref sets the on-off status of a VectorWorks preference dialog item. Parameter index specifies the preference item ...
People also ask
PROCEDURE SetPref( index :INTEGER; status :BOOLEAN); def vs.SetPref(index, status): return None. Parameters. index, INTEGER, 識別番号. status, BOOLEAN, チェック ...
May 22, 2020 · https://developer.vectorworks.net/index.php/VS:SetPref. You can check if the active layer is design or sheet with https://developer ...
Jun 15, 2016 · This is the function reference for SetPref: http://developer.vectorworks.net/index.php/VS:SetPref. SetPref is used for stuff that accepts ...
Aug 12, 2013 · Description. Sets the value of the specified VectorWorks preference setting. Used with preference settings requiring a REAL value.
Jan 23, 2018 · I'm trying to write a script using DoMenuTextByName in order to switch to a normal perspective and OpenGL. This is because VW seems to ...
Aug 12, 2013 · Function SetPrefInt sets the value of a numeric VectorWorks preference setting. A table of preference dialog items and their corresponding IDs ...
Jan 25, 2024 · What i'm looking for is some kind of command where I can check whether the user is in a 3d view or 2d, and then, if in 2D, set the view BACK to ...
May 23, 2020 · Anyone have any quick guidance about how to change the 2d objects view preference in Unified View Options via a VS routine that can be ...
Aug 4, 2021 · I'd like to find a way to get the handle of the objects that was tagged by a certain data tag. In my mind a command could look like this.