Functions | |
| void | READ_PROF_angle (double *Rval) |
| arc opening angle : | |
| void | READ_PROF_center (double *Ptcentre) |
| arc element center point | |
| void | READ_PROF_direction (int *Bsens) |
| arc element toolpath direction | |
| void | READ_PROF_nurbs (int *Ideg, int *Inbp, int *Inbn) |
| Read a NURBS format curve in CAN PROFILE. | |
| void | READ_PROF_nurbs_node (int Ind, double *Rnod) |
| Read a nodal value on a NURBS in CAN PROFILE. | |
| void | READ_PROF_nurbs_point (int Ind, double *Pt, double *Rpoids) |
| Read a point on a NURBS in CAN PROFILE. | |
| void | READ_PROF_point (double *Pt) |
| element extremity point : | |
| void | READ_PROF_radius (double *Rval) |
| arc element radius | |
| void | READ_PROF_startpoint (double *Ptdep) |
| element starting point : (semi-canned threading) | |
Read profiles
| void READ_PROF_angle | ( | double * | Rval | ) |
| void READ_PROF_center | ( | double * | Ptcentre | ) |
arc element center point
| [out] | Ptcentre | point coordinates |
| void READ_PROF_direction | ( | int * | Bsens | ) |
arc element toolpath direction
| void READ_PROF_nurbs | ( | int * | Ideg, |
| int * | Inbp, | ||
| int * | Inbn ) |
Read a NURBS format curve in CAN PROFILE.
| [out] | Ideg | nurbs degree |
| [out] | Inbp | number of control points |
| [out] | Inbn | number of nodal values |
| void READ_PROF_nurbs_node | ( | int | Ind, |
| double * | Rnod ) |
Read a nodal value on a NURBS in CAN PROFILE.
| [in] | Ind | nodal value index (0..Inbn-1) |
| [out] | Rnod | nodal value |
| void READ_PROF_nurbs_point | ( | int | Ind, |
| double * | Pt, | ||
| double * | Rpoids ) |
Read a point on a NURBS in CAN PROFILE.
| [in] | Ind | point index (0..Inbp-1) |
| [out] | Pt | control point coordinates |
| [out] | Rpoids | control point weight |
| void READ_PROF_point | ( | double * | Pt | ) |
element extremity point :
| [out] | Pt | point coordinates |
| void READ_PROF_radius | ( | double * | Rval | ) |
| void READ_PROF_startpoint | ( | double * | Ptdep | ) |
element starting point : (semi-canned threading)
| [out] | Ptdep | point coordinates |