NX Open C++ Reference Guide
|
Represents a CAE::SolidPropertyCheckBuilder
To create a new instance of this class, use CAE::ModelCheckManager::CreateSolidPropertyCheckBuilder
Created in NX5.0.1.
More...
Public Types | |
enum | UserUnit { UserUnitDefaultUnit, UserUnitKgMilli, UserUnitLbmIn, UserUnitLbfInSec } |
User Specified output unit. More... | |
Public Member Functions | |
bool | DefaultTemperatureOption () |
Returns the output mass split option option Created in NX5.0.1. | |
bool | DisplayCgOption () |
Returns the output mass split option option Created in NX5.0.1. | |
NXOpen::CAE::SelectElementsBuilder * | Elements () |
Returns the selected elements Created in NX6.0.0. | |
NXOpen::Expression * | EvaluationTemparature () |
Returns the output temperature option in C Created in NX5.0.1. | |
bool | OutputOption () |
Returns the detail output option Created in NX6.0.0. | |
NXOpen::CoordinateSystem * | ReferenceCsys () |
Returns the reference csys Created in NX5.0.1. | |
void | SetDefaultTemperatureOption (bool defaultTemperatureOption) |
Sets the output mass split option option Created in NX5.0.1. | |
void | SetDisplayCgOption (bool displayCG) |
Sets the output mass split option option Created in NX5.0.1. | |
void | SetOutputOption (bool outputOpt) |
Sets the detail output option Created in NX6.0.0. | |
void | SetReferenceCsys (NXOpen::CoordinateSystem *referenceCsys) |
Sets the reference csys Created in NX5.0.1. | |
void | SetSplitMass (bool splitMass) |
Sets the output mass split option option Created in NX5.0.1. | |
void | SetUserSpecifiedUnit (NXOpen::CAE::SolidPropertyCheckBuilder::UserUnit userSpecifiedUnit) |
Sets the output result unit Created in NX5.0.1. | |
bool | SplitMass () |
Returns the output mass split option option Created in NX5.0.1. | |
NXOpen::CAE::SolidPropertyCheckBuilder::UserUnit | UserSpecifiedUnit () |
Returns the output result unit Created in NX5.0.1. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a CAE::SolidPropertyCheckBuilder
To create a new instance of this class, use CAE::ModelCheckManager::CreateSolidPropertyCheckBuilder
Created in NX5.0.1.
User Specified output unit.
bool NXOpen::CAE::SolidPropertyCheckBuilder::DefaultTemperatureOption | ( | ) |
Returns the output mass split option option
Created in NX5.0.1.
License requirements : None
bool NXOpen::CAE::SolidPropertyCheckBuilder::DisplayCgOption | ( | ) |
Returns the output mass split option option
Created in NX5.0.1.
License requirements : None
NXOpen::CAE::SelectElementsBuilder* NXOpen::CAE::SolidPropertyCheckBuilder::Elements | ( | ) |
Returns the selected elements
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::CAE::SolidPropertyCheckBuilder::EvaluationTemparature | ( | ) |
Returns the output temperature option in C
Created in NX5.0.1.
License requirements : None
bool NXOpen::CAE::SolidPropertyCheckBuilder::OutputOption | ( | ) |
Returns the detail output option
Created in NX6.0.0.
License requirements : None
NXOpen::CoordinateSystem* NXOpen::CAE::SolidPropertyCheckBuilder::ReferenceCsys | ( | ) |
Returns the reference csys
Created in NX5.0.1.
License requirements : None
void NXOpen::CAE::SolidPropertyCheckBuilder::SetDefaultTemperatureOption | ( | bool | defaultTemperatureOption | ) |
Sets the output mass split option option
Created in NX5.0.1.
License requirements : nx_masterfem ("Finite Element Modeling")
defaultTemperatureOption | defaulttemperatureoption |
void NXOpen::CAE::SolidPropertyCheckBuilder::SetDisplayCgOption | ( | bool | displayCG | ) |
Sets the output mass split option option
Created in NX5.0.1.
License requirements : nx_masterfem ("Finite Element Modeling")
displayCG | displaycg |
void NXOpen::CAE::SolidPropertyCheckBuilder::SetOutputOption | ( | bool | outputOpt | ) |
Sets the detail output option
Created in NX6.0.0.
License requirements : nx_masterfem ("Finite Element Modeling")
outputOpt | outputopt |
void NXOpen::CAE::SolidPropertyCheckBuilder::SetReferenceCsys | ( | NXOpen::CoordinateSystem * | referenceCsys | ) |
Sets the reference csys
Created in NX5.0.1.
License requirements : nx_masterfem ("Finite Element Modeling")
referenceCsys | referencecsys |
void NXOpen::CAE::SolidPropertyCheckBuilder::SetSplitMass | ( | bool | splitMass | ) |
Sets the output mass split option option
Created in NX5.0.1.
License requirements : nx_masterfem ("Finite Element Modeling")
splitMass | splitmass |
void NXOpen::CAE::SolidPropertyCheckBuilder::SetUserSpecifiedUnit | ( | NXOpen::CAE::SolidPropertyCheckBuilder::UserUnit | userSpecifiedUnit | ) |
Sets the output result unit
Created in NX5.0.1.
License requirements : nx_masterfem ("Finite Element Modeling")
userSpecifiedUnit | userspecifiedunit |
bool NXOpen::CAE::SolidPropertyCheckBuilder::SplitMass | ( | ) |
Returns the output mass split option option
Created in NX5.0.1.
License requirements : None
NXOpen::CAE::SolidPropertyCheckBuilder::UserUnit NXOpen::CAE::SolidPropertyCheckBuilder::UserSpecifiedUnit | ( | ) |
Returns the output result unit
Created in NX5.0.1.
License requirements : None