EllipsoidSurfaceRegionHoles Property |
Gets a read only collection of surface regions that denote topological cuts (holes) of this region.
The count of the number of holes is the genus of this surface.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ReadOnlyCollection<EllipsoidSurfaceRegionHole> Holes { get; }
Public ReadOnly Property Holes As ReadOnlyCollection(Of EllipsoidSurfaceRegionHole)
Get
public:
property ReadOnlyCollection<EllipsoidSurfaceRegionHole^>^ Holes {
ReadOnlyCollection<EllipsoidSurfaceRegionHole^>^ get ();
}
member Holes : ReadOnlyCollection<EllipsoidSurfaceRegionHole> with get
Property Value
Type:
ReadOnlyCollectionEllipsoidSurfaceRegionHoleSee Also