Category Curve and edge geometry, Object ProLinedata

Function ProLinedataInit


Description
Initializes a line data structure.
Synopsis
#include <ProCurvedata.h>
ProErrorProLinedataInit(
Pro3dPnt end1
/* (In)
The beginning of the line
*/
Pro3dPnt end2
/* (In)
The end of the line
*/
ProCurvedata* p_curve
/* (Out)
The line data structure
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized the line data structure.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Drawings: Creating, Modifying and Reading Detail Items
  2. Event-driven Programming: Toolkit-Based Analysis: Results Data
  3. Interface: Importing Features: Adding Edges
  4. Interface: Importing Features: Adding Edges

Sample Code References:

  1. pt_examples ( TestAnalysisCurve.c )
  2. pt_examples ( TestAnalysisCurve.c )
  3. pt_examples ( TestGeomdata.c )
  4. pt_examples ( TestDtlentity.c )
  5. pt_userguide ( UgDtlentityExamples.c )
  6. pt_userguide ( UgDtlsymdefExamples.c )
  7. pt_userguide ( UgImportfeatCreate.c )
  8. pt_userguide ( UgImportfeatCreate.c )
  9. pt_userguide ( UgImportfeatCreate.c )
  10. pt_userguide ( UgImportfeatCreate.c )
  11. pt_userguide ( UgImportfeatCreate.c )
  12. pt_userguide ( UgImportfeatCreate.c )
  13. pt_userguide ( UgImportfeatCreate.c )
  14. pt_userguide ( UgImportfeatCreate.c )
  15. pt_userguide ( UgImportfeatCreate.c )
  16. pt_userguide ( UgImportfeatCreate.c )
  17. pt_userguide ( UgImportfeatCreate.c )
  18. pt_userguide ( UgImportfeatCreate.c )