Function ProEdgeDataGet
Description
Retrieves the geometric representation data for the specified edge.
Replacement in Object TOOLKIT:
Synopsis
#include <ProEdge.h>
ProEdgeDataGet
(
ProEdge edge
/* (In)
The edge handle.
*/
ProGeomitemdata** p_data_ptr
/* (Out)
The edge data. The function allocates the memory for this argument. Use the function ProGeomitemdataFree() to free the memory.
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
See Also
Sample Code References
User Guide References
これは役に立ちましたか?