Functions | |
void | Edit_Cutting_Section (HC_KEY key, int offset, int deleting, int inserting, float *newplanes) |
void Edit_Cutting_Section | ( | HC_KEY | key, | |
int | offset, | |||
int | deleting, | |||
int | inserting, | |||
float * | newplanes | |||
) |
Modifies a cutting section as it exists in the database.
key | - The numeric identifier returned by a previous call to KInsert_Cutting_Section() | |
offset | - Entry into the original cutting section definiton just before which to begin editting. | |
deleting | - Number of planes to delete. | |
inserting | - Number of planes defined in newplanes. | |
newplanes | - A series of (a,b,c,d) quadroplets which define the planes to be inserted. |