Click or drag to resize

Decal Methods

The Decal type exposes the following members.

Methods
  NameDescription
Public methodConstPointer
Public methodStatic memberCreate
Public methodCustomData
Gets decal custom data for the current renderer. See Rhino.Plugins.RenderPlugIn.ShowDecalProperties.
Public methodCustomData(Guid)
Gets decal custom data for a specified renderer. See Rhino.Plugins.RenderPlugIn.ShowDecalProperties.
Public methodDispose
Public methodDispose(Boolean)
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 methodGetTextureMapping
The TextureMapping of the decal.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHorzSweep
Gets the angles of the decal's arc of 'horizontal sweep'. Replaces StartLatitude and EndLatitude.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNonConstPointer
Public methodTextureRenderCRC(TextureRenderHashFlags) Obsolete.
This method is deprecated in favor of TextureRenderHash below.
Public methodTextureRenderCRC(TextureRenderHashFlags, LinearWorkflow) Obsolete.
This method is deprecated in favor of TextureRenderHash below.
Public methodTextureRenderHash(CrcRenderHashFlags) Obsolete.
Get the texture render hash for the referenced texture using the specified CrcRenderHashFlags.
Public methodTextureRenderHash(CrcRenderHashFlags, LinearWorkflow) Obsolete.
Get the texture render hash for the referenced texture using the specified CrcRenderHashFlags and linear workflow.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetColor Obsolete.
Blend color with the decal color at a given point.
Public methodUVBounds
The UV bounds of the decal. Only used when mapping is UV.
Public methodVertSweep
Gets the angles of the decal's arc of 'vertical sweep'. Replaces StartLongitude and EndLongitude.
Top
See Also