mech:instance-get-isvisible


(mech:instance-get-isvisible  idEnt)

Returns whether the specified idEnt (ename) component instance is in visible state.

Arguments

idEnt (ename) the entity

Return

T if in visible state, or NIL otherwise

Example

(vl-load-mech)  2
(setq blkRef (car (entsel)))  <Entity name: 7c8dea10>
(setq res (mech:instance-get-isvisible blkRef))  T

Remarks


Note




©  Bricsys NV. All rights reserved.