
Functions | |
| void | DEdit_Cutting_Section (HC_KEY key, int ioffset, int ndelete, int insert, const HC_DPLANE *iplanes) |
| Similar to Edit_Cutting_Section(), but operates on double-precision data. More... | |
| void | Edit_Cutting_Section (HC_KEY key, int ioffset, int ndelete, int insert, const HC_PLANE *iplanes) |
| Modifies a cutting section as it exists in the database. More... | |
| void DEdit_Cutting_Section | ( | HC_KEY | key, |
| int | ioffset, | ||
| int | ndelete, | ||
| int | insert, | ||
| const HC_DPLANE * | iplanes | ||
| ) |
Similar to Edit_Cutting_Section(), but operates on double-precision data.
| key | - The numeric identifier returned by a previous call to Insert_Cutting_Section() |
| ioffset | - Entry into the original cutting section definiton just before which to begin editting. |
| ndelete | - Number of planes to delete. |
| insert | - Number of planes defined in newplanes. |
| iplanes | - A series of (a, b, c, d) quadroplets which define the planes to be inserted. |
| void Edit_Cutting_Section | ( | HC_KEY | key, |
| int | ioffset, | ||
| int | ndelete, | ||
| int | insert, | ||
| const HC_PLANE * | iplanes | ||
| ) |
Modifies a cutting section as it exists in the database.
| key | - The numeric identifier returned by a previous call to Insert_Cutting_Section() |
| ioffset | - Entry into the original cutting section definiton just before which to begin editting. |
| ndelete | - Number of planes to delete. |
| insert | - Number of planes defined in newplanes. |
| iplanes | - A series of (a,b,c,d) quadroplets which define the planes to be inserted. |
No additional details. See Insert_Cutting_Section().