Click or drag to resize
DigitalRuneBoxShapeOnGetMesh Method
Called when a mesh should be generated for the shape.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
protected override TriangleMesh OnGetMesh(
	float absoluteDistanceThreshold,
	int iterationLimit
)

Parameters

absoluteDistanceThreshold
Type: SystemSingle
The absolute distance threshold.
iterationLimit
Type: SystemInt32
The iteration limit.

Return Value

Type: TriangleMesh
The triangle mesh for this shape.
See Also