Table of Contents

Class CoordinateSystem

Namespace
OpenMEPSandbox.Geometry
Assembly
OpenMEPSandbox.dll
public class CoordinateSystem
Inheritance
CoordinateSystem
Inherited Members

Methods

Display(CoordinateSystem, double)

Shows scalable lines representing the CoordinateSystem axes and rectangles for the planes

[MultiReturn(new string[] { "Display", "Origin", "XAxis", "YAxis", "ZAxis", "XYPlane", "YZPlane", "ZXPlane" })]
public static Dictionary<string, object?> Display(CoordinateSystem coordinateSystem, double length = 1000)

Parameters

coordinateSystem CoordinateSystem

Autodesk.DesignScript.Geometry.CoordinateSystem

length double

double

Returns

Dictionary<string, object>

GeometryColor

Examples

CoordinateSystem.Display.dyn