Click or drag to resize

RenderMaterialAssignToBlockChoices Enumeration

[Missing <summary> documentation for "T:Rhino.Render.RenderMaterial.AssignToBlockChoices"]

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.14
Syntax
public enum AssignToBlockChoices
Members
  Member nameValueDescription
Always0Always assign to blocks recursively.
Never1Never assign to blocks recursively.
Ask2Ask the user what to do.
See Also