Click or drag to resize

MeshWithDisplacement Method

Constructs new mesh from the current one, with displacement applied to it.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Mesh WithDisplacement(
	MeshDisplacementInfo displacement
)

Parameters

displacement
Type: Rhino.GeometryMeshDisplacementInfo
Information on mesh displacement.

Return Value

Type: Mesh
A new mesh with shutlining.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf displacer is null.
InvalidOperationExceptionIf displacement failed because of an error. The exception message specifies the error.
See Also