Show_PolyCylinder_XXX
Functions
| HIC_Vector const * | HIC_Show_PolyCylinder_Basis_Axis0 | 
| HIC_Vector const * | HIC_Show_PolyCylinder_Basis_Axis1 | 
| HIC_Point const * | HIC_Show_PolyCylinder_Points | 
| float | HIC_Show_PolyCylinder_Radii | 
| int | HIC_Show_PolyCylinder_Point_Count | 
Detailed Description
- 
group Show_PolyCylinder_XXX
Function Documentation
- 
HIC_Vector const *HIC_Show_PolyCylinder_Basis_Axis0(HIC_Geometry const *geo, int basis_index)
- This function returns the polycylinder basis axis 0 at the specified basis index as a HIC_Vector const *. - Parameters: - geo – A pointer to a const HIC_Geometry.
- basis_index – An int, value at the basis index to return.
 - Returns: - A HIC_Vector const *. 
- 
HIC_Vector const *HIC_Show_PolyCylinder_Basis_Axis1(HIC_Geometry const *geo, int basis_index)
- This function returns the polycylinder basis axis 1 at the specified basis index as a HIC_Vector const *. - Parameters: - geo – A pointer to a const HIC_Geometry.
- basis_index – An int, value at the basis index to return.
 - Returns: - A HIC_Vector const *. 
- 
HIC_Point const *HIC_Show_PolyCylinder_Points(HIC_Geometry const *geo, int index)
- This function returns the polycylinder point at the specified index as a HIC_Point const *. - Parameters: - geo – A pointer to a const HIC_Geometry.
- basis_index – An int, point of the polycylinder to return.
 - Returns: - A HIC_Point const *. 
- 
float HIC_Show_PolyCylinder_Radii(HIC_Geometry const *geo, int index)
- This function returns the polycylinder radius at the specified index as a float. - Parameters: - geo – A pointer to a const HIC_Geometry.
- basis_index – An int, radius of the polycylinder to return.
 - Returns: - A float. 
- 
int HIC_Show_PolyCylinder_Point_Count(HIC_Geometry const *geo)
- This function returns the polycylinder point count. - Parameters: - geo – A pointer to a const HIC_Geometry. - Returns: - An int. 
 
        