Description | ||||||||||||||
Initializes a ruled surface data structure. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProSurfacedata.h> | ||||||||||||||
ProError | ProRulsrfdataInit | ( | ||||||||||||
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 | ||||||||||||||
*/ | ||||||||||||||
ProCurvedata* p_curve1 | ||||||||||||||
/* (In) | ||||||||||||||
The first curve | ||||||||||||||
*/ | ||||||||||||||
ProCurvedata* p_curve2 | ||||||||||||||
/* (In) | ||||||||||||||
The second curve | ||||||||||||||
*/ | ||||||||||||||
ProSurfaceshapedata* p_surf_shape | ||||||||||||||
/* (Out) | ||||||||||||||
The ruled surface | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|