Functions | |
void | Conditional_Reference (const char *segname, const char *condition) |
HC_KEY | KConditional_Reference (const char *segname, const char *condition) |
void | Conditional_Reference_By_Key (HC_KEY geom_key, const char *condition) |
HC_KEY | KConditional_Reference_By_Key (HC_KEY geom_key, const char *condition) |
void Conditional_Reference | ( | const char * | segname, | |
const char * | condition | |||
) |
Directs HOOPS to create a reference to some geometry when processing a segment, subject to meeting the conditions set on the segment in a previous call to Set_Conditions()..
segname | - Name, possibly including wildcards and lists, of extra segment(s) from which the geometry should be included when displaying the current segment. | |
condition | - The condition(s) that are associated with a particular conditional include, and that are valid input to Set_Conditions(). |
In all other respects, this function is identical to Reference_Geometry().
HC_KEY KConditional_Reference | ( | const char * | segname, | |
const char * | condition | |||
) |
Similar to Conditional_Reference(), but returns a key to the reference that can be used lated to delete the reference.
segname | - Name, possibly including wildcards and lists, of extra segment(s) from which the geometry should be included when displaying the current segment. | |
condition | - The condition(s) that are associated with a particular conditional include, and that are valid input to Set_Conditions(). |
void Conditional_Reference_By_Key | ( | HC_KEY | geom_key, | |
const char * | condition | |||
) |
Similar to Conditional_Reference(), but references a particular item, rather than a segment and all of its contents.
geom_key | - Key to the geometry that should be included when displaying the current segment. | |
condition | - The condition(s) that are associated with a particular conditional include, and that are valid input to Set_Conditions(). |
HC_KEY KConditional_Reference_By_Key | ( | HC_KEY | geom_key, | |
const char * | condition | |||
) |
Similar to KConditional_Reference_By_Key(), but returns a key to the reference that can be used lated to delete the reference.
geom_key | - Key to the geometry that should be included when displaying the current segment. | |
condition | - The condition(s) that are associated with a particular conditional include, and that are valid input to Set_Conditions(). |