Adding Quilts
Functions Introduced:
Use the function ProQuiltdataAlloc() to allocate memory to the quilt data structure.
Use the function ProQuiltdataInit() to assign the user defined identity to the quilt data structure. Specify a unique identity for the quilt as the input argument. The function returns the handle to the quilt data structure.
Use the function ProQuiltdataSurfArraySet() to define an array of surfaces as a quilt. The input arguments of this function are:
p_quilt_data—Specifies a handle to the quilt data to which we want to assign the set of surfaces.
arr_p_surf—Specifies an array of surfaces that will be defined as a quilt.
Use the function ProIntfDataQuiltAppend() to append the quilt data to the interface data. The input arguments of this function are:
p_intfdata —Specifies a handle to the interface data to which you want to append the quilt data.
p_quiltdata —Handle to the quilt data.
Repeat the sequence for each quilt required in the import feature.
War dies hilfreich?