API Reference > Auxiliary Classes > AECCSurfaceContourTraits Structure
AECCSurfaceContourTraits Structure
Syntax
C++
struct AECCSurfaceContourTraits { OdCmColor m_cOverall; OdDbHardPointerId m_idMajorLinetype; OdDbHardPointerId m_idMinorLinetype; OdCmColor m_cMajor; OdCmColor m_cMinor; OdDb::LineWeight m_eMajorLineWeight; OdDb::LineWeight m_eMinorLineWeight; };

AECCDbSurfaceStyle.h

This structure defines surface contour traits. 

 

 
Name 
Description 
 
Default object constructor. 
 
Name 
Description 
 
Major contour color 
 
Minor contour color 
 
Overall contour color 
 
Major contour lineweight 
 
Minor contour lineweight 
 
Major contour linetype 
 
Minor contour linetype 
 
Name 
Description 
 
Returns the color of the major contour. 
 
Returns the linetype of the major contour. 
 
Returns the lineweight of the major contour. 
 
Returns the color of the minor contour. 
 
Returns the linetype of the minor contour. 
 
Returns the lineweight of the minor contour. 
Copyright © 2002 – 2020. Open Design Alliance. All rights reserved.