is_List removed?

Jason Kraftcheck kraftche at cae.wisc.edu
Mon Aug 16 09:33:49 CDT 2010


On 08/16/2010 09:27 AM, Xiaolin Li wrote:
> For function:
> 
> void iMesh_isEntContained(iMesh_Instance instance,
>                             /*in*/ iBase_EntitySetHandle
> containing_entity_set,
>                             /*in*/ iBase_EntityHandle contained_entity,
>                             /*out*/ int *is_contained,
>                             /*out*/ int *err)
> 
> What value (enumerated?) should it be assigned to for int *is_contained?
> 
> true and false?
> 

In C, a zero value is false and any non-zero value is true.

- jason



More information about the tstt-interface mailing list