HatchAttributes Class |
The HatchAttributes base class, inherited by ModelObjectHatchAttributes
and GraphicObjectHatchAttributes, contains hatch attributes.
SystemObject
Tekla.Structures.DrawingGenericAttributesBase
Tekla.Structures.DrawingHatchAttributes
Tekla.Structures.DrawingGraphicObjectHatchAttributes
Tekla.Structures.DrawingModelObjectHatchAttributes
Tekla.Structures.DrawingGenericAttributesBase
Tekla.Structures.DrawingHatchAttributes
Tekla.Structures.DrawingGraphicObjectHatchAttributes
Tekla.Structures.DrawingModelObjectHatchAttributes
Namespace: Tekla.Structures.Drawing
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2025.0.0-alpha00045580+dc02c3918546f1e94eb2d3b13ea99057fb3313e0
The HatchAttributes type exposes the following members.
| Name | Description | |
|---|---|---|
| Angle |
The angle in which to draw the hatch.
| |
| BackgroundColor |
The background color of the hatch.
| |
| Color |
The color of the hatch.
| |
| DrawBackgroundColor |
Sets whether the background color will be enabled or disabled for the hatch.
See also: BackgroundColor.
| |
| FactorType |
The type of the hatch factor.
| |
| Name |
The name of the hatch.
If an empty string is given as hatch name it will become "None".
| |
| ScaleX |
The scale value of the hatch in the X-direction.
| |
| ScaleY |
The scale value of the hatch in the Y-direction.
| |
| TrueBackgroundColor |
The true color (rgb enabled) of the hatch background.
| |
| TrueColor |
The true color (RGB enabled) of the hatch.
|
| Name | Description | |
|---|---|---|
| IsEqual |
Compares the current object with an object of the same type.
(Inherited from GenericAttributesBase.) |