|
发表于 2011-2-18 12:53:00
|
显示全部楼层
object.Coordinates
object
3DFace, 3DPolyline , Leader, LightweightPolyline, MLine, Point, PolyfaceMesh, PolygonMesh, Polyline, Solid, Trace
The object or objects this property applies to.
Coordinates
Variant (array of doubles); read-write
The array of points.
LightweightPolyline objects: The variant is an array of 2D points in OCS.
Polyline objects: The variant is an array of 3D points: the X and Y coordinates are in OCS; the Z coordinate is ignored.
All other objects: The variant is an array of 3D points in WCS.
|
|