Open CASCADE Technology
6.5.4
|
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>
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. |
Graphic3d_AspectLine3d::Graphic3d_AspectLine3d | ( | const Quantity_Color & | AColor, |
const Aspect_TypeOfLine | AType, | ||
const Standard_Real | AWidth | ||
) |