SpecifiedCurveEllipsoidSurfaceRegionBuilder Constructor (Ellipsoid, EllipsoidSurfaceCurve) | 
 
            Initializes an instance of the surface region builder. The default granularity, π / 360.0, is used.
            
 
    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,
	EllipsoidSurfaceCurve curve
)
Public Sub New ( 
	referenceSurface As Ellipsoid,
	curve As EllipsoidSurfaceCurve
)
public:
SpecifiedCurveEllipsoidSurfaceRegionBuilder(
	Ellipsoid^ referenceSurface, 
	EllipsoidSurfaceCurve^ curve
)
new : 
        referenceSurface : Ellipsoid * 
        curve : EllipsoidSurfaceCurve -> SpecifiedCurveEllipsoidSurfaceRegionBuilderParameters
- referenceSurface
 - Type: AGI.Foundation.Geometry.ShapesEllipsoid
The reference ellipsoid. - curve
 - Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceCurve
A closed curve representing the boundary of the surface region. 
See Also