Interface IMaterial
A base class for all material types.
See Glossary
Namespace: Oasys.AdSec.Materials
Assembly: AdSec_API_IDL.dll
Syntax
public interface IMaterial
Properties
Serviceability
The material's stress-strain relationship for serviceability (SLS) analysis.
Declaration
ITensionCompressionCurve Serviceability { get; }
Property Value
Type | Description |
---|---|
ITensionCompressionCurve |
Strength
The material's stress-strain relationship for strength (ULS) analysis.
Declaration
ITensionCompressionCurve Strength { get; }
Property Value
Type | Description |
---|---|
ITensionCompressionCurve |