civil:pgroups-groupswithpoint


(civil:pgroups-groupswithpoint  number)

Returns a list of C3D PointGroup objects containing the specified point by its number.

Arguments

number  (integer >= 0)  the point number, to find in all PointGroup objects

Return

list of ENAME, or NIL if the point with number is not contained in any group;
see Remarks : normally, the returned list contains at least 1 entry, the "_All points" PointGroup

Example

(vl-load-civil)  T
(setq res (civil:pgroups-groupswithpoint 10))
(<Entity name: 66173fc0> <Entity name: 66174080> <Entity name: 661731c0>)

Remarks

For a drawing containing Civil entities, there is always a PointGroup named "_All points" containing all C3D Point objects



©  Bricsys NV. All rights reserved.