API 설명서 > Curve and edge geometry > Object ProCompositeCurvedata > Function ProCompositeFeatureCreate
Function ProCompositeFeatureCreate
Description
creates empty composite feature.
Synopsis
#include <ProComposite.h>
ProCompositeFeatureCreate
(
ProMdl p_mdl_handle
/* (In)
The model handle.
*/
ProFeature* p_feat_handle
/* (Out)
The created composite feature.
*/
)
Returns
The argument corresponds to a valid model.
Model is in read-only state.
The composite feature was created successfully.
User Guide References
도움이 되셨나요?