Skip to content

Part_type_shape

hugh greene edited this page Jun 20, 2022 · 1 revision

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

Clone this wiki locally