Public Class DocumentUnitsPoint2d Inherits DocumentUnitsGeometry
public class DocumentUnitsPoint2d : DocumentUnitsGeometry
The DocumentUnitsPoint2d type exposes the following members.
| Name | Description | |
|---|---|---|
| DocumentUnitsPoint2d |
Constructor.
|
| Name | Description | |
|---|---|---|
| InDatabaseUnits |
Gets or sets the point in Inventor internal database units (centimeters).
| |
| X |
Gets or sets the X coordinate.
| |
| Y |
Gets or sets the Y coordinate.
|
| Name | Description | |
|---|---|---|
| Copy |
Creates a copy of this Point object. The result is entirely independent and can be edited without affecting the original Point object.
| |
| DistanceTo |
Determine the distance between this point and the specified point.
| |
| GetPointData |
Gets the coordinates of the point.
| |
| IsEqualTo |
Compares this point for equality with the specified point.
| |
| PutPointData |
Method that sets the data defining this point.
| |
| ToString |
Returns a string representation of this point.
(Overrides Object.ToString().) | |
| TransformBy |
Transform this point by the specified matrix.
| |
| TranslateBy |
Translate this point by the specified vector.
| |
| VectorTo |
Gets the vector of translation between this point and the specified point.
|
| Name | Description | |
|---|---|---|
| Addition |
Translate point by vector.
Returns a point that is equivalent to the result of translating the point by the vector.
| |
| Subtraction(DocumentUnitsPoint2d, DocumentUnitsPoint2d) |
Get translate vector between two points
This operator returns a vector which is equivalent to the translation that takes pointA to pointB.
| |
| Subtraction(DocumentUnitsPoint2d, DocumentUnitsVector) |
Translate point by -vector.
Returns a point that is equivalent to the result of translating the point by the -vector.
|