Gets value determining whether convex is simplified.

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public bool Simplified { get; set; }
Visual C++
public:
property bool Simplified {
	bool get ();
	void set (bool value);
}
F#
member Simplified : bool with get, set

See Also