API 文件集 > Cabling > Object ProCable > Function ProCableCosmeticfeatureReferencethicknessGet
Function ProCableCosmeticfeatureReferencethicknessGet
Description
Obtains the thickness of the cable(s) wrapped by the input cable cosmetic feature.
Synopsis
#include <ProCabling.h>
ProCableCosmeticfeatureReferencethicknessGet
(
ProCable* cosm_feature
/* (In)
The input cable cosmetic feature pointer.
*/
double* p_ref_thickness
/* (Out)
The reference thickness for the cosmetic feature.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
這是否有幫助?