mech:compdef-get-isupdated


(mech:compdef-get-isupdated  blkRefOrSolid)

Verifies whether the component, referenced by the blkRefOrSolid (ename) entity, is up-to-date or not.

Arguments

blkRefOrSolid (ename) the entity to query

Return

T if updated, or NIL if not updated, or not an external component (and in case of an error)

Example

(vl-load-mech)  1
(setq blkRefOrSolid (entlast))
<Entity name: 400b3440>
(setq res (mech:compdef-get-isupdated blkRefOrSolid))
T

Remarks

blkRefOrSolid could be a BlockReference or 3dSolid

Note

this function applies when the referenced component definition is an external dwg file



©  Bricsys NV. All rights reserved.