mech:get-componentparameterexpr


(mech:get-componentparameterexpr  idBlockRef  paramName)

Returns the string expression of parameter paramName (string) of the constrained BlockReference idBlockRef entity (ename).

Arguments

idBlockRef (ename) the BlockReference entity to be queried

paramName (string) the parameter name to query for its 'parameter expression'

Return

returns the parameter expression as string, or NIL

Example

(vl-load-mech)  2
(setq ent (car (entsel)))  <Entity name: a411e960>
(setq res (mech:get-componentparameterexpr ent "Size"))  ".375-24 UNF"

Remarks

this function 

Note




©  Bricsys NV. All rights reserved.