Open CASCADE Technology
7.0.0
|
Group of attributes for the FACE primitives. The attributes are: More...
#include <Aspect_AspectFillArea.hxx>
Public Member Functions | |
void | SetEdgeColor (const Quantity_Color &AColor) |
Modifies the colour of the edge of the face. More... | |
void | SetEdgeLineType (const Aspect_TypeOfLine AType) |
Modifies the edge line type. More... | |
void | SetEdgeWidth (const Standard_Real AWidth) |
Modifies the edge thickness. More... | |
void | SetHatchStyle (const Aspect_HatchStyle AStyle) |
Modifies the hatch type used when InteriorStyle is IS_HATCH. More... | |
void | SetInteriorColor (const Quantity_Color &AColor) |
Modifies the colour of the interior of the face. More... | |
void | SetBackInteriorColor (const Quantity_Color &color) |
Modifies the colour of the interior of the back face. More... | |
void | SetInteriorStyle (const Aspect_InteriorStyle AStyle) |
Modifies the interior type used for rendering. More... | |
Aspect_HatchStyle | HatchStyle () const |
Returns the hatch type used when InteriorStyle is IS_HATCH. More... | |
void | Values (Aspect_InteriorStyle &AStyle, Quantity_Color &AIntColor, Quantity_Color &AEdgeColor, Aspect_TypeOfLine &AType, Standard_Real &AWidth) const |
void | Values (Aspect_InteriorStyle &AStyle, Quantity_Color &AIntColor, Quantity_Color &BackIntColor, Quantity_Color &AEdgeColor, Aspect_TypeOfLine &AType, Standard_Real &AWidth) const |
Returns the current values of the <me> group. More... | |
Public Member Functions inherited from MMgt_TShared | |
virtual void | Delete () const override |
Memory deallocator for transient classes. More... | |
Public Member Functions inherited from Standard_Transient | |
Standard_Transient () | |
Empty constructor. More... | |
Standard_Transient (const Standard_Transient &) | |
Copy constructor – does nothing. More... | |
Standard_Transient & | operator= (const Standard_Transient &) |
Assignment operator, needed to avoid copying reference counter. More... | |
virtual | ~Standard_Transient () |
Destructor must be virtual. More... | |
virtual const opencascade::handle< Standard_Type > & | DynamicType () const |
Returns a type descriptor about this object. More... | |
Standard_Boolean | IsInstance (const opencascade::handle< Standard_Type > &theType) const |
Returns a true value if this is an instance of Type. More... | |
Standard_Boolean | IsInstance (const Standard_CString theTypeName) const |
Returns a true value if this is an instance of TypeName. More... | |
Standard_Boolean | IsKind (const opencascade::handle< Standard_Type > &theType) const |
Returns true if this is an instance of Type or an instance of any class that inherits from Type. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More... | |
Standard_Boolean | IsKind (const Standard_CString theTypeName) const |
Returns true if this is an instance of TypeName or an instance of any class that inherits from TypeName. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More... | |
Standard_Transient * | This () const |
Returns non-const pointer to this object (like const_cast). For protection against creating handle to objects allocated in stack or call from constructor, it will raise exception Standard_ProgramError if reference counter is zero. More... | |
Standard_Integer | GetRefCount () const |
Get the reference counter of this object. More... | |
void | IncrementRefCounter () const |
Increments the reference counter of this object. More... | |
Standard_Integer | DecrementRefCounter () const |
Decrements the reference counter of this object; returns the decremented value. More... | |
Protected Member Functions | |
Aspect_AspectFillArea () | |
Initialise the constructor of Graphic3d_AspectFillArea3d. More... | |
Aspect_AspectFillArea (const Aspect_InteriorStyle InteriorStyle, const Quantity_Color &InteriorColor, const Quantity_Color &EdgeColor, const Aspect_TypeOfLine EdgeLineType, const Standard_Real EdgeLineWidth) | |
Initialise the values for the constructor of Graphic3d_AspectFillArea3d. More... | |
Additional Inherited Members | |
Public Types inherited from Standard_Transient | |
typedef void | base_type |
Returns a type descriptor about this object. More... | |
Static Public Member Functions inherited from Standard_Transient | |
static const char * | get_type_name () |
Returns a type descriptor about this object. More... | |
static const opencascade::handle< Standard_Type > & | get_type_descriptor () |
Returns type descriptor of Standard_Transient class. More... | |
Group of attributes for the FACE primitives. The attributes are:
|
protected |
Initialise the constructor of Graphic3d_AspectFillArea3d.
default values :
InteriorStyle = Aspect_IS_EMPTY; InteriorColor = Quantity_NOC_CYAN1; EdgeColor = Quantity_NOC_WHITE; EdgeType = Aspect_TOL_SOLID; EdgeWidth = 1.0; HatchStyle = Aspect_HS_VERTICAL;
|
protected |
Initialise the values for the constructor of Graphic3d_AspectFillArea3d.
InteriorStyle : IS_EMPTY no interior. IS_HOLLOW display the boundaries of the surface. IS_HATCH display hatched with a hatch style. IS_SOLID display the interior entirely filled.
EdgeLineType : TOL_SOLID continuous TOL_DASH dashed TOL_DOT dotted TOL_DOTDASH mixed
default values : HatchStyle = Aspect_HS_VERTICAL;
Warning: Raises AspectFillAreaDefinitionError if the width is a negative value.
Aspect_HatchStyle Aspect_AspectFillArea::HatchStyle | ( | ) | const |
Returns the hatch type used when InteriorStyle is IS_HATCH.
void Aspect_AspectFillArea::SetBackInteriorColor | ( | const Quantity_Color & | color | ) |
Modifies the colour of the interior of the back face.
void Aspect_AspectFillArea::SetEdgeColor | ( | const Quantity_Color & | AColor | ) |
Modifies the colour of the edge of the face.
void Aspect_AspectFillArea::SetEdgeLineType | ( | const Aspect_TypeOfLine | AType | ) |
Modifies the edge line type.
void Aspect_AspectFillArea::SetEdgeWidth | ( | const Standard_Real | AWidth | ) |
Modifies the edge thickness.
Category: Methods to modify the class definition
Warning: Raises AspectFillAreaDefinitionError if the width is a negative value.
void Aspect_AspectFillArea::SetHatchStyle | ( | const Aspect_HatchStyle | AStyle | ) |
Modifies the hatch type used when InteriorStyle is IS_HATCH.
void Aspect_AspectFillArea::SetInteriorColor | ( | const Quantity_Color & | AColor | ) |
Modifies the colour of the interior of the face.
void Aspect_AspectFillArea::SetInteriorStyle | ( | const Aspect_InteriorStyle | AStyle | ) |
Modifies the interior type used for rendering.
InteriorStyle : IS_EMPTY no interior IS_HOLLOW display the boundaries of the surface IS_HATCH display hatching IS_SOLID display interior entirely filled
void Aspect_AspectFillArea::Values | ( | Aspect_InteriorStyle & | AStyle, |
Quantity_Color & | AIntColor, | ||
Quantity_Color & | AEdgeColor, | ||
Aspect_TypeOfLine & | AType, | ||
Standard_Real & | AWidth | ||
) | const |
void Aspect_AspectFillArea::Values | ( | Aspect_InteriorStyle & | AStyle, |
Quantity_Color & | AIntColor, | ||
Quantity_Color & | BackIntColor, | ||
Quantity_Color & | AEdgeColor, | ||
Aspect_TypeOfLine & | AType, | ||
Standard_Real & | AWidth | ||
) | const |
Returns the current values of the <me> group.