mech:get-effectiveblocktablerecord


(mech:get-effectiveblocktablerecord  idBlockRef)

Returns the effective BlockTableRecord of the constrained idBlockRef (ename) as shown in Mechanical Browser.

Arguments

idBlockRef (ename) the BlockReference entity to be queried

Return

'effective BlockTableRecord* as ENAME or NIL

Example

(vl-load-mech)  2
(setq ent (car (entsel)))  <Entity name: aea609f0>
(mech:get-effectiveblocktablerecord ent)  <Entity name: a3f18310>

Remarks

BlockReferences with constraints could be changed from named BlockTableRecord to an anonymous clone of the BlockTableRecord

Note




©  Bricsys NV. All rights reserved.