mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Exported coordinate fix (#11283)
Make sure exported well path coordinates use local coord system when needed.
This commit is contained in:
@@ -58,6 +58,8 @@ public:
|
||||
void setUseLocalCoordinates( bool useLocalCoordinates );
|
||||
void setupLocalCoordinateTransform();
|
||||
|
||||
cvf::Vec3d transformPointIfNeeded( const cvf::Vec3d point ) const;
|
||||
|
||||
std::pair<cvf::Vec3d, cvf::Vec3d> modelLocalNormalsXY();
|
||||
|
||||
void generateGeometry( size_t startCellIndex, FaceType startFace, RigGriddedPart3d* frontPart, RigGriddedPart3d* backPart );
|
||||
|
||||
Reference in New Issue
Block a user