Description:

Initialize your custom decal properties here. The input list will be empty - add your default named property values and return.

Syntax:
protected virtual void InitializeDecalProperties(
ref List<NamedValue> properties
)
protected
virtual
Parameters:
  • properties
  • Type: List<NamedValue>
  • A list of named values that will be stored on the object the input values are the current ones, you should modify the values after the dialog closes.
Returns:
Type: void

/
/
/
InitializeDecalProperties

InitializeDecalProperties method

Class:  Rhino.PlugIns.RenderPlugIn

Nothing found