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