Functions | |
HC_EXTERNAL HIC_API void | HIC_Add_Cutting_Plane (HIC_Rendition const *nr, HIC_Plane const *pln) |
HC_EXTERNAL HIC_API void | HIC_Clear_Cutting_Planes (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API void | HIC_Remove_Cutting_Planes (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API void HIC_Add_Cutting_Plane | ( | HIC_Rendition const * | nr, |
HIC_Plane const * | pln | ||
) |
nr | A pointer to a const HIC_Rendition. |
pln | A pointer to a HIC_Plane. |
This function adds a cutting plane.
HC_EXTERNAL HIC_API void HIC_Clear_Cutting_Planes | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function clears all cutting planes.
HC_EXTERNAL HIC_API void HIC_Remove_Cutting_Planes | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function removes all cutting planes.