CADability dotNET
Operator to seamlessly use a Plane as a PlaneRef

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

Syntax

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

Parameters

p
Type: CADability..::..Plane

Return Value

The resulting PlaneRef

See Also