Drawing: Symbol command
A new symbol command and Drawing::FeatureViewSymbol object allow to load the contents of an external svg file and place it as a symbol on a Drawing page. This symbol can then be moved and rescaled.
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include "FeatureView.h"
|
||||
#include "FeatureViewPart.h"
|
||||
#include "FeatureViewAnnotation.h"
|
||||
#include "FeatureViewSymbol.h"
|
||||
#include "FeatureProjection.h"
|
||||
#include "FeatureClip.h"
|
||||
#include "PageGroup.h"
|
||||
@@ -60,6 +61,7 @@ void DrawingExport initDrawing()
|
||||
Drawing::FeatureViewPartPython ::init();
|
||||
Drawing::FeatureViewPython ::init();
|
||||
Drawing::FeatureViewAnnotation ::init();
|
||||
Drawing::FeatureViewSymbol ::init();
|
||||
Drawing::FeatureClip ::init();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user