NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::CAE::MechanicalLoadSumBuilder Class Reference

Represents a NXOpen::CAE::MechanicalLoadSumBuilder
To create a new instance of this class, use NXOpen::CAE::ModelCheckManager::CreateMechanicalLoadSumBuilder

Created in NX5.0.1. More...

Inheritance diagram for NXOpen::CAE::MechanicalLoadSumBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  UserUnit {
  UserUnitDeckUnit, UserUnitMilliNewton, UserUnitMilliMillinewton, UserUnitMeterNewton,
  UserUnitFtPoundForce, UserUnitInPoundForce
}
 User Specified output unit. More...
 

Public Member Functions

NXOpen::ExpressionEvaluationFrequency ()
 Returns the evaluation frequency
Created in NX5.0.0. More...
 
NXOpen::ExpressionEvaluationTime ()
 Returns the evaluation time
Created in NX5.0.0. More...
 
std::vector
< NXOpen::CAE::SimLoad * > 
GetLoads ()
 The load objects. More...
 
NXOpen::CAE::SimSolutionGetSolution ()
 The solution object. More...
 
NXOpen::CAE::SimSolutionStepGetSubcase ()
 The subcase object. More...
 
NXOpen::CoordinateSystemReferenceCsys ()
 Returns the reference csys
Created in NX5.0.1. More...
 
void SetLoads (const std::vector< NXOpen::CAE::SimLoad * > &loads)
 Sets the loads
Created in NX5.0.1. More...
 
void SetReferenceCsys (NXOpen::CoordinateSystem *referenceCsys)
 Sets the reference csys
Created in NX5.0.1. More...
 
void SetSolution (NXOpen::CAE::SimSolution *solution)
 The solution object
Created in NX5.0.1. More...
 
void SetSubcase (NXOpen::CAE::SimSolutionStep *subcase)
 The subcase object
Created in NX5.0.1. More...
 
void SetUserSpecifiedUnit (NXOpen::CAE::MechanicalLoadSumBuilder::UserUnit userSpecifiedUnit)
 Sets the output result unit
Created in NX5.0.1. More...
 
NXOpen::CAE::MechanicalLoadSumBuilder::UserUnit UserSpecifiedUnit ()
 Returns the output result unit
Created in NX5.0.1. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::CAE::MechanicalLoadSumBuilder
To create a new instance of this class, use NXOpen::CAE::ModelCheckManager::CreateMechanicalLoadSumBuilder

Created in NX5.0.1.


Member Enumeration Documentation

User Specified output unit.

Enumerator
UserUnitDeckUnit 

Load unit = same as Solver Deck Unit.

UserUnitMilliNewton 

Load unit = "N", Moment unit N-mm.

UserUnitMilliMillinewton 

Load unit = "mN", Moment unit N-mm.

UserUnitMeterNewton 

Load unit = "N", Moment unit N-m.

UserUnitFtPoundForce 

Load unit = "lbf", Moment unit lbf-ft.

UserUnitInPoundForce 

Load unit = "lbf", Moment unit lbf-in.

Member Function Documentation

NXOpen::Expression* NXOpen::CAE::MechanicalLoadSumBuilder::EvaluationFrequency ( )

Returns the evaluation frequency
Created in NX5.0.0.



License requirements : None

NXOpen::Expression* NXOpen::CAE::MechanicalLoadSumBuilder::EvaluationTime ( )

Returns the evaluation time
Created in NX5.0.0.



License requirements : None

std::vector<NXOpen::CAE::SimLoad *> NXOpen::CAE::MechanicalLoadSumBuilder::GetLoads ( )

The load objects.

Returns

Created in NX5.0.1.

License requirements : None
NXOpen::CAE::SimSolution* NXOpen::CAE::MechanicalLoadSumBuilder::GetSolution ( )

The solution object.

Returns
Ask Solution
Created in NX5.0.1.

License requirements : None
NXOpen::CAE::SimSolutionStep* NXOpen::CAE::MechanicalLoadSumBuilder::GetSubcase ( )

The subcase object.

Returns
Ask Solutionstep
Created in NX5.0.1.

License requirements : None
NXOpen::CoordinateSystem* NXOpen::CAE::MechanicalLoadSumBuilder::ReferenceCsys ( )

Returns the reference csys
Created in NX5.0.1.



License requirements : None

void NXOpen::CAE::MechanicalLoadSumBuilder::SetLoads ( const std::vector< NXOpen::CAE::SimLoad * > &  loads)

Sets the loads
Created in NX5.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
loadssets the loads
void NXOpen::CAE::MechanicalLoadSumBuilder::SetReferenceCsys ( NXOpen::CoordinateSystem referenceCsys)

Sets the reference csys
Created in NX5.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
referenceCsysreferencecsys
void NXOpen::CAE::MechanicalLoadSumBuilder::SetSolution ( NXOpen::CAE::SimSolution solution)

The solution object
Created in NX5.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
solutionSet Solution
void NXOpen::CAE::MechanicalLoadSumBuilder::SetSubcase ( NXOpen::CAE::SimSolutionStep subcase)

The subcase object
Created in NX5.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
subcaseGet Solutionstep
void NXOpen::CAE::MechanicalLoadSumBuilder::SetUserSpecifiedUnit ( NXOpen::CAE::MechanicalLoadSumBuilder::UserUnit  userSpecifiedUnit)

Sets the output result unit
Created in NX5.0.1.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
userSpecifiedUnituserspecifiedunit
NXOpen::CAE::MechanicalLoadSumBuilder::UserUnit NXOpen::CAE::MechanicalLoadSumBuilder::UserSpecifiedUnit ( )

Returns the output result unit
Created in NX5.0.1.



License requirements : None


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