M_Rhino_Geometry_MeshDisplacementInfo__ctor - mcneel/rhinocommon-api-docs GitHub Wiki

MeshDisplacementInfo Constructor

Constructs a displacement information instance with default values. Users of this class should not rely on default values to stay constant across service releases.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public MeshDisplacementInfo(
	RenderTexture texture,
	TextureMapping mapping
)

VB

Public Sub New ( 
	texture As RenderTexture,
	mapping As TextureMapping
)

Parameters

 

texture
Type: RenderTexture
[Missing documentation for "M:Rhino.Geometry.MeshDisplacementInfo.#ctor(Rhino.Render.RenderTexture,Rhino.Render.TextureMapping)"]
mapping
Type: Rhino.Render.TextureMapping
[Missing documentation for "M:Rhino.Geometry.MeshDisplacementInfo.#ctor(Rhino.Render.RenderTexture,Rhino.Render.TextureMapping)"]

Exceptions

 

Exception Condition
ArgumentNullException If texture or mapping is null.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

MeshDisplacementInfo Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️