FreeStaticGeometry()

Syntax

FreeStaticGeometry(#StaticGeometry)
Description
Free the given StaticGeometry, previously initialized by CreateStaticGeometry().

Parameters

#StaticGeometry The static geometry to free. If #PB_All is specified, all the remaining static geometries are freed.

Return value

None.

Remarks

All remaining static geometries are automatically freed when the program ends.

See Also

CreateStaticGeometry()

Supported OS

All

<- CreateStaticGeometry() - StaticGeometry Index - IsStaticGeometry() ->