-
-
Notifications
You must be signed in to change notification settings - Fork 119
ACadSharp.Entities.HatchGradientPattern
Albert Domenech edited this page Aug 4, 2024
·
3 revisions
Namespace: ACadSharp.Entities
C#
public class HatchGradientPattern
Returns | Name | Summary |
---|---|---|
Double |
Angle | Rotation angle in radians for gradients (default = 0, 0) |
List<GradientColor> |
Colors | Colors in the gradient |
Double |
ColorTint | Color tint value used by dialog code (default = 0, 0; range is 0.0 to 1.0). The color tint value is a gradient color and controls the degree of tint in the dialog when the Hatch group code 452 is set to 1. |
Boolean |
Enabled | Indicates solid hatch or gradient |
Boolean |
IsSingleColorGradient | Records how colors were defined and is used only by dialog code |
String |
Name | Name of the gradient |
Double |
Shift | Gradient definition; corresponds to the Centered option on the Gradient Tab of the Boundary Hatch and Fill dialog box. |
Each gradient has two definitions, shifted and non-shifted. | ||
A Shift value describes the blend of the two definitions that should be used. A value of 0.0 means only the non-shifted version should be used, and a value of 1.0 means that only the shifted version should be used. |
Returns | Name | Summary |
---|---|---|
HatchGradientPattern |
Clone |
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions