CADability dotNET
A minimal extend of the Model. This will be the extend of the Model if the Model is empty. This is also used in other circumstances (e.g. dieplay of the grid)

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public BoundingCube MinExtend { get; set; }
Visual Basic
Public Property MinExtend As BoundingCube
	Get
	Set
Visual C++
public:
property BoundingCube MinExtend {
	BoundingCube get ();
	void set (BoundingCube value);
}

See Also