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.SMTOutputBuilder Class Reference

This class exposes the journamation APIs for SMT Dialog functionlaity. More...

Inheritance diagram for NXOpen.CAE.SMTOutputBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  Outsmttype {
  ShearForceX, ShearForceY, ShearForceZ, BendingMomentX,
  BendingMomentY, TorqueZ
}
 Enumeration for output quantity type used to create SMT Diagrams. More...
 

Public Member Functions

unsafe void SetNfrList (NXOpen.CAE.NodalForceReport[] nfrList)
 Sets candidate NFR tag list to the smt output builder for SMT Diagrams creation. More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. 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 bool AxialForceZ [get, set]
 Returns or sets a property that returns the Axial Force in Z direction toggle state. More...
 
unsafe bool BendingMomentX [get, set]
 Returns or sets a property that returns the Bending Moment in X direction toggle state. More...
 
unsafe bool BendingMomentY [get, set]
 Returns or sets a property that returns the Bending Moment in Y direction toggle state. More...
 
unsafe string GraphNamePrefix [get, set]
 Returns or sets a property that returns group name prefix string. More...
 
unsafe NXOpen.CAE.BaseIteration Iteration [get, set]
 Returns or sets a property iteratoin More...
 
unsafe NXOpen.CAE.BaseLoadcase Loadcase [get, set]
 Returns or sets a property loadcase More...
 
unsafe bool ShearForceX [get, set]
 Returns or sets a property that returns Shear Force in X direction toggle state. More...
 
unsafe bool ShearForceY [get, set]
 Returns or sets a property that returns the Shear Force in Y direction toggle state. More...
 
unsafe NXOpen.CAE.BaseIteration SubIteration [get, set]
 Returns or sets a property subIteratoin More...
 
unsafe bool TorqueZ [get, set]
 Returns or sets a property that returns the Torque in Z direction toggle state. More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. 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

This class exposes the journamation APIs for SMT Dialog functionlaity.

To create a new instance of this class, use NXOpen.CAE.SimSolution.CreateSmtOutputBuilder

Default values.

Property Value

AxialForceZ

0

BendingMomentX

0

BendingMomentY

0

ShearForceX

0

ShearForceY

0

TorqueZ

0

Created in NX1899.0.0

Member Enumeration Documentation

Enumeration for output quantity type used to create SMT Diagrams.

Enumerator
ShearForceX 
ShearForceY 
ShearForceZ 
BendingMomentX 
BendingMomentY 
TorqueZ 

Member Function Documentation

unsafe void NXOpen.CAE.SMTOutputBuilder.SetNfrList ( NXOpen.CAE.NodalForceReport[]  nfrList)
inline

Sets candidate NFR tag list to the smt output builder for SMT Diagrams creation.

Created in NX1899.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
nfrList

Property Documentation

unsafe bool NXOpen.CAE.SMTOutputBuilder.AxialForceZ
getset

Returns or sets a property that returns the Axial Force in Z direction toggle state.

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe bool NXOpen.CAE.SMTOutputBuilder.BendingMomentX
getset

Returns or sets a property that returns the Bending Moment in X direction toggle state.

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe bool NXOpen.CAE.SMTOutputBuilder.BendingMomentY
getset

Returns or sets a property that returns the Bending Moment in Y direction toggle state.

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe string NXOpen.CAE.SMTOutputBuilder.GraphNamePrefix
getset

Returns or sets a property that returns group name prefix string.

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.CAE.BaseIteration NXOpen.CAE.SMTOutputBuilder.Iteration
getset

Returns or sets a property iteratoin

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.CAE.BaseLoadcase NXOpen.CAE.SMTOutputBuilder.Loadcase
getset

Returns or sets a property loadcase

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe bool NXOpen.CAE.SMTOutputBuilder.ShearForceX
getset

Returns or sets a property that returns Shear Force in X direction toggle state.

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe bool NXOpen.CAE.SMTOutputBuilder.ShearForceY
getset

Returns or sets a property that returns the Shear Force in Y direction toggle state.

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe NXOpen.CAE.BaseIteration NXOpen.CAE.SMTOutputBuilder.SubIteration
getset

Returns or sets a property subIteratoin

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

unsafe bool NXOpen.CAE.SMTOutputBuilder.TorqueZ
getset

Returns or sets a property that returns the Torque in Z direction toggle state.

Created in NX1899.0.0

License requirements to get this property: None.

License requirements to set this property: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")


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