Cutting_Plane
Functions
| void | HIC_Add_Cutting_Plane |
| void | HIC_Remove_Cutting_Planes |
| void | HIC_Clear_Cutting_Planes |
Detailed Description
-
group
Cutting_Plane
Function Documentation
-
void
HIC_Add_Cutting_Plane(HIC_Rendition const *nr, HIC_Plane const *pln) This function adds a cutting plane.
Parameters: - nr – A pointer to a const HIC_Rendition.
- pln – A pointer to a HIC_Plane.
-
void
HIC_Remove_Cutting_Planes(HIC_Rendition const *nr) This function removes all cutting planes.
Parameters: nr – A pointer to a const HIC_Rendition.
-
void
HIC_Clear_Cutting_Planes(HIC_Rendition const *nr) This function clears all cutting planes.
Parameters: nr – A pointer to a const HIC_Rendition.