Click or drag to resize
DigitalRuneLineShapeMeshSize Property
Gets or sets the length of the mesh that represents a LineShape.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public static float MeshSize { get; set; }

Property Value

Type: Single
The length of the mesh.
Remarks
See OnGetMesh(Single, Int32) for more information.
See Also