Point3D
Object for a three-dimensional point.
|
|
|
FUNC |
COM |
SF |
---|---|---|---|---|---|
X |
Provides the X-coordinate of the point. |
double X ( ) |
1212.1 |
1212.1 |
+ |
Y |
Provides the Y-coordinate of the point. |
double Y ( ) |
1212.1 |
1212.1 |
+ |
Z |
Provides the Z-coordinate of the point. |
double Z ( ) |
1212.1 |
1212.1 |
+ |
Set |
Sets the coordinates of the point. |
void Set ( ) |
1212.1 |
1212.1 |
+ |
Empty |
Is the point not engaged? |
bool Empty ( ) |
1212.1 |
1212.1 |
+ |
Scale |
Scale of the point. All coordinates are multiplied by the factor. |
void Scale (double factor) |
1212.1 |
1212.1 |
+ |
Assign |
Allocation of a point. |
void Assign (Point3D p) |
1212.1 |
1212.1 |
+ |
Add |
Adds a vector to the point. |
void Add (Vector3D v) |
1212.1 |
1212.1 |
+ |
Subtract |
Subtracts a vector from the point. |
void Subtract (Vector3D v) |
1212.1 |
1212.1 |
+ |
Equal |
Are both points equal? The current HiCAD tolerance will be used. |
bool Equal (Point3D p) |
1212.1 |
1212.1 |
+ |