Click or drag to resize

MeshInstanceDecals Property

Note: This API is now obsolete.

Read-only access to the decals for this MeshInstance if any. Null if no object attributes exist for this mesh instance.

Namespace:  Rhino.Render.ChangeQueue
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
[ObsoleteAttribute("Use ObjectAttributes to access decal information")]
public Decals Decals { get; }

Property Value

Type: Decals
See Also