Skip to content

Part_type_shape

hpgDesigns edited this page Aug 8, 2021 · 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

This is number 1

Clone this wiki locally