Added new property type: App::PropertyVectorDistance
This works exactly as a normal PropertyVector, but it uses the Units-enabled GUI editor instead.
This commit is contained in:
@@ -175,6 +175,27 @@ void PropertyVector::Paste(const Property &from)
|
||||
}
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
// PropertyVectorDistance
|
||||
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
TYPESYSTEM_SOURCE(App::PropertyVectorDistance , App::PropertyVector);
|
||||
|
||||
//**************************************************************************
|
||||
// Construction/Destruction
|
||||
|
||||
|
||||
PropertyVectorDistance::PropertyVectorDistance()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
PropertyVectorDistance::~PropertyVectorDistance()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
//**************************************************************************
|
||||
// PropertyVectorList
|
||||
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
Reference in New Issue
Block a user