SolidGetEnclosureDescriptions Method |
Gets the list of descriptions for the enclosure functions for this solid.
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 abstract EnclosureDescriptionCollection GetEnclosureDescriptions()
Public MustOverride Function GetEnclosureDescriptions As EnclosureDescriptionCollection
public:
virtual EnclosureDescriptionCollection^ GetEnclosureDescriptions() abstract
abstract GetEnclosureDescriptions : unit -> EnclosureDescriptionCollection
Return Value
Type:
EnclosureDescriptionCollectionThe list of enclosure descriptions.
See Also