Struct AttributeMbyNContactData Last update: 16.07.2025 Namespace: VM.Models.Pre.FE Assembly: VM.Models.Pre.FE.dll public struct AttributeMbyNContactData Constructors AttributeMbyNContactData(VectorBase, bool) public AttributeMbyNContactData(VectorBase centerPosition, bool isUP) Parameters centerPosition VectorBase isUP bool Properties CenterPosition public VectorBase CenterPosition { readonly get; set; } Property Value VectorBase IsUP public bool IsUP { readonly get; set; } Property Value bool