Decals Class

Decals Class

Represents all the decals of an object.
Inheritance Hierarchy
SystemObject
  Rhino.RenderDecals

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class Decals : IEnumerable<Decal>, 
	IEnumerable
Public Class Decals
	Implements IEnumerable(Of Decal), IEnumerable

The Decals type exposes the following members.

Methods
  NameDescription
Public methodAdd
Add a new Decal to the decals list, use Decal.Create to create a new decal instance to add.
Public methodClear
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Windows

Supported in: 6.8
See Also