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

Represents the builder which is used to create flow analysis. More...

Inheritance diagram for NXOpen::Tooling::FlowDisplayBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  AnalysisResults {
  AnalysisResultsMeltFrontTime, AnalysisResultsGateContribution, AnalysisResultsPressureDrop, AnalysisResultsMeltFrontTemperature,
  AnalysisResultsMaxTemperature, AnalysisResultsAverageTemperature, AnalysisResultsFrozenLayerRatio, AnalysisResultsMaxCoolingTime
}
 The option of analysis results. More...
 

Public Member Functions

bool AirTrapOption ()
 Returns the air trap option to be set
Created in NX8.5.0. More...
 
void DisplayDynamicColorPlots ()
 Display color plots in all steps. More...
 
NXString FolderBrowser ()
 Returns the folder in which flow analysis results can be found
Created in NX8.5.0. More...
 
int NumberIntervals ()
 Returns the interval number of the whole filling time. More...
 
int NumberSubMeshes ()
 Returns the number of sub-meshes to display
Created in NX8.5.0. More...
 
NXOpen::Tooling::FlowDisplayBuilder::AnalysisResults ResultsOption ()
 Returns the analysis results option to display
Created in NX8.5.0. More...
 
void SetAirTrapOption (bool airTrapOption)
 Sets the air trap option to be set
Created in NX8.5.0. More...
 
void SetFolderBrowser (const NXString &foldername)
 Sets the folder in which flow analysis results can be found
Created in NX8.5.0. More...
 
void SetFolderBrowser (const char *foldername)
 Sets the folder in which flow analysis results can be found
Created in NX8.5.0. More...
 
void SetNumberIntervals (int numIntervals)
 Sets the interval number of the whole filling time. More...
 
void SetNumberSubMeshes (int noSubMeshes)
 Sets the number of sub-meshes to display
Created in NX8.5.0. More...
 
void SetResultsOption (NXOpen::Tooling::FlowDisplayBuilder::AnalysisResults resultsOption)
 Sets the analysis results option to display
Created in NX8.5.0. More...
 
void SetWeldLineOption (bool weldLineOption)
 Sets the weld line option to be set
Created in NX8.5.0. More...
 
bool WeldLineOption ()
 Returns the weld line option to be set
Created in NX8.5.0. 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 the builder which is used to create flow analysis.


To create a new instance of this class, use NXOpen::Tooling::MoldDesignCollection::CreateFlowDisplayBuilder
Default values.

Property Value

AirTrapOption

0

NumberIntervals

20

NumberSubMeshes

0

ResultsOption

MeltFrontTime

WeldLineOption

0


Created in NX8.5.0.

Member Enumeration Documentation

The option of analysis results.

Enumerator
AnalysisResultsMeltFrontTime 

melt front time

AnalysisResultsGateContribution 

gate contribution

AnalysisResultsPressureDrop 

pressure drop

AnalysisResultsMeltFrontTemperature 

melt front temperature

AnalysisResultsMaxTemperature 

max temperature

AnalysisResultsAverageTemperature 

average temperature

AnalysisResultsFrozenLayerRatio 

frozen layer ratio

AnalysisResultsMaxCoolingTime 

max cooling time

Member Function Documentation

bool NXOpen::Tooling::FlowDisplayBuilder::AirTrapOption ( )

Returns the air trap option to be set
Created in NX8.5.0.



License requirements : None

void NXOpen::Tooling::FlowDisplayBuilder::DisplayDynamicColorPlots ( )

Display color plots in all steps.


Created in NX8.5.0.

License requirements : ug_mold_design ("UG MOLD")

NXString NXOpen::Tooling::FlowDisplayBuilder::FolderBrowser ( )

Returns the folder in which flow analysis results can be found
Created in NX8.5.0.



License requirements : None

int NXOpen::Tooling::FlowDisplayBuilder::NumberIntervals ( )

Returns the interval number of the whole filling time.


Created in NX8.5.0.

License requirements : None

int NXOpen::Tooling::FlowDisplayBuilder::NumberSubMeshes ( )

Returns the number of sub-meshes to display
Created in NX8.5.0.



License requirements : None

NXOpen::Tooling::FlowDisplayBuilder::AnalysisResults NXOpen::Tooling::FlowDisplayBuilder::ResultsOption ( )

Returns the analysis results option to display
Created in NX8.5.0.



License requirements : None

void NXOpen::Tooling::FlowDisplayBuilder::SetAirTrapOption ( bool  airTrapOption)

Sets the air trap option to be set
Created in NX8.5.0.



License requirements : ug_mold_design ("UG MOLD")

Parameters
airTrapOptionairtrapoption
void NXOpen::Tooling::FlowDisplayBuilder::SetFolderBrowser ( const NXString foldername)

Sets the folder in which flow analysis results can be found
Created in NX8.5.0.



License requirements : ug_mold_design ("UG MOLD")

Parameters
foldernamefoldername
void NXOpen::Tooling::FlowDisplayBuilder::SetFolderBrowser ( const char *  foldername)

Sets the folder in which flow analysis results can be found
Created in NX8.5.0.



License requirements : ug_mold_design ("UG MOLD")

Parameters
foldernamefoldername
void NXOpen::Tooling::FlowDisplayBuilder::SetNumberIntervals ( int  numIntervals)

Sets the interval number of the whole filling time.


Created in NX8.5.0.

License requirements : ug_mold_design ("UG MOLD")

Parameters
numIntervalsnumintervals
void NXOpen::Tooling::FlowDisplayBuilder::SetNumberSubMeshes ( int  noSubMeshes)

Sets the number of sub-meshes to display
Created in NX8.5.0.



License requirements : ug_mold_design ("UG MOLD")

Parameters
noSubMeshesnosubmeshes
void NXOpen::Tooling::FlowDisplayBuilder::SetResultsOption ( NXOpen::Tooling::FlowDisplayBuilder::AnalysisResults  resultsOption)

Sets the analysis results option to display
Created in NX8.5.0.



License requirements : ug_mold_design ("UG MOLD")

Parameters
resultsOptionresultsoption
void NXOpen::Tooling::FlowDisplayBuilder::SetWeldLineOption ( bool  weldLineOption)

Sets the weld line option to be set
Created in NX8.5.0.



License requirements : ug_mold_design ("UG MOLD")

Parameters
weldLineOptionweldlineoption
bool NXOpen::Tooling::FlowDisplayBuilder::WeldLineOption ( )

Returns the weld line option to be set
Created in NX8.5.0.



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.