JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.Point3d(x,y,z);
Parameters |
Description |
x | Input x coordinate |
y |
Input y coordinate |
z |
Input z coordinate |
This class wraps AcGePoint3d ObjectARX class. It represents a point in 3-dimiensional space. It can be viewed as a structure consisting of three doubles.
Name |
Type |
Description |
Condition |
x |
Number |
Returns the X coordinate axis |
Read-write |
y |
Number |
Returns the Y coordinate axis |
Read-write |
z |
Number |
Returns the Z coordinate axis |
Read-write |
Copyright (c) 2016. All rights reserved.
|
What do you think about this topic? Send feedback!
|