Click or drag to resize

Component_DeformEnergyRegisterInputParams Method

Declare all your input parameters here.

Namespace:  Karamba.GHopper.Results
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
protected override void RegisterInputParams(
	GH_InputParamManager pManager
)

Parameters

pManager
Type: GH_InputParamManager
Use the pManager to register new parameters. pManager is never null.
See Also