param:parameters-set-expression


(param:parameters-set-expression  parameter  expression)

Assigns a new expression (string) to the specified parameter (integer).

Arguments

parameter (integer) the parameter identifier to be modified

expression (string) the new expression 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-expression param "100.0")  T

Remarks


Note




©  Bricsys NV. All rights reserved.