Autodesk.AutoCAD.Geometry Namespace > CoordinateSystem3d Structure
CoordinateSystem3d Structure
Description

 

This struct encapsulates the origin point, and X-, Y-, and Z-axis vectors that define a 3D coordinate system.

Visual Basic
Public Structure CoordinateSystem3d
Inherits IFormattable
End Structure
C#
public struct CoordinateSystem3d : IFormattable {
}
Links
   Comments?