API 설명서 > Features > Object ProFeature > Function ProFeatureInit
Function ProFeatureInit
Description
Initializes the ProFeature handle.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFeature.h>
ProFeatureInit
(
ProSolid p_owner_handle
/* (In)
The solid owner of the feature
*/
int feat_id
/* (In)
The feature identifier. Cannot be NULL
*/
ProFeature* p_feat_handle
/* (Out)
The handle to initialize. Cannot be NULL
*/
)
Returns
The function successfully initialized the handle.
One or more of the input arguments are invalid.
Feature with such identifier does not exist.
Sample Code References
User Guide References
도움이 되셨나요?