API 설명서 > Geometry items > Object ProEdge > Function ProEdgeInit
Function ProEdgeInit
Description
Initializes the ProEdge handle.
Replacement in Object TOOLKIT:
Synopsis
#include <ProEdge.h>
ProEdgeInit
(
ProSolid owner_handle
/* (In)
The solid owner of the edge
*/
int edge_id
/* (In)
The edge identifier
*/
ProEdge* p_handle
/* (Out)
The handle being initialized
*/
)
Returns
The function successfully initialized the handle.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
도움이 되셨나요?