| LineShapeMeshSize Property |
Gets or sets the length of the mesh that represents a
LineShape.
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public static float MeshSize { get; set; }
Public Shared Property MeshSize As Single
Get
Set
public:
static property float MeshSize {
float get ();
void set (float value);
}
static member MeshSize : float32 with get, set
Property Value
Type:
SingleThe length of the mesh.
Remarks See Also