Click or drag to resize

Point3dExtension Class

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

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.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, ObjectId, ObjectId)
Translates a point from one coordinate system into another.
Public methodStatic memberTrans(Point3d, ObjectId, Vector3d)
Translates a point from one coordinate system into another.
Public methodStatic memberTrans(Point3d, ObjectId, CoordSystem)
Translates a point from one coordinate system into another.
Public methodStatic memberTrans(Point3d, ObjectId, Int32)
Translates a point from one coordinate system into another.
Public methodStatic memberTrans(Point3d, Vector3d, ObjectId)
Translates a point from one coordinate system into another.
Public methodStatic memberTrans(Point3d, Vector3d, Vector3d)
Translates a point from one coordinate system into another.
Public methodStatic memberTrans(Point3d, Vector3d, CoordSystem)
Translates a point from one coordinate system into another.
Public methodStatic memberTrans(Point3d, Vector3d, Int32)
Translates a point from one coordinate system into another.
Public methodStatic memberTrans(Point3d, CoordSystem, ObjectId)
Translates a point from one coordinate system into another.
Public methodStatic memberTrans(Point3d, CoordSystem, Vector3d)
Translates a point from one coordinate system into another.
Public methodStatic memberTrans(Point3d, CoordSystem, CoordSystem)
Translates a point from one coordinate system into another.
Public methodStatic memberTrans(Point3d, Int32, ObjectId)
Translates a point from one coordinate system into another.
Public methodStatic memberTrans(Point3d, Int32, Vector3d)
Translates a point from one coordinate system into another.
Public methodStatic memberTrans(Point3d, Int32, Int32)
Translates a point from one coordinate system into another.
Top
See Also