civil:pgroup-get-allpoints


(civil:pgroup-get-allpoints  groupNameOrEname)

Provides a list of all C3D Point objects contained in specified C3D PointGroup groupNameOrEname.

Arguments

groupNameOrEname  (string or ename)  the name (string) or ENAME of the PointGroup to retrieve all points for

Return

list of ENAMEs, or NIL

Example

(vl-load-civil)  T
(setq num (civil:pgroup-get-allpoints "_All points"))
(<Entity name: 6df86c90> <Entity name: 6df86910> <Entity name: 6df86190> <Entity name: 6df85e90> <Entity name: 6df85ed0> <Entity name: 6df868d0> <Entity name: 6df85f50> <Entity name: 6df85f90> <Entity name: 6df86010> <Entity name: 6df9d220>)

Remarks




©  Bricsys NV. All rights reserved.