Point3dExtension Class |
Namespace: Gile.AutoCAD.Geometry
The Point3dExtension type exposes the following members.
| Name | Description | |
|---|---|---|
| Convert2d |
Converts a Point3d into a Point2d (projection on XY plane).
| |
| Flatten |
Projects the point on the WCS XY plane.
| |
| IsBetween(Point3d, Point3d, Point3d) |
Gets a value indicating if pt lies on the segment p1p2 using Tolerance.Global.
| |
| IsBetween(Point3d, Point3d, Point3d, Tolerance) |
Gets a value indicating if pt lies on the segment p1p2 using the specified Tolerance.
| |
| IsInside |
Get a value indicating if the specified point is inside the extents.
| |
| Polar |
Defines a point with polar coordiantes relative to a base point.
| |
| Trans(Point3d, CoordSystem, CoordSystem) |
Converts a point from a coordinate system to another one.
| |
| Trans(Point3d, Int32, Int32) |
Converts a point from a coordinate system to another one.
| |
| Trans(Point3d, Editor, CoordSystem, CoordSystem) |
Converts a point from a coordinate system to another one.
| |
| Trans(Point3d, Editor, Int32, Int32) |
Converts a point from a coordinate system to another one.
|