param:parameters-set-exposemode


(param:parameters-set-exposemode  parameter  mode)

Assigns a new expose mode (integer, Off=0, On=1, Undefined=2) to the specified parameter (integer).

Arguments

parameter (integer) the parameter identifier to be modified

mode (integer 0...2) the new expose mode value for the parameter

Return

T if successful, or NIL otherwise

Example

(vl-load-mech)  2
(setq blkId (tblobjname "BLOCK" "*Model_Space"))  <Entity name: 4aaa68b0>
(setq param (mech:parameters-get-byname blkId "Length"))  971708080
(mech:parameters-set-exposemode param bc3dcExposeOn)  T

Remarks

for the 'Expose Mode' value, see 3DC Parameters Expose Mode

Note




©  Bricsys NV. All rights reserved.