Click or drag to resize

RenderArg Constructor (IGH_PreviewArgs, Model, Transform, RenderProperties)

Initializes a new instance of the RenderArg class. Create render arguments. The model display properties are taken from the model.

Namespace:  Karamba.GHopper.Elements
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public RenderArg(
	IGH_PreviewArgs args,
	Model model,
	Transform t,
	RenderProperties properties
)

Parameters

args
Type: IGH_PreviewArgs
model
Type: Karamba.ModelsModel
t
Type: Transform
properties
Type: Karamba.UtilitiesRenderProperties
See Also