extrude.point.group
Syntax
- s := extrude.point.group(p<,slot>)
- extrude.point.group(p<,slot>) := s
Get/set the group name assigned to point p in slot slot. Use of the group logic is described in Group.
A group pointer or a slot index may be provided instead of strings for efficiency. See the
group.find
andgroup.find.slot
intrinsics.Returns: s - the name of the group in slot slot. Will return None if no group has been assigned in that slot.
Accepts: Arguments: p - a pointer to a point
slot - the optional name of the slot used. If not given, the slot name Default will be used.
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |