Autodesk.AutoCAD.Geometry Namespace > Matrix3d Structure > Matrix3d Properties > CoordinateSystem3d Property
Matrix3d.CoordinateSystem3d Property
Description

 

Returns this matrix to the matrix which maps the standard coordinate system with the origin (0, 0, 0) and axes (1, 0, 0), (0, 1, 0) and (0, 0, 1) to the coordinate system with the origin origin and axes xAxis, yAxis, and zAxis.

Visual Basic
Public Property CoordinateSystem3d() As Autodesk.AutoCAD.Geometry.CoordinateSystem3d
C#
public Autodesk.AutoCAD.Geometry.CoordinateSystem3d CoordinateSystem3d;
Conditions

Read-only

Links
   Comments?