C_CreateViewFilter

C_CreateViewFilter is used to create a view filter object. This is used in conjunction with the TViewParameters struct to control which components of a model are drawn.

Once you have finished with the filter, you must call C_DestroyViewFilter to free memory allocated by C_CreateViewFilter.

void C_CreateViewFilter(

TOrcFxAPIHandle *lpFilterHandle,

int *lpStatus

);

Parameters

lpFilterHandle (OUT)

Points to a variable in which the filter handle will be returned.

lpStatus (OUT)

Points to a variable in which the status result for the function call will be returned.

See also

TViewParameters, C_DestroyViewFilter, C_ViewFilterAddItem.