Skip to content

Geometry

Thomas Corrie edited this page Oct 18, 2018 · 7 revisions

Abstract

Code: Abstract.cs
Sample File: Miscellany-Samples-GeometryDisplay.dyn

When working in millimetres, the Dynamo representations of CoordinateSystems and Planes are very small and when working with complex geometry it can be useful to see a representation of these abstract constructs. These three nodes make use of Dynamo's ByGeometryColor node to provide scalable representations along with consolidating their main properties into single nodes for ease of use.

CoordinateSystem.Display
CoordinateSystem.Display

Scalable display of a CoordinateSystem with the origin, axes and planes as outputs. The length input determines the length of the axes display and has a default value of 1000

Plane.Display
CoordinateSystem.Display

Scalable display of a plane with the origin and axes as outputs. The length input determines the length of the axes display and has a default value of 1000

Vector.Display
CoordinateSystem.Display

Scalable display of a Vector from a chosen point with the XYZ and vector length as outputs. The scale input multiplies the vector length for the display. If you have a unit vector (with a length of 1) then the scale will be the length of the display and has a default value of 1000

Display

Nodes

Versions

Clone this wiki locally