ProAnalysisSrfData Structure
The ProAnalysisSrfData structure is used to define a datum surface from a toolkit-based analysis feature. This structure consists of:
typedef struct ProAnalysisSrfData
{
ProEdgedata *edge_data;
ProSurfacedata *pro_surface;
} ProAnalysisSrfData;
The ProSurfacedata* structure contains the surface shape, parameters, and a populated ProContourdata structure referencing the boundary edges. The ProEdgedata* member should be a ProArray of edge geometric data whose ids are referenced by the contour data in the surface data structure.
Function Introduced:
The function ProAnalysissrfdataAlloc() allocates the ProAnalysisSrfData data structure.
War dies hilfreich?