mech:instance-set-category


(mech:instance-set-category  idEnt  category)

assigns the specified Category/PropertySet 'category' (string) to the specified 'idEnt' (ename) component instance.

Arguments

idEnt (ename) the entity

category (string) the new category name for this ComponentInstance

Return

T if successful, or NIL otherwise

Example

(vl-load-mech)  2
(setq blkRef (car (entsel)))  <Entity name: 7c8dea10>
(mech:instance-set-category blkRef "HEX")  T

Remarks


Note




©  Bricsys NV. All rights reserved.