CADability dotNET

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

Syntax

C#
bool IPaintTo3D.DontRecalcTriangulation { get; set; }
Visual Basic
Private Property DontRecalcTriangulation As Boolean
	Implements IPaintTo3D.DontRecalcTriangulation
	Get
	Set
Visual C++
private:
virtual property bool DontRecalcTriangulation {
	bool get () sealed = IPaintTo3D::DontRecalcTriangulation::get;
	void set (bool value) sealed = IPaintTo3D::DontRecalcTriangulation::set;
}

Implements

IPaintTo3D..::..DontRecalcTriangulation

See Also