Description | ||||||||
Initializes a surface data structure. | ||||||||
Synopsis | ||||||||
#include <ProSurfacedata.h> | ||||||||
ProError | ProSurfacedataInit | ( | ||||||
ProSrftype surf_type | ||||||||
/* (In) | ||||||||
The surface type | ||||||||
*/ | ||||||||
ProUvParam surf_uv_min | ||||||||
/* (In) | ||||||||
The surface minimum UV extents. If you are using this data to create a feature via ProImportfeatCreate(), the extents are not used and can be set to {0.0, 0.0} |
||||||||
*/ | ||||||||
ProUvParam surf_uv_max | ||||||||
/* (In) | ||||||||
The surface maximum UV extents If you are using this data to create a feature via ProImportfeatCreate(), the extents are not used and can be set to {0.0, 0.0} |
||||||||
*/ | ||||||||
ProSurfaceOrient surf_orient | ||||||||
/* (In) | ||||||||
The surface orientation | ||||||||
*/ | ||||||||
ProSurfaceshapedata* p_surf_shape | ||||||||
/* (In) | ||||||||
The surface shape | ||||||||
*/ | ||||||||
int surf_id | ||||||||
/* (In) | ||||||||
The surface identifier | ||||||||
*/ | ||||||||
ProSurfacedata* p_surf_data | ||||||||
/* (Out) | ||||||||
The surface data structure | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|