API 설명서 > Geometry items > Object ProContour > Function ProContainingContourFind
Function ProContainingContourFind
Description
Finds a pointer to the innermost contour that closes the specified contour. If the specified contour is internal, the returned contour will be external, and vice versa. If the specified contour is the outermost contour for the surface, the output will be NULL.
Replacement in Object TOOLKIT:
Synopsis
#include <ProContour.h>
ProContainingContourFind
(
ProSolid solid
/* (In)
The solid owner of the contour (of type PRO_PART or PRO_ASSEMBLY)
*/
ProContour contour
/* (In)
The contour handle
*/
ProContour* p_containing_contour
/* (Out)
The pointer to the contour
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
The specified contour was not found.
The specified pointer is not a solid pointer.
Sample Code References
User Guide References
도움이 되셨나요?