EllipsoidSurfaceRegion.BoundaryCurve Property |
Gets the closed curve defining the boundary of the surface region.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic EllipsoidSurfaceCurve BoundaryCurve { get; }
Public ReadOnly Property BoundaryCurve As EllipsoidSurfaceCurve
Get
public:
property EllipsoidSurfaceCurve^ BoundaryCurve {
EllipsoidSurfaceCurve^ get ();
}
member BoundaryCurve : EllipsoidSurfaceCurve with get
Property Value
Type:
EllipsoidSurfaceCurve
See Also