API 文件集 > Cabling > Object ProCable > Function ProCableThicknessLocationsGet
Function ProCableThicknessLocationsGet
Description
Get the thickness of all the segments between the boundaries
Synopsis
#include <ProCabling.h>
ProCableThicknessLocationsGet
(
/* (In)
array of two cable locations.
*/
double* p_thickness
/* (Out)
pointer to calculated thickness
*/
)
Returns
The function successfully return the thickness
One or more of the arguments was invalid.
A general error occurred and the function failed.
這是否有幫助?