Base Class: Attribute
Derived Classes: LoadingBeamDistributed LoadingBeamPoint LoadingConcreteHydration LoadingConcentrated LoadingBody LoadingTemperature LoadingStressStrain LoadingFace FieldFaceLoading LoadingGlobalDistributed LoadingLocalDistributed PrescribedDisplacementLoad PrescribedVelocityLoad PrescribedAccelerationLoad LoadingFlux PrescribedTemperatureLoad LoadingEnvironmental InternalHeatLoading InternalHeatUserLoading LoadingDiscretePoint DiscreteCompoundLoading InitialVelocityLoad InitialAccelerationLoad
Description
Base class for all load attributes
Example
' Define concentrated load attribute in -ve Y direction
call database.createLoadingConcentrated("Load 1").setConcentrated(0.0, -100.0)
' Assign "Load 1" to selection for "Loadcase 1"
call assignment.setAllDefaults.setLoadset("Loadcase 1")
set attr = database.getAttribute("Loading", "Load 1")
set assigned = attr.assignTo(selection, assignment)
Available Functions: None
Back to Overview