Point2dExtension Class |
Namespace: Gile.AutoCAD.Geometry
The Point2dExtension type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Convert3d(Point2d) |
Converts a Point2d into a Point3d with a Z coordinate equal to 0.
|
![]() ![]() | Convert3d(Point2d, Plane) |
Converts a Point2d into a Point3d according to the specified plane.
|
![]() ![]() | Convert3d(Point2d, Vector3d, Double) |
Converts a Point2d into a Point3d according to the plane defined by its Normal an Elevation.
|
![]() ![]() | Flatten |
Projects the point on the XY plane of WCS.
|
![]() ![]() | IsBetween(Point2d, Point2d, Point2d) |
Gets a value indicating if pt lies on the segment p1p2 using Tolerance.Global.
|
![]() ![]() | IsBetween(Point2d, Point2d, Point2d, 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.
|