mech:evaluateconstraints


(mech: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 (mech:get-constraintsgroup blkId))  2752346592
(mech:evaluateconstraints grp)  T

Remarks

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

Note




©  Bricsys NV. All rights reserved.