Expose method to Python to get property name of main geometry
fix inheritance of MeshFeaturePy fix inheritance of PartFeaturePy remove useless test() method implement getPyObject in GeoFeature in case a sub-class doesn't implement it
This commit is contained in:
@@ -61,6 +61,11 @@ public:
|
||||
* The default implementation returns null.
|
||||
*/
|
||||
virtual const PropertyComplexGeoData* getPropertyOfGeometry() const;
|
||||
/**
|
||||
* @brief getPyObject returns the Python binding object
|
||||
* @return the Python binding object
|
||||
*/
|
||||
virtual PyObject* getPyObject(void);
|
||||
};
|
||||
|
||||
} //namespace App
|
||||
|
||||
Reference in New Issue
Block a user