Description | ||||||||||||||
Initializes a revolved surface data structure. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProSurfacedata.h> | ||||||||||||||
ProError | ProSrfrevdataInit | ( | ||||||||||||
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 coordinate system | ||||||||||||||
*/ | ||||||||||||||
ProCurvedata* p_curve | ||||||||||||||
/* (In) | ||||||||||||||
The curve data | ||||||||||||||
*/ | ||||||||||||||
ProSurfaceshapedata* p_surf_shape | ||||||||||||||
/* (Out) | ||||||||||||||
The revolved surface | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|