civil:pgroup-set-name


(civil:pgroup-set-name  groupNameOrEname  newName)

Renames the specified C3D PointGroup groupNameOrEname to the new name newName.

Arguments

groupNameOrEname  (string or ename)  the name (string) or ENAME of the PointGroup to assign the new group name newName
newName  (string) the new name to be assigned to the groupNameOrEname PointGroup

Return

T or NIL in case of an error

Example

(vl-load-civil)  T
(setq res (civil:pgroup-set-name "testg1" "TestGroup1"))  T

Remarks




©  Bricsys NV. All rights reserved.