Click or drag to resize

GHUtilsdrawSupportSymbols Method

draws support symbols at a node

Namespace:  Karamba.GHopper.Utilities
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public static void drawSupportSymbols(
	IGH_PreviewArgs args,
	double scale,
	Color[] colors,
	IReadOnlyList<bool> conditions,
	Point3d origin,
	Vector3d[] cosys
)

Parameters

args
Type: IGH_PreviewArgs

[Missing <param name="args"/> documentation for "M:Karamba.GHopper.Utilities.GHUtils.drawSupportSymbols(Grasshopper.Kernel.IGH_PreviewArgs,System.Double,System.Drawing.Color[],System.Collections.Generic.IReadOnlyList{System.Boolean},Rhino.Geometry.Point3d,Rhino.Geometry.Vector3d[])"]

scale
Type: SystemDouble
scaling factor for drawing the supports
colors
Type: System.DrawingColor

[Missing <param name="colors"/> documentation for "M:Karamba.GHopper.Utilities.GHUtils.drawSupportSymbols(Grasshopper.Kernel.IGH_PreviewArgs,System.Double,System.Drawing.Color[],System.Collections.Generic.IReadOnlyList{System.Boolean},Rhino.Geometry.Point3d,Rhino.Geometry.Vector3d[])"]

conditions
Type: System.Collections.GenericIReadOnlyListBoolean
list of six bool values: if true support is active
origin
Type: Point3d
Point where symbol needs to be drawn
cosys
Type: Vector3d
local coordinate of the support
See Also