Polygon offset parameters. More...
#include <Graphic3d_PolygonOffset.hxx>
| Public Member Functions | |
| Graphic3d_PolygonOffset () | |
| Empty constructor. | |
| bool | operator== (const Graphic3d_PolygonOffset &theOther) const | 
| Equality comparison. | |
| void | DumpJson (Standard_OStream &theOStream, Standard_Integer theDepth=-1) const | 
| Dumps the content of me into the stream. | |
| Data Fields | |
| Aspect_PolygonOffsetMode | Mode | 
| Standard_ShortReal | Factor | 
| Standard_ShortReal | Units | 
Polygon offset parameters.
| 
 | inline | 
Empty constructor.
| void Graphic3d_PolygonOffset::DumpJson | ( | Standard_OStream & | theOStream, | 
| Standard_Integer | theDepth = -1 ) const | 
Dumps the content of me into the stream.
| 
 | inline | 
Equality comparison.
| Standard_ShortReal Graphic3d_PolygonOffset::Factor | 
| Aspect_PolygonOffsetMode Graphic3d_PolygonOffset::Mode | 
| Standard_ShortReal Graphic3d_PolygonOffset::Units |