C3DMesh::SetFill

Top  Previous  Next

Syntax:

 

SetFill(int  mode)

 

Purpose:

Sets the fill mode for the mesh.

 

Parameters:

mode - The new fill mode.

 

Returned value(s):

None.

 

Application:

statue.SetFill(FILL_WIREFRAME)

 

Class Hierarchy

C3DObject

-------C3DMesh

 

Additional Info:

The default fill mode is FILL_SOLID.

 

See Also:

Mesh Fill Styles