Introduction

Getting Started

Programming Guides

API Reference

Additional Resources

Show_Cutting_Section

Functions

void DShow_Cutting_Section (HC_KEY key, int *count, HC_DPLANE *planes)
 Similar to Show_Cutting_Section(), but operates on double-precision cutting sections. More...
 
void Show_Cutting_Section (HC_KEY key, int *count, HC_PLANE *planes)
 Returns the array of coefficients used to define a cutting section. More...
 
void Show_Cutting_Section_Count (HC_KEY key, int *count)
 Returns the number of plane-defining quadruplets in planes. More...
 

Detailed Description

Function Documentation

void DShow_Cutting_Section ( HC_KEY  key,
int *  count,
HC_DPLANE *  planes 
)

Similar to Show_Cutting_Section(), but operates on double-precision cutting sections.

Similar to Show_Cutting_Section(), but operates on double-precision data.

Parameters
key- Unique identifier of a cutting section.
count- The number of planes in the planes array. Passed by reference. Returned to user.
planes- An array of (a,b,c,d) quadruplets which define the separate planes within the cutting section. Passed by reference. Returned to user.
void Show_Cutting_Section ( HC_KEY  key,
int *  count,
HC_PLANE planes 
)

Returns the array of coefficients used to define a cutting section.

Parameters
key- Unique identifier of a cutting section.
count- The number of planes in the planes array. Passed by reference. Returned to user.
planes- An array of (a,b,c,d) quadruplets which define the separate planes within the cutting section. Passed by reference. Returned to user.

DETAILS

This routine returns the plane coeffecients used to define the planes that form the given cutting section.

See also
Show_Cutting_Plane, Insert_Cutting_Section, Edit_Cutting_Section, Insert_Cutting_Plane, Edit_Cutting_Plane
void Show_Cutting_Section_Count ( HC_KEY  key,
int *  count 
)

Returns the number of plane-defining quadruplets in planes.

Parameters
key- Unique identifier of the inserted cutting plane.
count- The number of planes in the planes array. Passed by reference. Returned to user.

DETAILS

This routine returns the number of planes in the planes array so that a properly sized array can be allocated for input into Show_Cutting_Section().

See also
Show_Cutting_Plane, Insert_Cutting_Section, Edit_Cutting_Section, Insert_Cutting_Plane, Edit_Cutting_Plane