HatchLine Class |
Namespace: Rhino.DocObjects
The HatchLine type exposes the following members.
| Name | Description | |
|---|---|---|
| HatchLine |
Construts a new hatch line.
| |
| HatchLine(HatchLine) |
Construts a new hatch line.
|
| Name | Description | |
|---|---|---|
| Angle |
Gets and sets the angle, in radians, of the hatch line.
The angle is measured counter-clockwise from the x-axis.
| |
| BasePoint |
Get and sets this line's 2d base point.
| |
| DashCount |
Gets the number of dashes + gaps in this line.
| |
| GetDashes |
Gets all of the dashes.
| |
| IsValid |
Verifies a hatch line is valid.
| |
| Offset |
Get and sets this line's 2d offset for line repetitions.
Offset.X is shift parallel to line.
Offset.Y is spacing perpendicular to line.
| |
| PatternLength |
Get the total length of a pattern repeat.
|
| Name | Description | |
|---|---|---|
| AppendDash |
Add a dash to the pattern.
| |
| DashAt |
Get the dash length at the specified index.
| |
| Dispose |
Actively releases the unmanaged object.
| |
| Dispose(Boolean) |
Releases the unmanaged object.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize |
Passively releases the unmanaged object.
(Overrides ObjectFinalize.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetDashes |
Sets a new dash array.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |