CADability dotNET
Operator to seamlessly use a PlaneRef as a Plane

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

Syntax

C#
public static implicit operator Plane (
	PlaneRef pr
)
Visual Basic
Public Shared Widening Operator CType ( _
	pr As PlaneRef _
) As Plane
Visual C++
static implicit operator Plane (
	PlaneRef^ pr
)

Parameters

pr
Type: CADability..::..PlaneRef
The PlaneRef to convert

Return Value

The resulting Plane

See Also