#include <Aspect_AspectLine.hxx>
Inheritance diagram for Aspect_AspectLine:
Public Member Functions | |
Standard_EXPORT void | SetColor (const Quantity_Color &AColor) |
Modifies the colour of <me>. . | |
Standard_EXPORT void | SetType (const Aspect_TypeOfLine AType) |
Modifies the type of <me>. . | |
Standard_EXPORT void | SetWidth (const Standard_Real AWidth) |
Modifies the thickness of <me>. Category: Methods to modify the class definition Warning: Raises AspectLineDefinitionError if the width is a negative value. . | |
Standard_EXPORT void | Values (Quantity_Color &AColor, Aspect_TypeOfLine &AType, Standard_Real &AWidth) const |
Returns the current values of the group <me>. . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Protected Member Functions | |
Standard_EXPORT | Aspect_AspectLine () |
Initialise the constructor for Graphic3d_AspectLine3d. . | |
Standard_EXPORT | Aspect_AspectLine (const Quantity_Color &AColor, const Aspect_TypeOfLine AType, const Standard_Real AWidth) |
Initialise the values for the constructor of Graphic3d_AspectLine3d. . | |
Private Attributes | |
Quantity_Color | MyColor |
Aspect_TypeOfLine | MyType |
Standard_Real | MyWidth |
|
|
|
|
|
Reimplemented in Graphic3d_AspectLine3d. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|