CADability dotNET

Overload List

  NameDescription
Public methodPlane(SerializationInfo, StreamingContext)
Constructor required by deserialization
Public methodPlane(GeoPoint, GeoVector)
Creates a new plane. The parameter data is under-determined for the plane, so the x-axis and y-axis will be determined arbitrarily
Public methodPlane(Plane, Double)
Initializes a new instance of the Plane class
Public methodPlane(Plane..::..StandardPlane, Double)
Creates a new plane parallel to a [!:Standardplane] with a given offset
Public methodPlane(GeoPoint, GeoPoint, GeoPoint)
Creates a new plane with the given parameters. Throws a PlaneException, if the three points are colinear
Public methodPlane(GeoPoint, GeoVector, GeoVector)
Enum type to specify the position of an object relative to a plane

See Also