mech:compdef-get-issectionable


(mech:compdef-get-issectionable  blkRefOrSolid)

Verifies whether the component, referenced by the blkRefOrSolid (ename) entity, is sectionable or not.

Arguments

blkRefOrSolid (ename) the entity to query

Return

T if sectionable, 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-issectionable blkRefOrSolid))
T

Remarks

blkRefOrSolid could be a BlockReference or 3dSolid

Note

Most instances are sectionable, while standard parts usually are not sectionable.
(section views generation)



©  Bricsys NV. All rights reserved.