NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | 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 NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  AnalysisResults {
  MeltFrontTime, GateContribution, PressureDrop, MeltFrontTemperature,
  MaxTemperature, AverageTemperature, FrozenLayerRatio, MaxCoolingTime
}
 The option of analysis results. More...
 

Public Member Functions

unsafe void DisplayDynamicColorPlots ()
 Display color plots in all steps. 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 AirTrapOption [get, set]
 Returns or sets the air trap option to be set More...
 
unsafe string FolderBrowser [get, set]
 Returns or sets the folder in which flow analysis results can be found More...
 
unsafe int NumberIntervals [get, set]
 Returns or sets the interval number of the whole filling time. More...
 
unsafe int NumberSubMeshes [get, set]
 Returns or sets the number of sub-meshes to display More...
 
unsafe
NXOpen.Tooling.FlowDisplayBuilder.AnalysisResults 
ResultsOption [get, set]
 Returns or sets the analysis results option to display More...
 
unsafe bool WeldLineOption [get, set]
 Returns or sets the weld line option to be set 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

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
MeltFrontTime 
GateContribution 
PressureDrop 
MeltFrontTemperature 
MaxTemperature 
AverageTemperature 
FrozenLayerRatio 
MaxCoolingTime 

Member Function Documentation

unsafe void NXOpen.Tooling.FlowDisplayBuilder.DisplayDynamicColorPlots ( )
inline

Display color plots in all steps.

Created in NX8.5.0

License requirements: ug_mold_design ("UG MOLD")

Property Documentation

unsafe bool NXOpen.Tooling.FlowDisplayBuilder.AirTrapOption
getset

Returns or sets the air trap option to be set

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD")

unsafe string NXOpen.Tooling.FlowDisplayBuilder.FolderBrowser
getset

Returns or sets the folder in which flow analysis results can be found

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD")

unsafe int NXOpen.Tooling.FlowDisplayBuilder.NumberIntervals
getset

Returns or sets the interval number of the whole filling time.

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD")

unsafe int NXOpen.Tooling.FlowDisplayBuilder.NumberSubMeshes
getset

Returns or sets the number of sub-meshes to display

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD")

unsafe NXOpen.Tooling.FlowDisplayBuilder.AnalysisResults NXOpen.Tooling.FlowDisplayBuilder.ResultsOption
getset

Returns or sets the analysis results option to display

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD")

unsafe bool NXOpen.Tooling.FlowDisplayBuilder.WeldLineOption
getset

Returns or sets the weld line option to be set

Created in NX8.5.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD")


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