NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.CAE.Optimization.TBSLoadCase Class Reference

Represents the load case More...

Inheritance diagram for NXOpen.CAE.Optimization.TBSLoadCase:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  LayerOption {
  None, Maximum, Minimum, Top,
  Middle, Bottom
}
 Defines the location for calcuating shell stresses More...
 

Public Member Functions

unsafe bool GetSubcase (out int subcaseId)
 Returns the load cases More...
 
unsafe bool GetSubstep (out int[] subSteps)
 Returns the substeps More...
 
unsafe void SetSubcase (bool allSubcases, int subcaseId)
 Sets the load cases More...
 
unsafe void SetSubstep (bool allSubSteps, int[] subSteps)
 Sets the sub steps More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe
NXOpen.CAE.Optimization.TBSLoadCase.LayerOption 
ShellLayer [get, set]
 Returns or sets the shell layer More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents the load case

To create a new instance of this class, use NXOpen.CAE.Optimization.TBSOptimizationManager.CreateLoadCase

Created in NX8.0.0

Member Enumeration Documentation

Defines the location for calcuating shell stresses

Enumerator
None 

No calculation

Maximum 

the maximum value among Top, Middle and Bottom

Minimum 

the minimum value among Top, Middle and Bottom

Top 

Top-layer of shell

Middle 

Mid-layer of shell

Bottom 

Bottom layer of shell

Member Function Documentation

unsafe bool NXOpen.CAE.Optimization.TBSLoadCase.GetSubcase ( out int  subcaseId)
inline

Returns the load cases

Created in NX8.0.0

License requirements: None.

Returns
Parameters
subcaseId
unsafe bool NXOpen.CAE.Optimization.TBSLoadCase.GetSubstep ( out int[]  subSteps)
inline

Returns the substeps

Created in NX8.0.0

License requirements: None.

Returns
Parameters
subSteps
unsafe void NXOpen.CAE.Optimization.TBSLoadCase.SetSubcase ( bool  allSubcases,
int  subcaseId 
)
inline

Sets the load cases

Created in NX8.0.0

License requirements: cae_opt_topo ("NX Topology Optimization") OR cae_opt_topobead ("NX Bead Optimization") OR cae_opt_toposhape ("NX Shape Optimization")

Parameters
allSubcases
subcaseId
unsafe void NXOpen.CAE.Optimization.TBSLoadCase.SetSubstep ( bool  allSubSteps,
int[]  subSteps 
)
inline

Sets the sub steps

Created in NX8.0.0

License requirements: cae_opt_topo ("NX Topology Optimization") OR cae_opt_topobead ("NX Bead Optimization") OR cae_opt_toposhape ("NX Shape Optimization")

Parameters
allSubSteps
subSteps

Property Documentation

unsafe NXOpen.CAE.Optimization.TBSLoadCase.LayerOption NXOpen.CAE.Optimization.TBSLoadCase.ShellLayer
getset

Returns or sets the shell layer

Created in NX8.0.0

License requirements to get this property: None.

License requirements to set this property: cae_opt_topo ("NX Topology Optimization") OR cae_opt_topobead ("NX Bead Optimization") OR cae_opt_toposhape ("NX Shape Optimization")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.