FISH Functions
The type specifiers used in the FISH function signatures are given in the FISH Type Index section.
- Building Blocks Block Functions
- Building Blocks Face Functions
- Building Blocks Edge Functions
- Building Blocks Point Functions
- Building Blocks Set Functions
Building Blocks Block Functions
building_blocks.block.ablock(BB_BLOCK_PNT,BB_FACE_PNT) | Get an attached block. |
building_blocks.block.center(BB_BLOCK_PNT) | Get the center point of a block. |
building_blocks.block.check(BB_BLOCK_PNT) | Get the validity of a block. |
building_blocks.block.edge(BB_BLOCK_PNT,INT) | Get a block edge. |
building_blocks.block.face(BB_BLOCK_PNT,INT) | Get a block face. |
building_blocks.block.multiplier(BB_BLOCK_PNT) | Get the block multiplier. |
building_blocks.block.point(BB_BLOCK_PNT,INT) | Get a block point. |
building_blocks.block.size(BB_BLOCK_PNT) | Get the number of block faces. |
Building Blocks Face Functions
Building Blocks Edge Functions
Building Blocks Point Functions
building_blocks.point.pos(BB_POINT_PNT) | Get point position. |
building_blocks.point.start.edge(BB_POINT_PNT) | Get the first edge in a list. |
building_blocks.point.start.index(BB_POINT_PNT) | Get the index of this point on the first edge... |
Building Blocks Set Functions
Was this helpful? ... | PFC © 2019, Itasca | Updated: Apr 26, 2019 |