param:has-sketchplane


(param:has-sketchplane  constraintsGroup)

Verifies whether the constraintsGroup (integer) uses a 'Sketch Plane' or not.

Arguments

constraintsGroup (integer) the constraints group to query for the 'Sketch Plane' status

Return

T if a 'Sketch Plane' is used, or NIL otherwise

Example

(vl-load-mech)  2
(setq res ((param:get-allconstraintsgroups))  (2698242080 2698242176)
(setq grp (car res))  2698242080
(setq res ((param:has-sketchplane grp))  NIL

Remarks

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

Note




©  Bricsys NV. All rights reserved.