Functions | |
HC_EXTERNAL HIC_API HIC_Geometry const * | HIC_Show_Geometry (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API HC_KEY | HIC_Show_Geometry_Key (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API HC_KEY | HIC_Show_Geometry_Owner (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API HIC_Geometry_Type | HIC_Show_Geometry_Type (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API HC_KEY | HIC_Show_Original_Geometry_Key (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API HIC_Geometry const* HIC_Show_Geometry | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns information about the geometry element in progress or null if no geometry is in progress.
HC_EXTERNAL HIC_API HC_KEY HIC_Show_Geometry_Key | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns the geometry key.
HC_EXTERNAL HIC_API HC_KEY HIC_Show_Geometry_Owner | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns the geometry owner.
HC_EXTERNAL HIC_API HIC_Geometry_Type HIC_Show_Geometry_Type | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns the geometry type.
HC_EXTERNAL HIC_API HC_KEY HIC_Show_Original_Geometry_Key | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns the original geometry key.