Syntax
Result = dbMakeMeshFromObject(MeshID, ObjectID)
Description
If #PB_Any is used as the MeshID parameter, the new ID will be returned as 'Result'. Otherwise the value of 'Result' is the same value passed as the MeshID parameter.
This command will make a single mesh using the entire mesh data of an object. A mesh is a wireframe description of a 3D shape. The mesh and object numbers should be specified using integer values.
See Also