FISH Functions

FISH functions operating on extrusion blocks. The type specifiers used in the FISH function signatures are given in the FISH Type Index section.

Extrude point Functions

extrude.point.blocks(EXT_POINT_PNT) Get the list of all blocks connected to the point...
extrude.point.edges(EXT_POINT_PNT) Get the list of all edges connected to the point...
extrude.point.extra(EXT_POINT_PNT<,INT>) Get/sets the value stored in the i th extra variable array...
extrude.point.find(EXT_SET_PNT,INT) Get the point with ID i .
extrude.point.group(EXT_POINT_PNT<,STR>) Get/set the group name assigned to point p in slot...
extrude.point.group.remove(EXT_POINT_PNT,STR/GROUP_PNT) Remove the group s from point p in all slots...
extrude.point.id(EXT_POINT_PNT) Get the point ID number, a unique number assigned by...
extrude.point.isgroup(EXT_POINT_PNT,STR/GROUP_PNT<,STR/IND>) Check if the group s is associated with the point.
extrude.point.list(EXT_SET_PNT) Get a pointer to the container of all points in...
extrude.point.maxid(EXT_SET_PNT) Get the maximum ID number assigned to any point in...
extrude.point.num(EXT_SET_PNT) Get the total number of points in the set sp .
extrude.point.pos(EXT_POINT_PNT) Get/set the position of a point.
extrude.point.start.edge(EXT_POINT_PNT) Get the first edge on the list of edges connected...
extrude.point.typeid Get an identifier that uniquely determines the type of object.