Enum pfcTangentEdgeDisplayStyle
# include <pfcBase.h>
enum pfcTangentEdgeDisplayStyle
{
pfcTANEDGE_DEFAULT,
pfcTANEDGE_NONE,
pfcTANEDGE_CENTERLINE,
pfcTANEDGE_PHANTOM,
pfcTANEDGE_DIMMED,
pfcTANEDGE_SOLID,
pfcTangentEdgeDisplayStyle_nil
};
Description
This enumerated type represents the the tangent edge display options.
-
See Also:
-
pfcViewDisplay
Values
-
pfcTANEDGE_DEFAULT
- Default display of tangent edges.
-
pfcTANEDGE_NONE
- No display of tangent edges.
-
pfcTANEDGE_CENTERLINE
- Tangent edges displayed in centerline linestyle.
-
pfcTANEDGE_PHANTOM
- Tangent edges displayed in phantom linestyle.
-
pfcTANEDGE_DIMMED
- Tangent edges displayed as dimmed.
-
pfcTANEDGE_SOLID
- Tangent edges displayed as solid.
-
pfcTangentEdgeDisplayStyle_nil
- Enum null value.