API 설명서 > Cabling > Object ProCable > Function ProCableTessellationGet
Function ProCableTessellationGet
Description
Obtains the tessellation for the input cable.
NOTE: Set config option "display_thick_cables" to "yes" before using this API.
Synopsis
#include <ProCabling.h>
ProCableTessellationGet
(
ProCable* cable
/* (In)
The input cable.
*/
/* (In)
The input data used for the tessellation.
*/
ProTessellation* tessellation
/* (Out)
The tessellation for the cable.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?