Decal Methods |
The Decal type exposes the following members.
Name | Description | |
---|---|---|
ConstPointer | ||
Create | ||
CustomData |
Gets decal custom data for the current renderer. See Rhino.Plugins.RenderPlugIn.ShowDecalProperties.
| |
CustomData(Guid) |
Gets decal custom data for a specified renderer. See Rhino.Plugins.RenderPlugIn.ShowDecalProperties.
| |
Dispose | ||
Dispose(Boolean) | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | (Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetTextureMapping |
The TextureMapping of the decal.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HorzSweep |
Gets the angles of the decal's arc of 'horizontal sweep'. Replaces StartLatitude and EndLatitude.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NonConstPointer | ||
TextureRenderCRC(TextureRenderHashFlags) | Obsolete.
This method is deprecated in favor of TextureRenderHash below.
| |
TextureRenderCRC(TextureRenderHashFlags, LinearWorkflow) | Obsolete.
This method is deprecated in favor of TextureRenderHash below.
| |
TextureRenderHash(CrcRenderHashFlags) | Obsolete.
Get the texture render hash for the referenced texture using the specified CrcRenderHashFlags.
| |
TextureRenderHash(CrcRenderHashFlags, LinearWorkflow) | Obsolete.
Get the texture render hash for the referenced texture using the specified CrcRenderHashFlags
and linear workflow.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetColor | Obsolete.
Blend color with the decal color at a given point.
| |
UVBounds |
The UV bounds of the decal. Only used when mapping is UV.
| |
VertSweep |
Gets the angles of the decal's arc of 'vertical sweep'. Replaces StartLongitude and EndLongitude.
|