Table of Contents

Interface IGetAnchorToSolidDictionary

Namespace
Hi.Mech
Assembly
HiMech.dll

Provides functionality to retrieve a dictionary mapping anchors to their corresponding solids.

public interface IGetAnchorToSolidDictionary
Extension Methods

Methods

GetAnchorToSolidDictionary()

Gets a dictionary that maps Anchor objects to their corresponding Solid objects.

Dictionary<Anchor, Solid> GetAnchorToSolidDictionary()

Returns

Dictionary<Anchor, Solid>

A dictionary where keys are anchors and values are their associated solids.