Click or drag to resize

ElementRendererdrawSupportSymbols Method (RenderArg, Double, Color, IReadOnlyListNullableDouble, Point3d, Vector3d, Boolean)

draws support symbols at a node.

Namespace:  Karamba.GHopper.Elements
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public static void drawSupportSymbols(
	RenderArg args,
	double scale,
	Color[] colors,
	IReadOnlyList<Nullable<double>> conditions,
	Point3d origin,
	Vector3d[] cosys,
	bool with_numbers
)

Parameters

args
Type: Karamba.GHopper.ElementsRenderArg

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

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

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

conditions
Type: System.Collections.GenericIReadOnlyListNullableDouble
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.
with_numbers
Type: SystemBoolean
true if stiffness values shall be displayed.
See Also