
ProDispObjectCreate | |
( ProName object_name /* (In) Name of new object. Name must be unique. */ int flag /* (In) Bit encoded flag to set property of display object 0x0 : If no bit is set display object will behave like a solid PRO_DISP_OBJECT_TWO_SIDED: When this bit is set object will behave like quilts PRO_DISP_OBJECT_DYNAMIC_PREVIEW: Object is temporary and will be deleted/recreated frequently. If this flag is not set then creo will try to put the data on graphics card to speed up its display. But if the flag is set this optimization will not be done because transferring data to graphics card will take more time than performance gain we will achieve by such transfer. */ int num_strips /* (In) The number of triangle strips */ int* strip_size /* (In) ProArray (of size num_strips) indicating the number of triangles in each strip */ ProTriVertex** strips_array /* (In) An array of num_strips triangle strips. */ ProDispObject* p_disp_obj /* (Out) a handle to the object that was created */ ) |

The function succeeded. | |
Object with same name already exist. Delete previous object (or use new name) | |
One or more input arguments was invalid. |


