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