mirror of
https://github.com/dgirardeau/q3DMASC.git
synced 2026-08-29 16:40:49 +08:00
Command line enhanced
This commit is contained in:
@@ -28,6 +28,12 @@ bool DualCloudFeature::prepare( const CorePoints& corePoints,
|
||||
return false;
|
||||
}
|
||||
|
||||
QString DualCloudFeature::toString() const
|
||||
{
|
||||
//use the default keyword + "_SC" + the scale
|
||||
return ToString(type) + "_SC" + QString::number(scale);
|
||||
}
|
||||
|
||||
bool DualCloudFeature::checkValidity(QString corePointRole, QString &error) const
|
||||
{
|
||||
if (!Feature::checkValidity(corePointRole, error))
|
||||
|
||||
Reference in New Issue
Block a user