in_part_get_mesh

Gets the mesh of a part.

version(IN_DYNLIB)
export extern (C) @nogc
in_part_get_mesh

Parameters

self in_part_t*

The part to operate on.

Return Value

Type: in_mesh_t*

The mesh of the part if present, null otherwise.

Meta