part_type_shape - hpgDesigns/hpgdesigns-dev.io GitHub Wiki
Sets the shape of the given particle type.
Parameter | Data Type | Description |
---|---|---|
ind | integer | index of the particle type |
shape | integer | shape of the particles, particle type constant |
void: This function does not return anything.
// demonstrates setting the shape of a particle type
part_type_shape(type, pt_shape_star);
NOTOC