CADability dotNET

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

Syntax

C#
IGeoObject MakeGeoObject(
	Plane p
)
Visual Basic
Function MakeGeoObject ( _
	p As Plane _
) As IGeoObject
Visual C++
IGeoObject^ MakeGeoObject(
	Plane p
)

Parameters

p
Type: CADability..::..Plane

See Also