CADability dotNET

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

Syntax

C#
public void SetEllipseCenterPlane(
	GeoPoint center,
	Plane plane
)
Visual Basic
Public Sub SetEllipseCenterPlane ( _
	center As GeoPoint, _
	plane As Plane _
)
Visual C++
public:
void SetEllipseCenterPlane(
	GeoPoint center, 
	Plane plane
)

Parameters

center
Type: CADability..::..GeoPoint
plane
Type: CADability..::..Plane

See Also