InfiniteLine
InfiniteLine class
Contains elements specifying the x- and y-coordinates of two points on an infinite line. The X and Y elements specify the x- and y-coordinates of the first point, and the A and B elements specify the x- and y-coordinates of the second point.
Constructors
| Name | Description |
|---|---|
| InfiniteLine | Creates an instance of the InfiniteLine class. |
Properties
| Name | Type | Description |
|---|---|---|
| IX | int | The zero-based index of the element within its parent element. |
| Del | int | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| X | DoubleValue | An x-coordinate of a point on the infinite line. |
| Y | DoubleValue | A y-coordinate of a point on the infinite line. |
| A | DoubleValue | An x-coordinate of a point on the infinite line paired with the y-coordinate represented by the B element. |
| B | DoubleValue | A y-coordinate of a point on an infinite line paired with an x-coordinate represented by the A element. |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |
InfiniteLine()
Creates an instance of the InfiniteLine class.
InfiniteLine.IX property
The zero-based index of the element within its parent element.
Type: int
InfiniteLine.Del property
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
Type: int
InfiniteLine.X property
An x-coordinate of a point on the infinite line.
Type: DoubleValue
InfiniteLine.Y property
A y-coordinate of a point on the infinite line.
Type: DoubleValue
InfiniteLine.A property
An x-coordinate of a point on the infinite line paired with the y-coordinate represented by the B element.
Type: DoubleValue
InfiniteLine.B property
A y-coordinate of a point on an infinite line paired with an x-coordinate represented by the A element.
Type: DoubleValue
deepClone()
Creates deep copy of this instance.