|
|
| HatchDefinitionLine (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
| HatchDefinitionLine () |
| | Constructor.
|
| |
|
void | SetAngle (double theAngle) |
| | Sets the angle for the hatch definition line.
|
| |
|
double | Angle () |
| | Returns the angle of the hatch definition line.
|
| |
|
void | SetBasePoint (cadex.Geom.Point2d thePoint) |
| | Sets the base point for the hatch definition line.
|
| |
|
cadex.Geom.Point2d | BasePoint () |
| | Returns the base point of the hatch definition line.
|
| |
|
void | SetOffset (cadex.Geom.Vector2d theOffset) |
| | Sets the offset for the hatch definition line.
|
| |
|
cadex.Geom.Vector2d | Offset () |
| | Returns the offset of the hatch definition line.
|
| |
| void | AddDash (double theDash) |
| | Adds the dash.
|
| |
|
uint | NumberOfDashes () |
| | Returns the number of dashes.
|
| |
| double | Dash (uint theIndex) |
| | Returns the dash.
|
| |
|
| BaseObject (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | Dispose () |
| |
|
bool | IsNull () |
| |
|
ulong | Id () |
| | Return unique identifier of public object.
|
| |
|
bool | IsEqual (cadex.BaseObject theObj) |
| |
|
override int | GetHashCode () |
| |
|
override bool | Equals (System.Object o) |
| |
Represents a line definition used in creating a hatch pattern.
This class defines parameters such as angle, base point, offset, and dashes for the definition lines in hatch patterns. It follows the scheme used by AutoCAD.