v2.33
 
Line3DStyle

Enumerations

enum  Line3DStyle {
  Line3DStyle_None , Line3DStyle_Solid , Line3DStyle_Dash , Line3DStyle_DashDot ,
  Line3DStyle_Dot , Line3DStyle_SpecialDash , Line3DStyle_SpecialDashDot , Line3DStyle_SpecialDot ,
  Line3DStyle_DashDotDot
}
 An enumeration type for supported Line3D styles. More...
 

Enumeration Type Documentation

◆ Line3DStyle

An enumeration type for supported Line3D styles.

Enumerator
Line3DStyle_None 

Line3D style is undefined.

Line3DStyle_Solid 

Line3D style is solid.

Line3DStyle_Dash 

Line3D style is dash.

Line3DStyle_DashDot 

Line3D style is dashdot.

Line3DStyle_Dot 

Line3D style is dot.

Line3DStyle_SpecialDash 

Line3D style is special dash.

Line3DStyle_SpecialDashDot 

Line3D style is special dashdot.

Line3DStyle_SpecialDot 

Line3D style is special dot.

Line3DStyle_DashDotDot 

Line3D style is dashdotdot.