Flip Y to get local coordinate element nodes in correct order for abaqus.

Bump version to dev.03
This commit is contained in:
jonjenssen
2023-12-18 00:48:25 +01:00
committed by jonjenssen
parent e67f09a4ff
commit 4aa5a38d63
3 changed files with 10 additions and 3 deletions

View File

@@ -154,7 +154,7 @@ void RigFaultReactivationModelGenerator::setupLocalCoordinateTransform()
{
auto [xNormal, yNormal] = modelLocalNormalsXY();
yNormal = -1.0 * yNormal;
// yNormal = yNormal * -1.0;
m_localCoordTransform = cvf::Mat4d::fromCoordSystemAxes( &xNormal, &yNormal, &cvf::Vec3d::Z_AXIS );
cvf::Vec3d center = m_startPosition * -1.0;