Open CASCADE Technology 6.6.0
Public Member Functions
Graphic3d_AspectLine3d Class Reference

Creates and updates a group of attributes
for 3d line primitives. This group contains the
colour, the type of line, and its thickness.

#include <Graphic3d_AspectLine3d.hxx>

Inheritance diagram for Graphic3d_AspectLine3d:
Inheritance graph
[legend]

Public Member Functions

 Graphic3d_AspectLine3d ()
 Creates a context table for line primitives
defined with the following default values:

Colour : NOC_YELLOW
Line type : TOL_SOLID
Width : 1.0

 Graphic3d_AspectLine3d (const Quantity_Color &AColor, const Aspect_TypeOfLine AType, const Standard_Real AWidth)
 Creates a context table for line primitives
defined with the specified values.
Warning: <AWidth> is the "linewidth scale factor".
The nominal line width is 1 pixel. The width of
the line is determined by applying the linewidth scale
factor to this nominal line width.
The supported linewidths vary by 1-pixel units.


Constructor & Destructor Documentation

Graphic3d_AspectLine3d::Graphic3d_AspectLine3d ( )
Graphic3d_AspectLine3d::Graphic3d_AspectLine3d ( const Quantity_Color AColor,
const Aspect_TypeOfLine  AType,
const Standard_Real  AWidth 
)

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines