CADability dotNET

The PlaneRef type exposes the following members.

Constructors

  NameDescription
Public methodPlaneRef
Standard and only constructor, wrapping the given Plane.

Methods

  NameDescription
Public methodStatic memberFindCommonPlane
Yields a common plane of the cloud of points, if there is one. If there is no common plane the result may be not optimal (residual is not minimal)

Operators

  NameDescription
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(Plane to PlaneRef)
Operator to seamlessly use a Plane as a PlaneRef
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(PlaneRef to Plane)
Operator to seamlessly use a PlaneRef as a Plane

See Also