SpecifiedCurveEllipsoidSurfaceRegionBuilder Constructor (Ellipsoid, Double, EllipsoidSurfaceCurve) | 
 
            Initializes an instance of the surface region builder.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SpecifiedCurveEllipsoidSurfaceRegionBuilder(
	Ellipsoid referenceSurface,
	double granularity,
	EllipsoidSurfaceCurve curve
)
Public Sub New ( 
	referenceSurface As Ellipsoid,
	granularity As Double,
	curve As EllipsoidSurfaceCurve
)
public:
SpecifiedCurveEllipsoidSurfaceRegionBuilder(
	Ellipsoid^ referenceSurface, 
	double granularity, 
	EllipsoidSurfaceCurve^ curve
)
new : 
        referenceSurface : Ellipsoid * 
        granularity : float * 
        curve : EllipsoidSurfaceCurve -> SpecifiedCurveEllipsoidSurfaceRegionBuilderParameters
- referenceSurface
 - Type: AGI.Foundation.Geometry.ShapesEllipsoid
The reference ellipsoid. - granularity
 - Type: SystemDouble
The maximum angular distance between the discrete points with respect to the center of
            the Ellipsoid.  A small granularity will yield a more precise representation
            of the boundary. - curve
 - Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceCurve
A closed curve representing the boundary of the surface region. 
See Also