Table of Contents

Class Plane

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

Methods

Display(Plane?, double)

Shows scalable lines representing the axes and a rectangle for the Plane

[MultiReturn(new string[] { "Display", "Origin", "XAxis", "YAxis", "Normal" })]
public static Dictionary<string, object?> Display(Plane? plane, double length = 1000)

Parameters

plane Plane

Autodesk.DesignScript.Geometry.Plane

length double

double

Returns

Dictionary<string, object>

GeometryColor

Examples

Plane.Display.dyn