[Core] add missing velocity property
- fixes compilation because declared in header but no code - also sort the properties to keep the overview
This commit is contained in:
@@ -837,3 +837,15 @@ PropertyInverseVolume::PropertyInverseVolume()
|
||||
{
|
||||
setUnit(Base::Unit::InverseVolume);
|
||||
}
|
||||
|
||||
//**************************************************************************
|
||||
//**************************************************************************
|
||||
// PropertyVelocity
|
||||
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
TYPESYSTEM_SOURCE(App::PropertyVelocity, App::PropertyQuantity)
|
||||
|
||||
PropertyVelocity::PropertyVelocity()
|
||||
{
|
||||
setUnit(Base::Unit::Velocity);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user