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