Skip to content

Commit

Permalink
Update to X.04.001
Browse files Browse the repository at this point in the history
  • Loading branch information
jarabroz committed Oct 2, 2023
1 parent 81e4dc3 commit e828255
Show file tree
Hide file tree
Showing 13 changed files with 196,816 additions and 189,201 deletions.
10 changes: 2 additions & 8 deletions examples/Hall/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ public static void TestingExample(RfemModelClient model, Logger logger)
bar_diameter_symmetricalSpecified = true,
span_position_reference_type = member_concrete_longitudinal_reinforcement_items_span_position_reference_type.LONGITUDINAL_REINFORCEMENT_ITEM_REFERENCE_START,
span_position_reference_typeSpecified = true,
span_position_definition_format_type = member_concrete_longitudinal_reinforcement_items_span_position_definition_format_type.LONGITUDIANL_REINFORCEMENT_SPAN_DEFINITION_FORMAT_RELATIVE,
span_position_definition_format_type = member_concrete_longitudinal_reinforcement_items_span_position_definition_format_type.LONGITUDINAL_REINFORCEMENT_SPAN_DEFINITION_FORMAT_RELATIVE,
span_position_definition_format_typeSpecified = true,
span_start_relative = 0.0,
span_start_relativeSpecified = true,
Expand Down Expand Up @@ -1130,18 +1130,12 @@ public static void TestingExample(RfemModelClient model, Logger logger)
name = "Punching reinforcement",
user_defined_name_enabled = true,
user_defined_name_enabledSpecified = true,
placement_type = punching_reinforcement_placement_type.PLACEMENT_TYPE_AUTOMATICALLY,
placement_type = punching_reinforcement_placement_type.PLACEMENT_TYPE_DIFFERENT,
nodes = new int[] { FirstNodeID + 22 },
material = materialReinforcementBars.no,
materialSpecified = true,
loading_area_for_single_forces_enabled = false,
loading_area_for_single_forces_enabledSpecified = true,
longitudinal_reinforcement_from_surface_enabled = true,
longitudinal_reinforcement_from_surface_enabledSpecified = true,
bend_up_diameter = 0.01,
bend_up_diameterSpecified = true,
bend_up_diameter_set_automatically_enabled = false,
bend_up_diameter_set_automatically_enabledSpecified = true,
perimeter_area = 0,
perimeter_areaSpecified = true,
total_area = 0,
Expand Down
81 changes: 53 additions & 28 deletions source_code/RFEMWebServiceLibrary/IRfemModel.cs

Large diffs are not rendered by default.

Loading

0 comments on commit e828255

Please sign in to comment.