DocumentUnitsPoint Class |
Namespace: Autodesk.iLogic.Types
The DocumentUnitsPoint type exposes the following members.
Name | Description | |
---|---|---|
![]() | DocumentUnitsPoint |
Constructor of DocumentUnitsPoint.
|
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.
|
![]() | Z |
Gets or sets the Z 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.
|
![]() | 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(DocumentUnitsPoint, DocumentUnitsPoint) |
Get translate vector between two points
This operator returns a vector which is equivalent to the translation that takes pointA to pointB.
|
![]() ![]() | Subtraction(DocumentUnitsPoint, DocumentUnitsVector) |
Translate point by -vector.
Returns a point that is equivalent to the result of translating the point by the -vector.
|