GH_PlaneDrawPlaneIcon Method |
Namespace:
Grasshopper.Kernel.Types
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static void DrawPlaneIcon(
DisplayPipeline display,
Plane plane,
double size,
Color edgeColour,
Color fillColour
)
Public Shared Sub DrawPlaneIcon (
display As DisplayPipeline,
plane As Plane,
size As Double,
edgeColour As Color,
fillColour As Color
)
Parameters
- display
- Type: DisplayPipeline
- plane
- Type: Plane
- size
- Type: SystemDouble
- edgeColour
- Type: System.DrawingColor
- fillColour
- Type: System.DrawingColor
See Also