Click or drag to resize

DecalsAdd Method

Add a new Decal to the decals list, use Decal.Create to create a new decal instance to add.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.10
Syntax
public uint Add(
	Decal decal
)

Parameters

decal
Type: Rhino.RenderDecal

[Missing <param name="decal"/> documentation for "M:Rhino.Render.Decals.Add(Rhino.Render.Decal)"]

Return Value

Type: UInt32

[Missing <returns> documentation for "M:Rhino.Render.Decals.Add(Rhino.Render.Decal)"]

See Also