CADability dotNET

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

Syntax

C#
public void ShowPoints(
	bool showThroughPoints,
	bool showPoles
)
Visual Basic
Public Sub ShowPoints ( _
	showThroughPoints As Boolean, _
	showPoles As Boolean _
)
Visual C++
public:
void ShowPoints(
	bool showThroughPoints, 
	bool showPoles
)

Parameters

showThroughPoints
Type: System..::..Boolean
showPoles
Type: System..::..Boolean

See Also