Click or drag to resize

Point3dExtension Class

Provides extension methods for the Point2d type.
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.GeometryPoint3dExtension

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static class Point3dExtension

The Point3dExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConvert2d
Converts a Point3d into a Point2d (projection on XY plane).
Public methodStatic memberFlatten
Projects the point on the WCS XY plane.
Public methodStatic memberIsBetween(Point3d, Point3d, Point3d)
Gets a value indicating if pt lies on the segment p1p2 using Tolerance.Global.
Public methodStatic memberIsBetween(Point3d, Point3d, Point3d, Tolerance)
Gets a value indicating if pt lies on the segment p1p2 using the specified Tolerance.
Public methodStatic memberIsInside
Get a value indicating if the specified point is inside the extents.
Public methodStatic memberPolar
Defines a point with polar coordiantes relative to a base point.
Public methodStatic memberTrans(Point3d, CoordSystem, CoordSystem)
Converts a point from a coordinate system to another one.
Public methodStatic memberTrans(Point3d, Int32, Int32)
Converts a point from a coordinate system to another one.
Public methodStatic memberTrans(Point3d, Editor, CoordSystem, CoordSystem)
Converts a point from a coordinate system to another one.
Public methodStatic memberTrans(Point3d, Editor, Int32, Int32)
Converts a point from a coordinate system to another one.
Top
See Also