Functions | |
HC_KEY | Show_Reference_Geometry (HC_KEY reference_key) |
void | Show_Reference_Keys (HC_KEY key, int *count, HC_KEY *keys) |
void | Show_Reference_Keys_Count (HC_KEY key, int *count) |
HC_KEY | Show_Conditional_Reference (HC_KEY reference_key, char *conditions) |
HC_KEY Show_Reference_Geometry | ( | HC_KEY | reference_key | ) |
Returns the identifier of the original geometry or segment referenced by a particular reference key.
reference_key | - Identifier of a particular reference returned from a previous call to Reference_Geometry() or Reference_Geometry_By_Key(). |
void Show_Reference_Keys | ( | HC_KEY | key, | |
int * | count, | |||
HC_KEY * | keys | |||
) |
Returns a list of keys that a given segment references.
key | - the key to segment in which you want to show references. | |
count | - the number of references. Passed by reference. Returned to user. | |
key | - a list of keys that the segment references. Passed by reference. Returned to user. |
void Show_Reference_Keys_Count | ( | HC_KEY | key, | |
int * | count | |||
) |
Returns the number of references that a given segment references.
key | - the key to segment in which you want to show references. | |
count | - the number of references. Passed by reference. Returned to user. |
HC_KEY Show_Conditional_Reference | ( | HC_KEY | reference_key, | |
char * | conditions | |||
) |
Returns the identifier of the original geometry or segment, and the conditions for the reference, for a particular reference key.
reference_key | - Identifier of a particular reference returned from a previous call to KConditional_Reference() or KConditional_Reference_By_Key(). | |
conditions | - The conditions set on a particular segment that were used in creating a reference. Passed by reference. Returned to user. |