Interface IGetAnchorToSolidDictionary
Provides functionality to retrieve a dictionary mapping anchors to their corresponding solids.
public interface IGetAnchorToSolidDictionary
- Extension Methods
Methods
GetAnchorToSolidDictionary()
Dictionary<Anchor, Solid> GetAnchorToSolidDictionary()
Returns
- Dictionary<Anchor, Solid>
A dictionary where keys are anchors and values are their associated solids.