bim:dlg-profiles


(bim:dlg-profiles  [ enameOrVlaObject ] )

Opens the 'BIM Profiles' dialog, to apply a selected profile to the optionally provided entity.

Arguments

enameOrVlaObject  specifies the entity to retrieve the assigned profile;
if provided, 'enameOrVlaObject' is a classical entity name or the VLA-Object for an entity name;
must be of any "curve" type (line, polyline, ...), or a 3dSolid

Return

the name of selected profile, or NIL if the dialog was cancelled or nothing was selected, or a selected profile can not be applied to the given entity

Example

(bim:dlg-compositions "Dry Wall")

Remarks

(setq ent (entlast))
(bim:dlg-profiles ent)   returns the selected profile "AISC:C:100x8", when successfully applied to 'ent' entity, or NIL if dialog is cancelled or the profile can not be applied



©  Bricsys NV. All rights reserved.