|
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)
Syntaxpublic static void drawSupportSymbols(
RenderArg args,
double scale,
Color[] colors,
IReadOnlyList<Nullable<double>> conditions,
Point3d origin,
Vector3d[] cosys,
bool with_numbers
)
Public Shared Sub drawSupportSymbols (
args As RenderArg,
scale As Double,
colors As Color(),
conditions As IReadOnlyList(Of Nullable(Of Double)),
origin As Point3d,
cosys As Vector3d(),
with_numbers As Boolean
)
public:
static void drawSupportSymbols(
RenderArg^ args,
double scale,
array<Color>^ colors,
IReadOnlyList<Nullable<double>>^ conditions,
Point3d origin,
array<Vector3d>^ cosys,
bool with_numbers
)
static member drawSupportSymbols :
args : RenderArg *
scale : float *
colors : Color[] *
conditions : IReadOnlyList<Nullable<float>> *
origin : Point3d *
cosys : Vector3d[] *
with_numbers : bool -> unit
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