param:evaluateconstraints


(param:evaluateconstraints  constraintsGroup)

Evaluates the specified constraintsGroup (integer).

Arguments

constraintsGroup (integer) the constraint group to be evaluated

Return

T if successful, or NIL

Example

(vl-load-mech)  2
(setq blkId (tblobjname "BLOCK" "*Model_Space"))  <Entity name: a3c8b900>
(setq grp ((param:get-constraintsgroup blkId))  2752346592
((param:evaluateconstraints grp)  T

Remarks

see functions (param:get-allconstraintsgroups) and (param:get-constraintsgroup) to retrieve the constraintsGroup

Note




©  Bricsys NV. All rights reserved.