CADability dotNET
A reference to a plane. The Plane is implemented as a struct, i.e. a value type. Sometimes it is necessary to have a parameter or member, which designates a plane but may be null (when the plane is not yet computed or not valid). This class works as an object replacement of the struct Plane.

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

Syntax

C#
public class PlaneRef
Visual Basic
Public Class PlaneRef
Visual C++
public ref class PlaneRef

Inheritance Hierarchy

System..::..Object
  CADability..::..PlaneRef

See Also