param:get-entityguiname


(param:get-entityguiname  entity)

Returns the GUI name of the constrained entity (ename) as shown in Mechanical Browser; returns a string or NIL

Arguments

entity (ename) the drawing entity to retrieve its "entity name" value

Return

the 'Name' (string) of the specified entity as shown in Mechanical Browser
NIL if the entity is not part of a ConstraintGroup

Example

(vl-load-mech)  2
(setq ent (car (entsel)))  <Entity name: 4af65dc0>
((param:get-entityGuiName ent) "Body_1"

Remarks


Note




©  Bricsys NV. All rights reserved.