mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2175 Intersection: Make extrude length option on azimuth, dip plane
This commit is contained in:
@@ -94,7 +94,8 @@ public:
|
||||
void appendPointToAzimuthLine(const cvf::Vec3d& point);
|
||||
|
||||
cvf::Vec3d extrusionDirection() const;
|
||||
|
||||
double height() const;
|
||||
void setHeight(double height);
|
||||
|
||||
protected:
|
||||
virtual caf::PdmFieldHandle* userDescriptionField();
|
||||
@@ -113,6 +114,7 @@ private:
|
||||
caf::PdmField<double> m_extentLength;
|
||||
caf::PdmField<double> m_azimuthAngle;
|
||||
caf::PdmField<double> m_dipAngle;
|
||||
caf::PdmField<double> m_height;
|
||||
|
||||
caf::PdmField< std::vector< cvf::Vec3d> > m_userPolyline;
|
||||
caf::PdmField< std::vector< cvf::Vec3d> > m_customExtrusionPoints;
|
||||
|
||||
Reference in New Issue
Block a user