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