Click or drag to resize
GePlane Constructor
Overload List
  NameDescription
Public methodGePlane
Initializes a new instance of the plane as X-Y plane having its origin at (0,0,0).
Public methodGePlane(IGePlane)
Initializes a new instance of the plane using specified plane.
Public methodGePlane(IGeSurface)
Initializes a new instance of the plane using specified surface.
Public methodGePlane(GeLine, GeLine)
Initializes a new instance of the plane using two specified coplanar lines.
Public methodGePlane(GeVector, GeCoordinate)
Initializes a new instance of the plane using specified origin and normal vector perpendicular to U-V.
Public methodGePlane(GeCoordinate, GeCoordinate, GeCoordinate)
Initializes a new instance of the plane using three non-collinear points.
Public methodGePlane(GeVector, GeVector, GeCoordinate)
Initializes a new instance of the plane using specified origin and axes vectors.
Public methodGePlane(Double, Double, Double, Double)
Initializes a new instance of the plane using specified parameters.
Top
See Also