2024 Method
Changes 4
M

StructuralSettings.SetValuesForLoadsDisplayScaling

Description:
Sets values for loads display scaling by providing two load forces and their corresponding length of the representative lines in internal units.
Remarks:
Use UnitUtils class methods to convert value from or to internal units. The values are used to scale the representation of all load types(point, line and area loads).
public void SetValuesForLoadsDisplayScaling(
	double minimumLoadValue,
	double minimumForceLineLength,
	double maximumLoadValue,
	double maximumForceLineLength
)
  • Double
    minimumLoadValue
    The minimum force in SpecTypeId.Force units.
  • Double
    minimumForceLineLength
    The line length for minimum force.
  • Double
    maximumLoadValue
    The maximum force in SpecTypeId.Force units.
  • Double
    maximumForceLineLength
    The line length for maximum force.