Enum pfcCableDisplayStyle
# include <pfcBase.h>
enum pfcCableDisplayStyle
{
pfcCABLEDISP_DEFAULT,
pfcCABLEDISP_CENTERLINE,
pfcCABLEDISP_THICK,
pfcCableDisplayStyle_nil
};
Description
This enumerated type represents the the cable display options.
-
See Also:
-
pfcViewDisplay
Values
-
pfcCABLEDISP_DEFAULT
- Default cable display stauts.
-
pfcCABLEDISP_CENTERLINE
- Centerline of cables will be displayed.
-
pfcCABLEDISP_THICK
- Thick cables will be displayed.
-
pfcCableDisplayStyle_nil
- Enum null value.