#8212 Python : Make it possible to define the azimuth angle for a fracture template

This commit is contained in:
Magne Sjaastad
2021-10-28 10:36:50 +02:00
parent 6a135395a6
commit d21be5823d
2 changed files with 6 additions and 4 deletions

View File

@@ -143,8 +143,8 @@ RimFractureTemplate::RimFractureTemplate()
"",
"" );
CAF_PDM_InitField( &m_azimuthAngle, "AzimuthAngle", 0.0f, "Azimuth Angle", "", "", "" ); // Is this correct
// description?
CAF_PDM_InitScriptableField( &m_azimuthAngle, "AzimuthAngle", 0.0f, "Azimuth Angle", "", "", "" );
CAF_PDM_InitField( &m_skinFactor, "SkinFactor", 0.0f, "Skin Factor", "", "", "" );
CAF_PDM_InitField( &m_perforationLength, "PerforationLength", 1.0, "Perforation Length", "", "", "" );