UF_UDOBJ_all_data_s (view source)
 
Defined in: uf_udobj.h
 
Also known as:
 


Data Members

class_id
UF_UDOBJ_class_t
the class identifier for the
UDO

udo_status
unsigned int
the out-of-date indicator for
the UDO

num_ints
unsigned int
the number of integers in the
UDO

ints
int *
the integers in the UDO --
NOTE: this is allocated memory
that needs to be freed when no
longer needed. See
UF_UDOBJ_free_udo_data

num_doubles
unsigned int
the number of doubles in the
UDO

doubles
double *
the doubles in the UDO --
NOTE: this is allocated memory
that needs to be freed when no
longer needed. See
UF_UDOBJ_free_udo_data

num_strings
unsigned int
the number of strings in the
UDO

strings
char * *
the strings in the UDO --
NOTE: this is allocated memory
that needs to be freed when no
longer needed. See
UF_UDOBJ_free_udo_data

num_links
unsigned int
the number of links in the UDO

link_defs
UF_UDOBJ_link_t *
the link types and the
associated NX objects in the
UDO -- NOTE: this is
allocated memory that needs
to be freed when no longer
needed . See
UF_UDOBJ_free_udo_data

num_lengths
unsigned int
the number of lengths in the
UDO

lengths
double *
The length data in the UDO.
These doubles will be marked
as measurements of length, so
that conversion from metric to
english units will properly
work.
NOTE: this is allocated memory
that needs to be freed when no
longer needed. See
UF_UDOBJ_free_udo_data

num_areas
unsigned int
the number of areas in the UDO

areas
double *
The area data in the UDO --
These doubles will be marked
as measurements of area, so
that conversion from metric to
english units will properly
work.
NOTE: this is allocated memory
that needs to be freed when no
longer needed. See
UF_UDOBJ_free_udo_data

num_volumes
unsigned int
the number of volumes in the
UDO

volumes
double *
the volume data in the UDO --
These doubles will be marked
as measurements of volume, so
that conversion from metric to
english units will properly
work.
NOTE: this is allocated memory
that needs to be freed when no
longer needed. See
UF_UDOBJ_free_udo_data