Click or drag to resize

SimulatedTexture Class

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

Inheritance Hierarchy
SystemObject
  Rhino.RenderSimulatedTexture

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class SimulatedTexture : IDisposable

The SimulatedTexture type exposes the following members.

Constructors
  NameDescription
Public methodSimulatedTexture Obsolete.
Initializes a new instance of the SimulatedTexture class
Public methodSimulatedTexture(RhinoDoc)
Initializes a new instance of the SimulatedTexture class
Public methodSimulatedTexture(Texture) Obsolete.
Initializes a new instance of the SimulatedTexture class
Public methodSimulatedTexture(RhinoDoc, Texture)
Initializes a new instance of the SimulatedTexture class
Top
Properties
Methods
  NameDescription
Public methodConstPointer
Public methodDispose
Releases all resources used by the SimulatedTexture
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the SimulatedTexture and optionally releases the managed resources
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMetersToUnits(Double) Obsolete.
Public methodMetersToUnits(RhinoDoc, Double)
Public methodSetMappingChannelAndProjectionMode
Public methodTexture
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnitsToMeters(Double) Obsolete.
Public methodUnitsToMeters(RhinoDoc, Double)
Top
See Also