mech:instance-set-name


(mech:instance-set-name  idEnt  name)

Assigns a new 'name' (string) for the specified 'idEnt' (ename) component instance.

Arguments

idEnt (ename) the entity

name (string) the new 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-name blkRef "HEX NUT:2")  T

Remarks


Note




©  Bricsys NV. All rights reserved.