FlowDisplayBuilder Class

class NXOpen.Tooling.FlowDisplayBuilder

Bases: NXOpen.Builder

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

New in version NX8.5.0.

Properties

Property Description
AirTrapOption Returns or sets the air trap option to be set
FolderBrowser Returns or sets the folder in which flow analysis results can be found
NumberIntervals Returns or sets the interval number of the whole filling time.
NumberSubMeshes Returns or sets the number of sub-meshes to display
ResultsOption Returns or sets the analysis results option to display
Tag Returns the Tag for this object.
WeldLineOption Returns or sets the weld line option to be set

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
Destroy Deletes the builder, and cleans up any objects created by the builder.
DisplayDynamicColorPlots Display color plots in all steps.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetObject Returns the object currently being edited by this builder.
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

FlowDisplayBuilderAnalysisResults Enumeration The option of analysis results.

Property Detail

AirTrapOption

FlowDisplayBuilder.AirTrapOption

Returns or sets the air trap option to be set

-------------------------------------

Getter Method

Signature AirTrapOption

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature AirTrapOption

Parameters:airTrapOption (bool) –

New in version NX8.5.0.

License requirements: ug_mold_design (“UG MOLD”)

FolderBrowser

FlowDisplayBuilder.FolderBrowser

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

-------------------------------------

Getter Method

Signature FolderBrowser

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature FolderBrowser

Parameters:foldername (str) –

New in version NX8.5.0.

License requirements: ug_mold_design (“UG MOLD”)

NumberIntervals

FlowDisplayBuilder.NumberIntervals

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

-------------------------------------

Getter Method

Signature NumberIntervals

Returns:
Return type:int

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature NumberIntervals

Parameters:numIntervals (int) –

New in version NX8.5.0.

License requirements: ug_mold_design (“UG MOLD”)

NumberSubMeshes

FlowDisplayBuilder.NumberSubMeshes

Returns or sets the number of sub-meshes to display

-------------------------------------

Getter Method

Signature NumberSubMeshes

Returns:
Return type:int

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature NumberSubMeshes

Parameters:noSubMeshes (int) –

New in version NX8.5.0.

License requirements: ug_mold_design (“UG MOLD”)

ResultsOption

FlowDisplayBuilder.ResultsOption

Returns or sets the analysis results option to display

-------------------------------------

Getter Method

Signature ResultsOption

Returns:
Return type:NXOpen.Tooling.FlowDisplayBuilderAnalysisResults

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ResultsOption

Parameters:resultsOption (NXOpen.Tooling.FlowDisplayBuilderAnalysisResults) –

New in version NX8.5.0.

License requirements: ug_mold_design (“UG MOLD”)

WeldLineOption

FlowDisplayBuilder.WeldLineOption

Returns or sets the weld line option to be set

-------------------------------------

Getter Method

Signature WeldLineOption

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature WeldLineOption

Parameters:weldLineOption (bool) –

New in version NX8.5.0.

License requirements: ug_mold_design (“UG MOLD”)

Method Detail

DisplayDynamicColorPlots

FlowDisplayBuilder.DisplayDynamicColorPlots

Display color plots in all steps.

Signature DisplayDynamicColorPlots()

New in version NX8.5.0.

License requirements: ug_mold_design (“UG MOLD”)

Validate

FlowDisplayBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.