2021 Class
Changes 1
C

StructuralAsset

Description:
Represents the properties of a material pertinent to structural analysis.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.StructuralAsset
public class StructuralAsset : IDisposable
Name Return Type Description
C StructuralAsset(String, StructuralAssetClass) None Constructs an instance of StructuralAsset.
Name Return Type Description
M Copy() StructuralAsset Produces a copy of the asset.
M Dispose() None Releases all resources used by the
M Equals(StructuralAsset) bool Determines whether this structural asset is equal to another.
M SetPoissonRatio(Double) None Sets the Poisson ratio of the asset.
M SetShearModulus(Double) None Sets the shear modulus of the asset.
M SetThermalExpansionCoefficient(Double) None Sets the thermal expansion coefficient of the asset.
M SetYoungModulus(Double) None Sets the Young's modulus of the asset.
Name Return Type Description
P Behavior StructuralBehavior Flag indicating whether elements of this material behave isotropically or orthotropically.
P ConcreteBendingReinforcement double The bending reinforcement of the asset.
P ConcreteCompression double The compression strength of concrete-based assets.
P ConcreteShearReinforcement double The shear reinforcement of the asset.
P ConcreteShearStrengthReduction double The shear strength reduction of the asset.
P Density double The density of the asset.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P Lightweight bool Flag indicating whether the asset describes a material that is light-weight or not.
P MetalReductionFactor double The reduction factor of the asset.
P MetalResistanceCalculationStrength double The resistance calculation strength of the asset.
P MetalThermallyTreated bool Flag indicating whether the asset describes a material that is thermally treated or not.
P MinimumTensileStrength double The minimum tensile strength of the asset.
P MinimumYieldStress double The minimum yield stress of the asset.
P Name string The name of the structural asset.
P PoissonRatio XYZ The Poisson ratio of the asset.
P ShearModulus XYZ The shear modulus of the asset.
P StructuralAssetClass StructuralAssetClass The type of material that this structural asset describes (e.g. wood, concrete, metal.)
P SubClass string The sub-class of the asset.
P ThermalExpansionCoefficient XYZ The thermal expansion coefficient of the asset.
P WoodBendingStrength double The bending strength of the asset.
P WoodGrade string The grade of wood used in a wood-based asset.
P WoodParallelCompressionStrength double The parallel compression strength of the asset.
P WoodParallelShearStrength double The parallel shear strength of the asset.
P WoodPerpendicularCompressionStrength double The perpendicular compression strength of the asset.
P WoodPerpendicularShearStrength double The perpendicular shear strength of the asset.
P WoodSpecies string The species of wood used in a wood-based asset.
P YoungModulus XYZ The Young's modulus of the asset.