mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-04-18 04:06:04 +08:00
Update source to v6.8.18240.20051
Previous source was actually for 6.1...
This commit is contained in:
@@ -711,8 +711,8 @@ private:
|
||||
|
||||
// parsing context
|
||||
unsigned int m_context_locale_id = 0;
|
||||
ON::LengthUnitSystem m_context_length_unit_system;
|
||||
ON::AngleUnitSystem m_context_angle_unit_system;
|
||||
ON::LengthUnitSystem m_context_length_unit_system = ON::LengthUnitSystem::None;
|
||||
ON::AngleUnitSystem m_context_angle_unit_system = ON::AngleUnitSystem::None;
|
||||
ON_ScaleValue::ScaleStringFormat m_string_format_preference = ON_ScaleValue::ScaleStringFormat::Unset;
|
||||
|
||||
ON_wString m_scale_as_string;
|
||||
|
||||
Reference in New Issue
Block a user