-
Notifications
You must be signed in to change notification settings - Fork 3
Geometry
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 |
---|
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 |
---|
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 |
---|
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