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