Gets the origin and rotation of coordinate system that is used by translation and rotation parameters, like X Translation or Z Rotation.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since: 
   2015
 Syntax
Syntax
| C# | 
|---|
| public Transform GetDegreesOfFreedomCoordinateSystem() | 
| Visual Basic | 
|---|
| Public Function GetDegreesOfFreedomCoordinateSystem As Transform | 
| Visual C++ | 
|---|
| public:
Transform^ GetDegreesOfFreedomCoordinateSystem() | 
Return Value
   The coordinate system. Origin contains the position of the start of the boundary conditions. BasisX, BasisY and BasisZ contain the directions of the axes in the global coordinate system.
 See Also
See Also