CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Operator to seamlessly use a PlaneRef as a Plane
Namespace: CADabilityAssembly: 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