Class FESubstructureWithSelectionForStaticAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FESubstructureWithSelectionForStaticAnalysis
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FESubstructureWithSelectionForStaticAnalysis : FESubstructureWithSelection, IEquatable<APIBase>
Properties
AverageStressToNodes
Declaration
public bool AverageStressToNodes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
BoundaryConditionsAllNodes
Declaration
public ReadOnlyCollection<NodeBoundaryConditionStaticAnalysis> BoundaryConditionsAllNodes { get; }
Property Value
BoundaryConditionsSelectedNodes
Declaration
public ReadOnlyCollection<NodeBoundaryConditionStaticAnalysis> BoundaryConditionsSelectedNodes { get; }
Property Value
ContourOption
Declaration
public EnumWithSelectedValue<ThreeDViewContourOption> ContourOption { get; set; }
Property Value
DisplacementResults
Declaration
public ReadOnlyCollection<VectorWithLinearAndAngularComponents> DisplacementResults { get; }
Property Value
ForceResults
Declaration
public ReadOnlyCollection<VectorWithLinearAndAngularComponents> ForceResults { get; }
Property Value
FullFEResults
Declaration
public StaticCMSResults FullFEResults { get; }
Property Value
StaticDrawStyle
Declaration
public FEModelStaticAnalysisDrawStyle StaticDrawStyle { get; }
Property Value
TemperatureChangeFromNominal
Measurement: TemperatureDifference
Declaration
public double TemperatureChangeFromNominal { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
ResetDisplacements()
Declaration
public void ResetDisplacements()
ResetForces()
Declaration
public void ResetForces()
Solve()
Declaration
TorqueTransferCheck()
Declaration
public void TorqueTransferCheck()
Implements
System.IEquatable<T>
Extension Methods