API 설명서 > Features > Object ProFeature > Function ProFeatureSolidGet
Function ProFeatureSolidGet
Description
Retrieves the solid owner of the feature.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFeature.h>
ProFeatureSolidGet
(
ProFeature* p_feat_handle
/* (In)
The feature handle
*/
ProSolid* p_mdl_handle
/* (Out)
The solid owner of the feature
*/
)
Returns
The function successfully retrieved the owner.
The input argument is invalid.
Sample Code References
User Guide References
도움이 되셨나요?