public static void SetPrimitiveData(Visual3D target, SelectablePrimitive value) { target.SetValue(PrimitiveDataProperty, value); }
public void SelectPrimitive(SelectablePrimitive toSelect) { UnselectPrimitives(); toSelect.IsSelected = true; }