zone.gp
Syntax
- gp := zone.gp(z<,i>)
Get a list of the the grid points associated with the zone.
If a specific index i is provided (from 1 to 8), then a single grid point pointer is returned.
See Orientation of Nodes and Faces within a Zone and
zone create
for information on how grid points are associated with zones. Note thatzone.gp.num
will return the total number of unique gridpoints available for a zone.Returns: l - a list of grid points associated with the zone, or a single grid point pointer
Arguments: z - a pointer to a zone
i - an optional index of the grid point to find. This should be at least 1 and will never be greater than 8.
Was this helpful? ... | FLAC3D © 2019, Itasca | Updated: Feb 25, 2024 |