mech:compdef-get-isoriginal


(mech:compdef-get-isoriginal  blkRefOrSolid)

Verifies whether the component, referenced by the blkRefOrSolid (ename) entity, is an original or a derived component.

Arguments

blkRefOrSolid (ename) the entity to query

Return

T for an original component definition, or NIL otherwise (and in case of an error)

Example

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

Remarks

blkRefOrSolid could be a BlockReference or 3dSolid

Note




©  Bricsys NV. All rights reserved.