Hatch Hatch.hxx cadex/Drawing/Hatch.hxx. More...
Public Member Functions | |
__init__ (self) | |
Constructor. | |
AddContour (self, *args) | |
NumberOfContours (self) | |
Returns the number of hatch contours. | |
Contour (self, theIndex) | |
Returns the contour. | |
TypeOfContour (self, theIndex) | |
Returns the type of hatch contour. | |
SetStyle (self, theStyle) | |
Style (self) | |
Returns the style for the hatch pattern. | |
SetPattern (self, thePattern) | |
Pattern (self) | |
Returns the pattern of the hatch. | |
SetScale (self, theScale) | |
Set the scale of the hatch. | |
Scale (self) | |
Returns the scale of the hatch. | |
SetAngle (self, theAngle) | |
Set the angle of the hatch. | |
Angle (self) | |
Returns the angle of the hatch. | |
AddDefinitionLine (self, theDefinitionLine) | |
NumberOfDefenitionLines (self) | |
Returns the number of definition lines. | |
DefinitionLine (self, theIndex) | |
Returns the definition line. | |
![]() | |
SetUuid (self, theUuid) | |
Uuid (self) | |
Accept (self, theVisitor) | |
![]() | |
Id (self) | |
Return unique identifier of public object. | |
IsNull (self) | |
Static Public Member Functions | |
CompareType (theObject) | |
Cast (theBase) | |
Hatch Hatch.hxx cadex/Drawing/Hatch.hxx.
Represents an area filled with a pattern.
The hatch pattern can be composed of solid, dashed or dash-doted lines. The pattern can be mirrored or composed with its mirror image to create double hatch. It follows the scheme used by AutoCAD to represent the set of ANSI-standard hatch patterns.
Three types of pattern styles are supported:
manufacturingtoolkit.CadExMTK.Drawing_Hatch.__init__ | ( | self | ) |
Constructor.
Reimplemented from manufacturingtoolkit.CadExMTK.Drawing_Element.
|
static |
Reimplemented from manufacturingtoolkit.CadExMTK.Drawing_Element.
|
static |
Reimplemented from manufacturingtoolkit.CadExMTK.Drawing_Element.