-
Notifications
You must be signed in to change notification settings - Fork 0
Part_type_shape
hpgDesigns edited this page Aug 8, 2021
·
1 revision
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
This is number 1