Class StressLinearizationBuilder
Inheritance
System.Object
System.MarshalByRefObject
StressLinearizationBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class StressLinearizationBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
StressLinearizationBuilder()
Declaration
protected StressLinearizationBuilder()
Properties
Declaration
public bool ExtractTemperature { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ExtractTemperatureLoad { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Iteration
Declaration
[Obsolete("Deprecated in NX1980.0.0. Use NXOpen.CAE.StressLinearizationBuilder.IterationRange")]
public int Iteration { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IterationRange
Declaration
public string IterationRange { get; set; }
Property Value
Type |
Description |
System.String |
|
IterationSelection
Declaration
public StressLinearization.ResultSelection IterationSelection { get; set; }
Property Value
LoadCaseName
Declaration
[Obsolete("Deprecated in NX2007.0.0. Use NXOpen.CAE.StressLinearizationBuilder.GetLoadCaseNames")]
public string LoadCaseName { get; set; }
Property Value
Type |
Description |
System.String |
|
LoadCaseSelection
Declaration
public StressLinearization.LcaseSelection LoadCaseSelection { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
ResultType
Declaration
public StressLinearization.ResultType ResultType { get; set; }
Property Value
Rho
Declaration
public Expression Rho { get; set; }
Property Value
RhoInfinite
Declaration
public bool RhoInfinite { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Scl
Declaration
public QueryCurveUsageOptions Scl { get; }
Property Value
StructureType
Declaration
public StressLinearization.StructureTypes StructureType { get; set; }
Property Value
Subcase
Declaration
[Obsolete("Deprecated in NX2007.0.0. Use NXOpen.CAE.StressLinearizationBuilder.GetSubcases")]
public SimSolutionStep Subcase { get; set; }
Property Value
TemperatureResultType
Declaration
public StressLinearization.ResultTypeTemperature TemperatureResultType { get; set; }
Property Value
Methods
GetBendingTensorComponents()
Declaration
public bool[] GetBendingTensorComponents()
Returns
Type |
Description |
System.Boolean[] |
|
GetDescription()
Declaration
public string[] GetDescription()
Returns
Type |
Description |
System.String[] |
|
GetLoadCaseNames()
Declaration
public string[] GetLoadCaseNames()
Returns
Type |
Description |
System.String[] |
|
GetSubcases()
Declaration
public SimSolutionStep[] GetSubcases()
Returns
SetBendingTensorComponents(Boolean[])
Declaration
public void SetBendingTensorComponents(bool[] bendingComps)
Parameters
Type |
Name |
Description |
System.Boolean[] |
bendingComps |
|
SetDescription(String[])
Declaration
public void SetDescription(string[] desc)
Parameters
Type |
Name |
Description |
System.String[] |
desc |
|
SetLoadCaseNames(String[])
Declaration
public void SetLoadCaseNames(string[] lcName)
Parameters
Type |
Name |
Description |
System.String[] |
lcName |
|
SetSubcases(SimSolutionStep[])
Declaration
public void SetSubcases(SimSolutionStep[] subcases)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink