param:parameters-get-fromblock


(param:parameters-get-fromblock  blkId)

Returns all 3DConstraint parameters of BlockTableRecord blkId (ename).

Arguments

blkId (ename) the BlockTableRecord (block definition) to be queried

Return

list of integers (parameter identifiers), or NIL

Example

(vl-load-mech)  2
(setq blkId (tblobjname "BLOCK" "*Model_Space"))  <Entity name: 4aaa68b0>
(mech:parameters-get-fromblock blkId)  (1971710144 1971708992 1971708704 1971710336 1971708080)

Remarks


Note




©  Bricsys NV. All rights reserved.