Class BodyInfo Last update: 16.07.2025 Namespace: VM.Managed.DAFUL Assembly: VMDBallPlacing.dll The class for BodyInfo. public class BodyInfo Inheritance object ← BodyInfo Extension Methods LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType) Constructors BodyInfo() public BodyInfo() Properties Key Gets and sets the key. public string Key { get; set; } Property Value string TargetFaces Gets and sets the target faces. public List<keyinfo> TargetFaces { get; set; } Property Value ListKeyInfo>