Category Surface geometry, Object ProPlanedata

Function ProPlanedataInit


Description
Initializes a plane surface data structure.
Synopsis
#include <ProSurfacedata.h>
ProErrorProPlanedataInit(
ProVector e1
/* (In)
The X-axis of the coordinate system
*/
ProVector e2
/* (In)
The Y-axis of the coordinate system
*/
ProVector e3
/* (In)
The Z-axis of the coordinate system
*/
Pro3dPnt origin
/* (In)
The origin of the coordinate system
*/
ProSurfaceshapedata* p_surf_shape
/* (Out)
The plane surface
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialized the plane surface.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Interface: Importing Features: Adding Surfaces
  2. Interface: Importing Features: Adding Surfaces

Sample Code References:

  1. pt_examples ( TestGeomdata.c )
  2. pt_userguide ( UgImportfeatCreate.c )
  3. pt_userguide ( UgImportfeatCreate.c )
  4. pt_userguide ( UgImportfeatCreate.c )
  5. pt_userguide ( UgImportfeatCreate.c )
  6. pt_userguide ( UgImportfeatCreate.c )
  7. pt_userguide ( UgImportfeatCreate.c )