Click or drag to resize

Vector3dExtension Class

Provides extension methods for the Vector2d type.
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.R20.GeometryVector3dExtension

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public static class Vector3dExtension

The Vector3dExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFlatten
Projects the point on the WCS XY plane.
Public methodStatic memberGetAsPoint
Converts 3D vector into 3D point with the same set of coordinates.
Public methodStatic memberTrans(Vector3d, ObjectId, ObjectId)
Translates a vector from one coordinate system into another.
Public methodStatic memberTrans(Vector3d, ObjectId, Vector3d)
Translates a vector from one coordinate system into another.
Public methodStatic memberTrans(Vector3d, ObjectId, CoordSystem)
Translates a vector from one coordinate system into another.
Public methodStatic memberTrans(Vector3d, ObjectId, Int32)
Translates a vector from one coordinate system into another.
Public methodStatic memberTrans(Vector3d, Vector3d, ObjectId)
Translates a vector from one coordinate system into another.
Public methodStatic memberTrans(Vector3d, Vector3d, Vector3d)
Translates a vector from one coordinate system into another.
Public methodStatic memberTrans(Vector3d, Vector3d, CoordSystem)
Translates a vector from one coordinate system into another.
Public methodStatic memberTrans(Vector3d, Vector3d, Int32)
Translates a vector from one coordinate system into another.
Public methodStatic memberTrans(Vector3d, CoordSystem, ObjectId)
Translates a vector from one coordinate system into another.
Public methodStatic memberTrans(Vector3d, CoordSystem, Vector3d)
Translates a vector from one coordinate system into another.
Public methodStatic memberTrans(Vector3d, CoordSystem, CoordSystem)
Translates a vector from one coordinate system into another.
Public methodStatic memberTrans(Vector3d, Int32, ObjectId)
Translates a vector from one coordinate system into another.
Public methodStatic memberTrans(Vector3d, Int32, Vector3d)
Translates a vector from one coordinate system into another.
Public methodStatic memberTrans(Vector3d, Int32, Int32)
Translates a vector from one coordinate system into another.
Top
See Also