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