Click or drag to resize

RenderArg Class

Element render arguments.
Inheritance Hierarchy
SystemObject
  Karamba.GHopper.ElementsRenderArg

Namespace:  Karamba.GHopper.Elements
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public sealed class RenderArg

The RenderArg type exposes the following members.

Constructors
  NameDescription
Public methodRenderArg(IGH_PreviewArgs, Model, Int32, Transform, RenderProperties)
Create render arguments. The model display properties are taken from the model.
Public methodRenderArg(IGH_PreviewArgs, Model, ModelDisp, Int32, Transform, RenderProperties)
Create render arguments.
Top
Properties
  NameDescription
Public propertyChannel
Element render channel.
Public propertyDisplay
Model display.
Public propertyGHPreview
Grasshopper render/preview arguments.
Public propertyLc_num
Load case index.
Public propertyLoadElement
Optional element. Present if elements render their loads.
Public propertyModel
Karamba model.
Public propertyProps
Rendering properties. Holds rendering specific attributes.
Public propertyTransform
Transform.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also