MoldDesignCollection Class

class NXOpen.Tooling.MoldDesignCollection

Bases: object

Represents a collection of Mold Design.

To obtain an instance of this class, refer to NXOpen.Tooling.ToolingManager

New in version NX8.5.0.

Methods

Method Description
CreateFlowAnalysisBuilder Creates flow analysis builder @return Tooling.FlowAnalysisBuilder object object
CreateFlowDisplayBuilder Creates flow display builder @return Tooling.FlowDisplayBuilder object object

Method Detail

CreateFlowAnalysisBuilder

MoldDesignCollection.CreateFlowAnalysisBuilder

Creates flow analysis builder

Signature CreateFlowAnalysisBuilder()

Returns:Tooling.FlowAnalysisBuilder object object
Return type:NXOpen.Tooling.FlowAnalysisBuilder

New in version NX8.5.0.

License requirements: ug_mold_design (“UG MOLD”)

CreateFlowDisplayBuilder

MoldDesignCollection.CreateFlowDisplayBuilder

Creates flow display builder

Signature CreateFlowDisplayBuilder(moldex3DResult)

Parameters:moldex3DResult (NXOpen.DisplayableObject) – MFAO
Returns:Tooling.FlowDisplayBuilder object object
Return type:NXOpen.Tooling.FlowDisplayBuilder

New in version NX8.5.0.

License requirements: ug_mold_design (“UG MOLD”)