[
  {
    "name": "moldflow.animation_export_options",
    "kind": "py:module",
    "uri": "components/wrapper/animation_export_options.html#module-moldflow.animation_export_options",
    "path": "docs/components/wrapper/animation_export_options.html#module-moldflow.animation_export_options",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/animation_export_options.html#module-moldflow.animation_export_options",
    "signature": "moldflow.animation_export_options",
    "description": ""
  },
  {
    "name": "moldflow.animation_export_options.AnimationExportOptions",
    "kind": "py:class",
    "uri": "components/wrapper/animation_export_options.html#moldflow.animation_export_options.AnimationExportOptions",
    "path": "docs/components/wrapper/animation_export_options.html#moldflow.animation_export_options.AnimationExportOptions",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/animation_export_options.html#moldflow.animation_export_options.AnimationExportOptions",
    "signature": "class AnimationExportOptions [source] #",
    "description": "Bases: object Wrapper for AnimationExportOptions class of Moldflow Synergy."
  },
  {
    "name": "moldflow.animation_export_options.AnimationExportOptions.animation_speed",
    "kind": "py:property",
    "uri": "components/wrapper/animation_export_options.html#moldflow.animation_export_options.AnimationExportOptions.animation_speed",
    "path": "docs/components/wrapper/animation_export_options.html#moldflow.animation_export_options.AnimationExportOptions.animation_speed",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/animation_export_options.html#moldflow.animation_export_options.AnimationExportOptions.animation_speed",
    "signature": "property animation_speed : int #",
    "description": "Animation speed (Slow=0, Medium=1, Fast=2). Default : Medium(1) Getter : Get the animation speed. Setter : Set the animation speed. Type : int"
  },
  {
    "name": "moldflow.animation_export_options.AnimationExportOptions.capture_mode",
    "kind": "py:property",
    "uri": "components/wrapper/animation_export_options.html#moldflow.animation_export_options.AnimationExportOptions.capture_mode",
    "path": "docs/components/wrapper/animation_export_options.html#moldflow.animation_export_options.AnimationExportOptions.capture_mode",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/animation_export_options.html#moldflow.animation_export_options.AnimationExportOptions.capture_mode",
    "signature": "property capture_mode : int #",
    "description": "The capture mode. Default : Active View(0) Getter : Get the capture mode. Setter : Set the capture mode. Type : int"
  },
  {
    "name": "moldflow.animation_export_options.AnimationExportOptions.file_name",
    "kind": "py:property",
    "uri": "components/wrapper/animation_export_options.html#moldflow.animation_export_options.AnimationExportOptions.file_name",
    "path": "docs/components/wrapper/animation_export_options.html#moldflow.animation_export_options.AnimationExportOptions.file_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/animation_export_options.html#moldflow.animation_export_options.AnimationExportOptions.file_name",
    "signature": "property file_name : str #",
    "description": "The file name. Getter : Get the file name. Setter : Set the file name. Type : str"
  },
  {
    "name": "moldflow.animation_export_options.AnimationExportOptions.show_prompts",
    "kind": "py:property",
    "uri": "components/wrapper/animation_export_options.html#moldflow.animation_export_options.AnimationExportOptions.show_prompts",
    "path": "docs/components/wrapper/animation_export_options.html#moldflow.animation_export_options.AnimationExportOptions.show_prompts",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/animation_export_options.html#moldflow.animation_export_options.AnimationExportOptions.show_prompts",
    "signature": "property show_prompts : bool #",
    "description": "Whether to show prompts during the export process. Default : True Getter : Get show_prompts. Setter : Set show_prompts. Type : bool"
  },
  {
    "name": "moldflow.animation_export_options.AnimationExportOptions.size_x",
    "kind": "py:property",
    "uri": "components/wrapper/animation_export_options.html#moldflow.animation_export_options.AnimationExportOptions.size_x",
    "path": "docs/components/wrapper/animation_export_options.html#moldflow.animation_export_options.AnimationExportOptions.size_x",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/animation_export_options.html#moldflow.animation_export_options.AnimationExportOptions.size_x",
    "signature": "property size_x : int #",
    "description": "The X size (width) of the image. Default : 800 Getter : Get the X size. Setter : Set the X size. Type : int (positive)"
  },
  {
    "name": "moldflow.animation_export_options.AnimationExportOptions.size_y",
    "kind": "py:property",
    "uri": "components/wrapper/animation_export_options.html#moldflow.animation_export_options.AnimationExportOptions.size_y",
    "path": "docs/components/wrapper/animation_export_options.html#moldflow.animation_export_options.AnimationExportOptions.size_y",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/animation_export_options.html#moldflow.animation_export_options.AnimationExportOptions.size_y",
    "signature": "property size_y : int #",
    "description": "The Y size (height) of the image. Default : 600 Getter : Get the Y size. Setter : Set the Y size. Type : int (positive)"
  },
  {
    "name": "moldflow.boundary_conditions",
    "kind": "py:module",
    "uri": "components/wrapper/boundary_conditions.html#module-moldflow.boundary_conditions",
    "path": "docs/components/wrapper/boundary_conditions.html#module-moldflow.boundary_conditions",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#module-moldflow.boundary_conditions",
    "signature": "moldflow.boundary_conditions",
    "description": ""
  },
  {
    "name": "moldflow.boundary_conditions.BoundaryConditions",
    "kind": "py:class",
    "uri": "components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions",
    "path": "docs/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions",
    "signature": "class BoundaryConditions [source] #",
    "description": "Bases: object Wrapper for BoundaryConditions class of Moldflow Synergy."
  },
  {
    "name": "moldflow.boundary_conditions.BoundaryConditions.create_core_shift_fixed_constraints",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_core_shift_fixed_constraints",
    "path": "docs/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_core_shift_fixed_constraints",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_core_shift_fixed_constraints",
    "signature": "create_core_shift_fixed_constraints ( nodes , retract_time = 0 ) [source] #",
    "description": "Creates core shift fixed constraints at given nodes with specified retract time. Parameters : nodes ( EntList | None ) – The nodes to apply the fixed constraints to. retract_time ( float ) – float that specified retract time. Returns : Number of constraints created Return type : int"
  },
  {
    "name": "moldflow.boundary_conditions.BoundaryConditions.create_core_shift_general_constraints",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_core_shift_general_constraints",
    "path": "docs/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_core_shift_general_constraints",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_core_shift_general_constraints",
    "signature": "create_core_shift_general_constraints ( nodes , trans , rotation , trans_types , rotation_types , retract_time = 0 ) [source] #",
    "description": "Creates core shift general constraints at given nodes with specified retract time. Parameters : nodes ( EntList | None ) – EntList object containing nodes to be constrained trans ( Vector | None ) – Vector object specifying translation constraints rotation ( Vector | None ) – Vector object specifying rotation constraints trans_types ( Vector | None ) – Vector object specifying translation constraint types rotation_types ( Vector | None ) – Vector object specifying rotation constraint types retract_time ( float ) – float specifying the retract time Returns : Number of constraints created Return type : int"
  },
  {
    "name": "moldflow.boundary_conditions.BoundaryConditions.create_core_shift_pin_constraints",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_core_shift_pin_constraints",
    "path": "docs/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_core_shift_pin_constraints",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_core_shift_pin_constraints",
    "signature": "create_core_shift_pin_constraints ( nodes , retract_time = 0 ) [source] #",
    "description": "Creates core shift pin constraints at given nodes with specified retract time. Parameters : nodes ( EntList | None ) – The nodes to apply the pin constraints to. retract_time ( float ) – Optional retract time for CORE_SHIFT analysis. Returns : Number of constraints created Return type : int"
  },
  {
    "name": "moldflow.boundary_conditions.BoundaryConditions.create_core_shift_spring_constraints",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_core_shift_spring_constraints",
    "path": "docs/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_core_shift_spring_constraints",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_core_shift_spring_constraints",
    "signature": "create_core_shift_spring_constraints ( nodes , trans , rotation , retract_time = 0 ) [source] #",
    "description": "Creates core shift spring constraints at given nodes with specified retract time. Parameters : nodes ( EntList | None ) – The nodes to apply the spring constraints to. trans ( Vector | None ) – Vector object that specifies translation stiffnesses rotation ( Vector | None ) – Vector object that specifies rotation stiffnesses retract_time ( float ) – float that specifies retract time Returns : Number of constraints created Return type : int"
  },
  {
    "name": "moldflow.boundary_conditions.BoundaryConditions.create_critical_dimension",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_critical_dimension",
    "path": "docs/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_critical_dimension",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_critical_dimension",
    "signature": "create_critical_dimension ( node1 , node2 , upper , lower ) [source] #",
    "description": "Creates a critical dimension between two nodes Parameters : node1 ( EntList | None ) – The first node. node2 ( EntList | None ) – The second node. upper ( float ) – Upper Dimensional tolerance. lower ( float ) – Lower Dimensional tolerance. Returns : Number of loads created Return type : int"
  },
  {
    "name": "moldflow.boundary_conditions.BoundaryConditions.create_doe_critical_dimension",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_doe_critical_dimension",
    "path": "docs/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_doe_critical_dimension",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_doe_critical_dimension",
    "signature": "create_doe_critical_dimension ( node1 , node2 , name ) [source] #",
    "description": "Creates a DOE critical dimension between two nodes Parameters : node1 ( EntList | None ) – The first node. node2 ( EntList | None ) – The second node. name ( str ) – Name of the DOE critical dimension. Returns : Number of loads created Return type : int"
  },
  {
    "name": "moldflow.boundary_conditions.BoundaryConditions.create_edge_loads",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_edge_loads",
    "path": "docs/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_edge_loads",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_edge_loads",
    "signature": "create_edge_loads ( nodes , force ) [source] #",
    "description": "Creates edge loads at selected nodes Parameters : nodes ( EntList | None ) – The nodes to apply the edge loads to. force ( Vector | None ) – The force vector. Returns : Number of loads created Return type : int"
  },
  {
    "name": "moldflow.boundary_conditions.BoundaryConditions.create_elemental_loads",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_elemental_loads",
    "path": "docs/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_elemental_loads",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_elemental_loads",
    "signature": "create_elemental_loads ( tri , force ) [source] #",
    "description": "Creates elemental loads at selected elements Parameters : tri ( EntList | None ) – The elements containing triangles to be loaded. force ( Vector | None ) – The force vector. Returns : Number of loads created Return type : int"
  },
  {
    "name": "moldflow.boundary_conditions.BoundaryConditions.create_entity_list",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_entity_list",
    "path": "docs/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_entity_list",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_entity_list",
    "signature": "create_entity_list ( ) [source] #",
    "description": "Creates a new entity list. Returns : The created entity list. Return type : EntList"
  },
  {
    "name": "moldflow.boundary_conditions.BoundaryConditions.create_fixed_constraints",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_fixed_constraints",
    "path": "docs/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_fixed_constraints",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_fixed_constraints",
    "signature": "create_fixed_constraints ( nodes , analysis ) [source] #",
    "description": "Creates fixed constraints at given nodes for the specified analysis type. Parameters : nodes ( EntList | None ) – The nodes to apply the fixed constraints to. analysis ( AnalysisType | int ) – The analysis type (e.g., CORE_SHIFT). Returns : Number of constraints created Return type : int"
  },
  {
    "name": "moldflow.boundary_conditions.BoundaryConditions.create_general_constraints",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_general_constraints",
    "path": "docs/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_general_constraints",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_general_constraints",
    "signature": "create_general_constraints ( nodes , analysis , trans , rotation , trans_types , rotation_types ) [source] #",
    "description": "Creates general constraints at given nodes for the specified analysis type. Parameters : nodes ( EntList | None ) – EntList object containing nodes to be constrained analysis ( AnalysisType | int ) – AnalysisType or int specifying the analysis type trans ( Vector | None ) – Vector object specifying translation constraints rotation ( Vector | None ) – Vector object specifying rotation constraints trans_types ( Vector | None ) – Vector object specifying translation constraint types rotation_types ( Vector | None ) – Vector object specifying rotation constraint types Returns : Number of constraints created Return type : int"
  },
  {
    "name": "moldflow.boundary_conditions.BoundaryConditions.create_ndbc",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_ndbc",
    "path": "docs/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_ndbc",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_ndbc",
    "signature": "create_ndbc ( nodes , normal , prop_type , prop ) [source] #",
    "description": "Creates a “generic” boundary condition such as: injection entrance, coolant entrance, gas entrance, etc. Parameters : nodes ( EntList | None ) – The nodes to apply the boundary condition to. normal ( Vector | None ) – The normal vector of the boundary condition. prop_type ( int ) – Specifies the property type of the boundary condition prop ( Property | None ) – Property that needs to be attached to the boundary condition. type ( Specify Nothing to automatically create or select one for the given property ) Returns : The list of NDBC that were created. Return type : EntList"
  },
  {
    "name": "moldflow.boundary_conditions.BoundaryConditions.create_ndbc_at_xyz",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_ndbc_at_xyz",
    "path": "docs/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_ndbc_at_xyz",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_ndbc_at_xyz",
    "signature": "create_ndbc_at_xyz ( coord , normal , prop_type , prop ) [source] #",
    "description": "Creates a “generic” boundary condition such as: injection entrance, coolant entrance, gas entrance, etc. Parameters : coord ( Vector | None ) – The coordinates of the boundary condition. normal ( Vector | None ) – The normal vector of the boundary condition. prop_type ( int ) – Specifies the property type of the boundary condition prop ( Property | None ) – Property that needs to be attached to the boundary condition. type ( Specify Nothing to automatically create or select one for the given property ) Returns : The list of NDBC that were created. Return type : EntList"
  },
  {
    "name": "moldflow.boundary_conditions.BoundaryConditions.create_nodal_loads",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_nodal_loads",
    "path": "docs/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_nodal_loads",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_nodal_loads",
    "signature": "create_nodal_loads ( nodes , force , moment ) [source] #",
    "description": "Creates nodal loads at selected nodes Parameters : nodes ( EntList | None ) – The nodes to apply the nodal loads to. force ( Vector | None ) – The force vector. moment ( Vector | None ) – The moment vector. Returns : Number of loads created Return type : int"
  },
  {
    "name": "moldflow.boundary_conditions.BoundaryConditions.create_one_sided_constraints",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_one_sided_constraints",
    "path": "docs/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_one_sided_constraints",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_one_sided_constraints",
    "signature": "create_one_sided_constraints ( nodes , positive_trans , negative_trans , positive_trans_types , negative_trans_types , retract_time = 0 ) [source] #",
    "description": "Creates one-sided constraints at given nodes for the specified analysis type. Parameters : nodes ( EntList | None ) – The nodes to apply the one-sided constraints to. positive_trans ( Vector | None ) – The positive translation vector. negative_trans ( Vector | None ) – The negative translation vector. positive_trans_types ( Vector | None ) – The positive translation types vector. negative_trans_types ( Vector | None ) – The negative translation types vector. retract_time ( float ) – The retract time. Returns : Number of constraints created Return type : int"
  },
  {
    "name": "moldflow.boundary_conditions.BoundaryConditions.create_pin_constraints",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_pin_constraints",
    "path": "docs/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_pin_constraints",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_pin_constraints",
    "signature": "create_pin_constraints ( nodes , analysis ) [source] #",
    "description": "Creates pin constraints at given nodes for the specified analysis type. Parameters : nodes ( EntList | None ) – The nodes to apply the pin constraints to. analysis ( AnalysisType | int ) – The analysis type (e.g., WARP). Returns : Number of constraints created Return type : int"
  },
  {
    "name": "moldflow.boundary_conditions.BoundaryConditions.create_pressure_loads",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_pressure_loads",
    "path": "docs/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_pressure_loads",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_pressure_loads",
    "signature": "create_pressure_loads ( tri , pressure ) [source] #",
    "description": "Creates pressure loads at selected elements Parameters : tri ( EntList | None ) – The elements containing triangles to be loaded. pressure ( float ) – The pressure value. Returns : Number of loads created Return type : int"
  },
  {
    "name": "moldflow.boundary_conditions.BoundaryConditions.create_spring_constraints",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_spring_constraints",
    "path": "docs/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_spring_constraints",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_spring_constraints",
    "signature": "create_spring_constraints ( nodes , analysis , trans , rotation ) [source] #",
    "description": "Creates spring constraints at given nodes for the specified analysis type. Parameters : nodes ( EntList | None ) – The nodes to apply the spring constraints to. analysis ( AnalysisType | int ) – The analysis type (e.g., WARP). trans ( Vector | None ) – Vector object that specifies translation stiffnesses rotation ( Vector | None ) – Vector object that specifies rotation stiffnesses Returns : Number of constraints created Return type : int"
  },
  {
    "name": "moldflow.boundary_conditions.BoundaryConditions.create_temperature_loads",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_temperature_loads",
    "path": "docs/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_temperature_loads",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_temperature_loads",
    "signature": "create_temperature_loads ( tri , top , bottom ) [source] #",
    "description": "Creates temperature loads at selected elements Parameters : tri ( EntList | None ) – The elements containing triangles to be loaded. top ( float ) – Temperature at the top of the element. bottom ( float ) – Temperature at the bottom of the element. Returns : Number of loads created Return type : int"
  },
  {
    "name": "moldflow.boundary_conditions.BoundaryConditions.create_volume_loads",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_volume_loads",
    "path": "docs/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_volume_loads",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.create_volume_loads",
    "signature": "create_volume_loads ( tri , force ) [source] #",
    "description": "Creates volume loads at selected elements Parameters : tri ( EntList | None ) – The elements containing triangles to be loaded. force ( Vector | None ) – The force vector. Returns : Number of loads created Return type : int"
  },
  {
    "name": "moldflow.boundary_conditions.BoundaryConditions.find_property",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.find_property",
    "path": "docs/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.find_property",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.find_property",
    "signature": "find_property ( prop_type , prop_id ) [source] #",
    "description": "Finds a property by its type and ID. Parameters : prop_type ( int ) – The type of the property. prop_id ( int ) – The ID of the property. Returns : The found property. Return type : Property"
  },
  {
    "name": "moldflow.boundary_conditions.BoundaryConditions.move_ndbc",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.move_ndbc",
    "path": "docs/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.move_ndbc",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.move_ndbc",
    "signature": "move_ndbc ( ndbc , nodes , normal ) [source] #",
    "description": "Moves the NDBC to the specified nodes and normal vector. Parameters : ndbc ( EntList | None ) – The NDBC to move. nodes ( EntList | None ) – The nodes to move the NDBC to. normal ( Vector | None ) – The normal vector of the NDBC. Returns : True if the NDBC was moved successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.boundary_conditions.BoundaryConditions.move_ndbc_to_xyz",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.move_ndbc_to_xyz",
    "path": "docs/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.move_ndbc_to_xyz",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.move_ndbc_to_xyz",
    "signature": "move_ndbc_to_xyz ( ndbc , coord , normal ) [source] #",
    "description": "Moves a boundary condition to a different position Parameters : ndbc ( EntList | None ) – The NDBC to move. coord ( Vector | None ) – The coordinates to move the NDBC to. normal ( Vector | None ) – The normal vector of the NDBC. Returns : True if successful; False if not Return type : bool"
  },
  {
    "name": "moldflow.boundary_conditions.BoundaryConditions.set_prohibited_gate_nodes",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.set_prohibited_gate_nodes",
    "path": "docs/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.set_prohibited_gate_nodes",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_conditions.html#moldflow.boundary_conditions.BoundaryConditions.set_prohibited_gate_nodes",
    "signature": "set_prohibited_gate_nodes ( nodes , analysis ) [source] #",
    "description": "Sets the nodes as prohibited gate nodes for the specified analysis type. Parameters : nodes ( EntList | None ) – The nodes to set as prohibited gate nodes. analysis ( AnalysisType | int ) – The analysis type (e.g., WARP). Returns : Number of constraints created Return type : int"
  },
  {
    "name": "moldflow.boundary_list",
    "kind": "py:module",
    "uri": "components/wrapper/boundary_list.html#module-moldflow.boundary_list",
    "path": "docs/components/wrapper/boundary_list.html#module-moldflow.boundary_list",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_list.html#module-moldflow.boundary_list",
    "signature": "moldflow.boundary_list",
    "description": ""
  },
  {
    "name": "moldflow.boundary_list.BoundaryList",
    "kind": "py:class",
    "uri": "components/wrapper/boundary_list.html#moldflow.boundary_list.BoundaryList",
    "path": "docs/components/wrapper/boundary_list.html#moldflow.boundary_list.BoundaryList",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_list.html#moldflow.boundary_list.BoundaryList",
    "signature": "class BoundaryList [source] #",
    "description": "Bases: object Wrapper for BoundaryList class of Moldflow Synergy."
  },
  {
    "name": "moldflow.boundary_list.BoundaryList.cad_entity",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_list.html#moldflow.boundary_list.BoundaryList.cad_entity",
    "path": "docs/components/wrapper/boundary_list.html#moldflow.boundary_list.BoundaryList.cad_entity",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_list.html#moldflow.boundary_list.BoundaryList.cad_entity",
    "signature": "cad_entity ( index ) [source] #",
    "description": "Returns CAD entity at a given index Parameters : index ( int ) – index between 0 and array.Size-1 Return type : BoundaryList Returns : Boundary List object containing the object"
  },
  {
    "name": "moldflow.boundary_list.BoundaryList.convert_to_string",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_list.html#moldflow.boundary_list.BoundaryList.convert_to_string",
    "path": "docs/components/wrapper/boundary_list.html#moldflow.boundary_list.BoundaryList.convert_to_string",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_list.html#moldflow.boundary_list.BoundaryList.convert_to_string",
    "signature": "convert_to_string ( ) [source] #",
    "description": "Converts boundary list to a string Return type : str Returns : string representation of the boundary list"
  },
  {
    "name": "moldflow.boundary_list.BoundaryList.entity",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_list.html#moldflow.boundary_list.BoundaryList.entity",
    "path": "docs/components/wrapper/boundary_list.html#moldflow.boundary_list.BoundaryList.entity",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_list.html#moldflow.boundary_list.BoundaryList.entity",
    "signature": "entity ( index ) [source] #",
    "description": "Returns entity at a given index Parameters : index ( int ) – zero based index Return type : BoundaryList Returns : BoundaryList object containing the object"
  },
  {
    "name": "moldflow.boundary_list.BoundaryList.select_from_string",
    "kind": "py:method",
    "uri": "components/wrapper/boundary_list.html#moldflow.boundary_list.BoundaryList.select_from_string",
    "path": "docs/components/wrapper/boundary_list.html#moldflow.boundary_list.BoundaryList.select_from_string",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_list.html#moldflow.boundary_list.BoundaryList.select_from_string",
    "signature": "select_from_string ( value ) [source] #",
    "description": "Selects a list of entities from a string Parameters : value ( str ) – String representation of the entities Return type : None"
  },
  {
    "name": "moldflow.boundary_list.BoundaryList.size",
    "kind": "py:property",
    "uri": "components/wrapper/boundary_list.html#moldflow.boundary_list.BoundaryList.size",
    "path": "docs/components/wrapper/boundary_list.html#moldflow.boundary_list.BoundaryList.size",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_list.html#moldflow.boundary_list.BoundaryList.size",
    "signature": "property size : int #",
    "description": "Returns boundary list entities size"
  },
  {
    "name": "moldflow.boundary_list.BoundaryList.size_cad",
    "kind": "py:property",
    "uri": "components/wrapper/boundary_list.html#moldflow.boundary_list.BoundaryList.size_cad",
    "path": "docs/components/wrapper/boundary_list.html#moldflow.boundary_list.BoundaryList.size_cad",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/boundary_list.html#moldflow.boundary_list.BoundaryList.size_cad",
    "signature": "property size_cad : int #",
    "description": "Returns boundary list entities cad size"
  },
  {
    "name": "moldflow.cad_diagnostic",
    "kind": "py:module",
    "uri": "components/wrapper/cad_diagnostic.html#module-moldflow.cad_diagnostic",
    "path": "docs/components/wrapper/cad_diagnostic.html#module-moldflow.cad_diagnostic",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/cad_diagnostic.html#module-moldflow.cad_diagnostic",
    "signature": "moldflow.cad_diagnostic",
    "description": ""
  },
  {
    "name": "moldflow.cad_diagnostic.CADDiagnostic",
    "kind": "py:class",
    "uri": "components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic",
    "path": "docs/components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic",
    "signature": "class CADDiagnostic [source] #",
    "description": "Bases: object Wrapper for CADDiagnostic class of Moldflow Synergy."
  },
  {
    "name": "moldflow.cad_diagnostic.CADDiagnostic.compute",
    "kind": "py:method",
    "uri": "components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.compute",
    "path": "docs/components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.compute",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.compute",
    "signature": "compute ( bodies ) [source] #",
    "description": "CAD quality assessment to identify any potential geometric issues in the CAD model.\r\nThis function will identify potential geometric difficulties that may include :\r\n- edge-to-edge intersection\r\n- face-to-face intersection\r\n- edge self intersection\r\n- face self intersection\r\n- non-manifold bodies\r\n- non manifold edges\r\n- toxic bodies\r\n- sliver faces Parameters : bodies ( EntList ) – The bodies to compute CAD diagnostics for. Return type : bool Returns : True if operation is successful, False otherwise."
  },
  {
    "name": "moldflow.cad_diagnostic.CADDiagnostic.create_entity_list",
    "kind": "py:method",
    "uri": "components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.create_entity_list",
    "path": "docs/components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.create_entity_list",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.create_entity_list",
    "signature": "create_entity_list ( ) [source] #",
    "description": "Creates an empty EntList object Return type : EntList"
  },
  {
    "name": "moldflow.cad_diagnostic.CADDiagnostic.get_edge_edge_intersect_diagnostic",
    "kind": "py:method",
    "uri": "components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.get_edge_edge_intersect_diagnostic",
    "path": "docs/components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.get_edge_edge_intersect_diagnostic",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.get_edge_edge_intersect_diagnostic",
    "signature": "get_edge_edge_intersect_diagnostic ( edge_id_pair1 , edge_id_pair2 , intersect_coordinates ) [source] #",
    "description": "Retrieves intersecting CAD edge-to-edge information Parameters : edge_id_pair1 ( IntegerArray ) – The first set of edge identifiers edge_id_pair2 ( IntegerArray ) – The second set of edge identifiers intersect_coordinates ( DoubleArray ) – The intersected coordinates Return type : bool Returns : True if operation is successful, False otherwise."
  },
  {
    "name": "moldflow.cad_diagnostic.CADDiagnostic.get_edge_self_intersect_diagnostic",
    "kind": "py:method",
    "uri": "components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.get_edge_self_intersect_diagnostic",
    "path": "docs/components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.get_edge_self_intersect_diagnostic",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.get_edge_self_intersect_diagnostic",
    "signature": "get_edge_self_intersect_diagnostic ( edge_id , intersect_coordinates ) [source] #",
    "description": "Retrieves self-intersecting CAD edges Parameters : edge_id ( IntegerArray ) – The edge identifiers intersect_coordinates ( DoubleArray ) – The intersected coordinates Return type : bool Returns : True if operation is successful, False otherwise."
  },
  {
    "name": "moldflow.cad_diagnostic.CADDiagnostic.get_face_face_intersect_diagnostic",
    "kind": "py:method",
    "uri": "components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.get_face_face_intersect_diagnostic",
    "path": "docs/components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.get_face_face_intersect_diagnostic",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.get_face_face_intersect_diagnostic",
    "signature": "get_face_face_intersect_diagnostic ( face_id_pair1 , face_id_pair2 , intersect_coordinates ) [source] #",
    "description": "Retrieves intersecting CAD face-to-face information Parameters : face_id_pair1 ( IntegerArray ) – The first set of face identifiers face_id_pair2 ( IntegerArray ) – The second set of face identifiers intersect_coordinates ( DoubleArray ) – The intersected coordinates Return type : bool Returns : True if operation is successful, False otherwise."
  },
  {
    "name": "moldflow.cad_diagnostic.CADDiagnostic.get_face_self_intersect_diagnostic",
    "kind": "py:method",
    "uri": "components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.get_face_self_intersect_diagnostic",
    "path": "docs/components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.get_face_self_intersect_diagnostic",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.get_face_self_intersect_diagnostic",
    "signature": "get_face_self_intersect_diagnostic ( face_id , intersect_coordinates ) [source] #",
    "description": "Retrieves self-intersecting CAD faces Parameters : face_id ( IntegerArray ) – The face identifiers intersect_coordinates ( DoubleArray ) – The intersected coordinates Return type : bool Returns : True if operation is successful, False otherwise."
  },
  {
    "name": "moldflow.cad_diagnostic.CADDiagnostic.get_non_manifold_body_diagnostic",
    "kind": "py:method",
    "uri": "components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.get_non_manifold_body_diagnostic",
    "path": "docs/components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.get_non_manifold_body_diagnostic",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.get_non_manifold_body_diagnostic",
    "signature": "get_non_manifold_body_diagnostic ( body_id ) [source] #",
    "description": "Retrieves CAD non-manifold bodies Parameters : body_id ( IntegerArray ) – The body identifiers Return type : bool Returns : True if operation is successful, False otherwise."
  },
  {
    "name": "moldflow.cad_diagnostic.CADDiagnostic.get_non_manifold_edge_diagnostic",
    "kind": "py:method",
    "uri": "components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.get_non_manifold_edge_diagnostic",
    "path": "docs/components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.get_non_manifold_edge_diagnostic",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.get_non_manifold_edge_diagnostic",
    "signature": "get_non_manifold_edge_diagnostic ( edge_id ) [source] #",
    "description": "Retrieves non-manifold edges Parameters : edge_id ( IntegerArray ) – The edge identifiers Return type : bool Returns : True if operation is successful, False otherwise."
  },
  {
    "name": "moldflow.cad_diagnostic.CADDiagnostic.get_sliver_face_diagnostic",
    "kind": "py:method",
    "uri": "components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.get_sliver_face_diagnostic",
    "path": "docs/components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.get_sliver_face_diagnostic",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.get_sliver_face_diagnostic",
    "signature": "get_sliver_face_diagnostic ( face_id ) [source] #",
    "description": "Retrieves sliver faces Parameters : face_id ( IntegerArray ) – The face identifiers Return type : bool Returns : True if operation is successful, False otherwise."
  },
  {
    "name": "moldflow.cad_diagnostic.CADDiagnostic.get_toxic_body_diagnostic",
    "kind": "py:method",
    "uri": "components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.get_toxic_body_diagnostic",
    "path": "docs/components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.get_toxic_body_diagnostic",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/cad_diagnostic.html#moldflow.cad_diagnostic.CADDiagnostic.get_toxic_body_diagnostic",
    "signature": "get_toxic_body_diagnostic ( body_id ) [source] #",
    "description": "Retrieves toxic bodies Parameters : body_id ( IntegerArray ) – The body identifiers Return type : bool Returns : True if operation is successful, False otherwise."
  },
  {
    "name": "moldflow.cad_manager",
    "kind": "py:module",
    "uri": "components/wrapper/cad_manager.html#module-moldflow.cad_manager",
    "path": "docs/components/wrapper/cad_manager.html#module-moldflow.cad_manager",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/cad_manager.html#module-moldflow.cad_manager",
    "signature": "moldflow.cad_manager",
    "description": ""
  },
  {
    "name": "moldflow.cad_manager.CADManager",
    "kind": "py:class",
    "uri": "components/wrapper/cad_manager.html#moldflow.cad_manager.CADManager",
    "path": "docs/components/wrapper/cad_manager.html#moldflow.cad_manager.CADManager",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/cad_manager.html#moldflow.cad_manager.CADManager",
    "signature": "class CADManager [source] #",
    "description": "Bases: object Wrapper for CADManager class of Moldflow Synergy."
  },
  {
    "name": "moldflow.cad_manager.CADManager.create_entity_list",
    "kind": "py:method",
    "uri": "components/wrapper/cad_manager.html#moldflow.cad_manager.CADManager.create_entity_list",
    "path": "docs/components/wrapper/cad_manager.html#moldflow.cad_manager.CADManager.create_entity_list",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/cad_manager.html#moldflow.cad_manager.CADManager.create_entity_list",
    "signature": "create_entity_list ( ) [source] #",
    "description": "Creates an empty EntList object\r\nWhen using this function, it will first ask for result invalidation.\r\nIf you want to select entities without checking result, use StudyDoc.create_entity_list(). Returns : The new entity list. Return type : EntList"
  },
  {
    "name": "moldflow.cad_manager.CADManager.modify_cad_surfaces_by_normal",
    "kind": "py:method",
    "uri": "components/wrapper/cad_manager.html#moldflow.cad_manager.CADManager.modify_cad_surfaces_by_normal",
    "path": "docs/components/wrapper/cad_manager.html#moldflow.cad_manager.CADManager.modify_cad_surfaces_by_normal",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/cad_manager.html#moldflow.cad_manager.CADManager.modify_cad_surfaces_by_normal",
    "signature": "modify_cad_surfaces_by_normal ( faces , transit_faces , distance ) [source] #",
    "description": "Modify CAD faces by a given distance Parameters : faces ( EntList | None ) – EntList object containing the faces to be modified transit_faces ( EntList | None ) – EntList object containing the transit faces\r\nto be preserved distance ( float ) – distance along input faces’ normal direction Returns : True if operation is successful; False otherwise Return type : bool"
  },
  {
    "name": "moldflow.cad_manager.CADManager.modify_cad_surfaces_by_vector",
    "kind": "py:method",
    "uri": "components/wrapper/cad_manager.html#moldflow.cad_manager.CADManager.modify_cad_surfaces_by_vector",
    "path": "docs/components/wrapper/cad_manager.html#moldflow.cad_manager.CADManager.modify_cad_surfaces_by_vector",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/cad_manager.html#moldflow.cad_manager.CADManager.modify_cad_surfaces_by_vector",
    "signature": "modify_cad_surfaces_by_vector ( faces , transit_faces , vector ) [source] #",
    "description": "Modify CAD faces by a given vector Parameters : faces ( EntList | None ) – EntList object containing the faces to be modified transit_faces ( EntList | None ) – EntList object containing the transit\r\nfaces to be preserved vector ( Vector | None ) – Vector object that specifies the direction Returns : True if operation is successful; False otherwise Return type : bool"
  },
  {
    "name": "moldflow.circuit_generator",
    "kind": "py:module",
    "uri": "components/wrapper/circuit_generator.html#module-moldflow.circuit_generator",
    "path": "docs/components/wrapper/circuit_generator.html#module-moldflow.circuit_generator",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/circuit_generator.html#module-moldflow.circuit_generator",
    "signature": "moldflow.circuit_generator",
    "description": ""
  },
  {
    "name": "moldflow.circuit_generator.CircuitGenerator",
    "kind": "py:class",
    "uri": "components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator",
    "path": "docs/components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator",
    "signature": "class CircuitGenerator [source] #",
    "description": "Bases: object Wrapper for CircuitGenerator class of Moldflow Synergy."
  },
  {
    "name": "moldflow.circuit_generator.CircuitGenerator.delete_old",
    "kind": "py:property",
    "uri": "components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.delete_old",
    "path": "docs/components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.delete_old",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.delete_old",
    "signature": "property delete_old : bool #",
    "description": "Specifies whether the old layout will be deleted before generating the new one. Getter : Get the delete_old flag. Setter : Set the delete_old flag. Type : bool"
  },
  {
    "name": "moldflow.circuit_generator.CircuitGenerator.diameter",
    "kind": "py:property",
    "uri": "components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.diameter",
    "path": "docs/components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.diameter",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.diameter",
    "signature": "property diameter : float #",
    "description": "The cooling channel diameter. Getter : Get the cooling channel diameter. Setter : Set the cooling channel diameter. Type : float"
  },
  {
    "name": "moldflow.circuit_generator.CircuitGenerator.distance",
    "kind": "py:property",
    "uri": "components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.distance",
    "path": "docs/components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.distance",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.distance",
    "signature": "property distance : float #",
    "description": "The clearance for the cooling channels from the model. Getter : Get the clearance for the cooling channels from the model. Setter : Set the clearance for the cooling channels from the model. Type : float"
  },
  {
    "name": "moldflow.circuit_generator.CircuitGenerator.generate",
    "kind": "py:method",
    "uri": "components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.generate",
    "path": "docs/components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.generate",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.generate",
    "signature": "generate ( ) [source] #",
    "description": "Automatically generates a coolant circuit."
  },
  {
    "name": "moldflow.circuit_generator.CircuitGenerator.num_channels",
    "kind": "py:property",
    "uri": "components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.num_channels",
    "path": "docs/components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.num_channels",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.num_channels",
    "signature": "property num_channels : int #",
    "description": "The Number of channels. Getter : Get the number of channels. Setter : Set the number of channels. Type : int"
  },
  {
    "name": "moldflow.circuit_generator.CircuitGenerator.overhang",
    "kind": "py:property",
    "uri": "components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.overhang",
    "path": "docs/components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.overhang",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.overhang",
    "signature": "property overhang : float #",
    "description": "The distance to extend beyond the part. Getter : Get the distance to extend beyond the part. Setter : Set the distance to extend beyond the part. Type : float"
  },
  {
    "name": "moldflow.circuit_generator.CircuitGenerator.spacing",
    "kind": "py:property",
    "uri": "components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.spacing",
    "path": "docs/components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.spacing",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.spacing",
    "signature": "property spacing : float #",
    "description": "The Spacing between cooling channels. Getter : Get the spacing between cooling channels. Setter : Set the spacing between cooling channels. Type : float"
  },
  {
    "name": "moldflow.circuit_generator.CircuitGenerator.use_hoses",
    "kind": "py:property",
    "uri": "components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.use_hoses",
    "path": "docs/components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.use_hoses",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.use_hoses",
    "signature": "property use_hoses : bool #",
    "description": "Specifies whether hoses need to be used to connect channels. Getter : Get the use_hoses flag. Setter : Set the use_hoses flag. Type : bool"
  },
  {
    "name": "moldflow.circuit_generator.CircuitGenerator.x_align",
    "kind": "py:property",
    "uri": "components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.x_align",
    "path": "docs/components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.x_align",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/circuit_generator.html#moldflow.circuit_generator.CircuitGenerator.x_align",
    "signature": "property x_align : bool #",
    "description": "Specifies whether the channels are aligned along the X-axis or Y-axis. [True] - X-axis alignment\r\n[False] - Y-axis alignment Getter : Get the x_align flag. Setter : Set the x_align flag. Type : bool"
  },
  {
    "name": "moldflow.common.AnalysisType",
    "kind": "py:class",
    "uri": "components/enums/analysis_type.html#moldflow.common.AnalysisType",
    "path": "docs/components/enums/analysis_type.html#moldflow.common.AnalysisType",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/analysis_type.html#moldflow.common.AnalysisType",
    "signature": "class AnalysisType [source] #",
    "description": "Bases: Enum Enum for AnalysisType"
  },
  {
    "name": "moldflow.common.AnalysisType.CORE_SHIFT",
    "kind": "py:attribute",
    "uri": "components/enums/analysis_type.html#moldflow.common.AnalysisType.CORE_SHIFT",
    "path": "docs/components/enums/analysis_type.html#moldflow.common.AnalysisType.CORE_SHIFT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/analysis_type.html#moldflow.common.AnalysisType.CORE_SHIFT",
    "signature": "CORE_SHIFT = 4 #",
    "description": ""
  },
  {
    "name": "moldflow.common.AnalysisType.STRESS",
    "kind": "py:attribute",
    "uri": "components/enums/analysis_type.html#moldflow.common.AnalysisType.STRESS",
    "path": "docs/components/enums/analysis_type.html#moldflow.common.AnalysisType.STRESS",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/analysis_type.html#moldflow.common.AnalysisType.STRESS",
    "signature": "STRESS = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.common.AnalysisType.STRESS_WARP",
    "kind": "py:attribute",
    "uri": "components/enums/analysis_type.html#moldflow.common.AnalysisType.STRESS_WARP",
    "path": "docs/components/enums/analysis_type.html#moldflow.common.AnalysisType.STRESS_WARP",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/analysis_type.html#moldflow.common.AnalysisType.STRESS_WARP",
    "signature": "STRESS_WARP = 3 #",
    "description": ""
  },
  {
    "name": "moldflow.common.AnalysisType.WARP",
    "kind": "py:attribute",
    "uri": "components/enums/analysis_type.html#moldflow.common.AnalysisType.WARP",
    "path": "docs/components/enums/analysis_type.html#moldflow.common.AnalysisType.WARP",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/analysis_type.html#moldflow.common.AnalysisType.WARP",
    "signature": "WARP = 2 #",
    "description": ""
  },
  {
    "name": "moldflow.common.AnimationSpeed",
    "kind": "py:class",
    "uri": "components/enums/animation_speed.html#moldflow.common.AnimationSpeed",
    "path": "docs/components/enums/animation_speed.html#moldflow.common.AnimationSpeed",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/animation_speed.html#moldflow.common.AnimationSpeed",
    "signature": "class AnimationSpeed [source] #",
    "description": "Bases: Enum Enum for AnimationSpeed"
  },
  {
    "name": "moldflow.common.AnimationSpeed.FAST",
    "kind": "py:attribute",
    "uri": "components/enums/animation_speed.html#moldflow.common.AnimationSpeed.FAST",
    "path": "docs/components/enums/animation_speed.html#moldflow.common.AnimationSpeed.FAST",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/animation_speed.html#moldflow.common.AnimationSpeed.FAST",
    "signature": "FAST = 'Fast' #",
    "description": ""
  },
  {
    "name": "moldflow.common.AnimationSpeed.MEDIUM",
    "kind": "py:attribute",
    "uri": "components/enums/animation_speed.html#moldflow.common.AnimationSpeed.MEDIUM",
    "path": "docs/components/enums/animation_speed.html#moldflow.common.AnimationSpeed.MEDIUM",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/animation_speed.html#moldflow.common.AnimationSpeed.MEDIUM",
    "signature": "MEDIUM = 'Medium' #",
    "description": ""
  },
  {
    "name": "moldflow.common.AnimationSpeed.SLOW",
    "kind": "py:attribute",
    "uri": "components/enums/animation_speed.html#moldflow.common.AnimationSpeed.SLOW",
    "path": "docs/components/enums/animation_speed.html#moldflow.common.AnimationSpeed.SLOW",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/animation_speed.html#moldflow.common.AnimationSpeed.SLOW",
    "signature": "SLOW = 'Slow' #",
    "description": ""
  },
  {
    "name": "moldflow.common.AnimationType",
    "kind": "py:class",
    "uri": "components/enums/animation_type.html#moldflow.common.AnimationType",
    "path": "docs/components/enums/animation_type.html#moldflow.common.AnimationType",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/animation_type.html#moldflow.common.AnimationType",
    "signature": "class AnimationType [source] #",
    "description": "Bases: Enum Enum for AnimationType"
  },
  {
    "name": "moldflow.common.AnimationType.FRAME_ANIMATION",
    "kind": "py:attribute",
    "uri": "components/enums/animation_type.html#moldflow.common.AnimationType.FRAME_ANIMATION",
    "path": "docs/components/enums/animation_type.html#moldflow.common.AnimationType.FRAME_ANIMATION",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/animation_type.html#moldflow.common.AnimationType.FRAME_ANIMATION",
    "signature": "FRAME_ANIMATION = 0 #",
    "description": ""
  },
  {
    "name": "moldflow.common.AnimationType.MIN_MAX_ANIMATION",
    "kind": "py:attribute",
    "uri": "components/enums/animation_type.html#moldflow.common.AnimationType.MIN_MAX_ANIMATION",
    "path": "docs/components/enums/animation_type.html#moldflow.common.AnimationType.MIN_MAX_ANIMATION",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/animation_type.html#moldflow.common.AnimationType.MIN_MAX_ANIMATION",
    "signature": "MIN_MAX_ANIMATION = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.common.BirefringenceResultType",
    "kind": "py:class",
    "uri": "components/enums/birefringence_result_type.html#moldflow.common.BirefringenceResultType",
    "path": "docs/components/enums/birefringence_result_type.html#moldflow.common.BirefringenceResultType",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/birefringence_result_type.html#moldflow.common.BirefringenceResultType",
    "signature": "class BirefringenceResultType [source] #",
    "description": "Bases: Enum Enum for BirefringenceResultType"
  },
  {
    "name": "moldflow.common.BirefringenceResultType.FRINGE_PATTERN",
    "kind": "py:attribute",
    "uri": "components/enums/birefringence_result_type.html#moldflow.common.BirefringenceResultType.FRINGE_PATTERN",
    "path": "docs/components/enums/birefringence_result_type.html#moldflow.common.BirefringenceResultType.FRINGE_PATTERN",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/birefringence_result_type.html#moldflow.common.BirefringenceResultType.FRINGE_PATTERN",
    "signature": "FRINGE_PATTERN = 3 #",
    "description": ""
  },
  {
    "name": "moldflow.common.BirefringenceResultType.PHASE_SHIFT",
    "kind": "py:attribute",
    "uri": "components/enums/birefringence_result_type.html#moldflow.common.BirefringenceResultType.PHASE_SHIFT",
    "path": "docs/components/enums/birefringence_result_type.html#moldflow.common.BirefringenceResultType.PHASE_SHIFT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/birefringence_result_type.html#moldflow.common.BirefringenceResultType.PHASE_SHIFT",
    "signature": "PHASE_SHIFT = 0 #",
    "description": ""
  },
  {
    "name": "moldflow.common.BirefringenceResultType.RETARDANCE_TENSOR",
    "kind": "py:attribute",
    "uri": "components/enums/birefringence_result_type.html#moldflow.common.BirefringenceResultType.RETARDANCE_TENSOR",
    "path": "docs/components/enums/birefringence_result_type.html#moldflow.common.BirefringenceResultType.RETARDANCE_TENSOR",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/birefringence_result_type.html#moldflow.common.BirefringenceResultType.RETARDANCE_TENSOR",
    "signature": "RETARDANCE_TENSOR = 2 #",
    "description": ""
  },
  {
    "name": "moldflow.common.BirefringenceResultType.RETARDATION",
    "kind": "py:attribute",
    "uri": "components/enums/birefringence_result_type.html#moldflow.common.BirefringenceResultType.RETARDATION",
    "path": "docs/components/enums/birefringence_result_type.html#moldflow.common.BirefringenceResultType.RETARDATION",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/birefringence_result_type.html#moldflow.common.BirefringenceResultType.RETARDATION",
    "signature": "RETARDATION = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.common.CADBodyProperty",
    "kind": "py:class",
    "uri": "components/enums/cad_body_property.html#moldflow.common.CADBodyProperty",
    "path": "docs/components/enums/cad_body_property.html#moldflow.common.CADBodyProperty",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/cad_body_property.html#moldflow.common.CADBodyProperty",
    "signature": "class CADBodyProperty [source] #",
    "description": "Bases: Enum Enum for CADBodyProperty"
  },
  {
    "name": "moldflow.common.CADBodyProperty.PROPERTY_3D_CHANNEL",
    "kind": "py:attribute",
    "uri": "components/enums/cad_body_property.html#moldflow.common.CADBodyProperty.PROPERTY_3D_CHANNEL",
    "path": "docs/components/enums/cad_body_property.html#moldflow.common.CADBodyProperty.PROPERTY_3D_CHANNEL",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/cad_body_property.html#moldflow.common.CADBodyProperty.PROPERTY_3D_CHANNEL",
    "signature": "PROPERTY_3D_CHANNEL = 40915 #",
    "description": ""
  },
  {
    "name": "moldflow.common.CADBodyProperty.PROPERTY_CAD_COMPONENT",
    "kind": "py:attribute",
    "uri": "components/enums/cad_body_property.html#moldflow.common.CADBodyProperty.PROPERTY_CAD_COMPONENT",
    "path": "docs/components/enums/cad_body_property.html#moldflow.common.CADBodyProperty.PROPERTY_CAD_COMPONENT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/cad_body_property.html#moldflow.common.CADBodyProperty.PROPERTY_CAD_COMPONENT",
    "signature": "PROPERTY_CAD_COMPONENT = 0 #",
    "description": ""
  },
  {
    "name": "moldflow.common.CADBodyProperty.PROPERTY_MOLD_COMPONENT",
    "kind": "py:attribute",
    "uri": "components/enums/cad_body_property.html#moldflow.common.CADBodyProperty.PROPERTY_MOLD_COMPONENT",
    "path": "docs/components/enums/cad_body_property.html#moldflow.common.CADBodyProperty.PROPERTY_MOLD_COMPONENT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/cad_body_property.html#moldflow.common.CADBodyProperty.PROPERTY_MOLD_COMPONENT",
    "signature": "PROPERTY_MOLD_COMPONENT = 40912 #",
    "description": ""
  },
  {
    "name": "moldflow.common.CADContactMesh",
    "kind": "py:class",
    "uri": "components/enums/cad_contact_mesh.html#moldflow.common.CADContactMesh",
    "path": "docs/components/enums/cad_contact_mesh.html#moldflow.common.CADContactMesh",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/cad_contact_mesh.html#moldflow.common.CADContactMesh",
    "signature": "class CADContactMesh [source] #",
    "description": "Bases: Enum Enum for CADContactMesh"
  },
  {
    "name": "moldflow.common.CADContactMesh.FAULT_TOLERANCE",
    "kind": "py:attribute",
    "uri": "components/enums/cad_contact_mesh.html#moldflow.common.CADContactMesh.FAULT_TOLERANCE",
    "path": "docs/components/enums/cad_contact_mesh.html#moldflow.common.CADContactMesh.FAULT_TOLERANCE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/cad_contact_mesh.html#moldflow.common.CADContactMesh.FAULT_TOLERANCE",
    "signature": "FAULT_TOLERANCE = 'Fault tolerant' #",
    "description": ""
  },
  {
    "name": "moldflow.common.CADContactMesh.IGNORE_CONTACT",
    "kind": "py:attribute",
    "uri": "components/enums/cad_contact_mesh.html#moldflow.common.CADContactMesh.IGNORE_CONTACT",
    "path": "docs/components/enums/cad_contact_mesh.html#moldflow.common.CADContactMesh.IGNORE_CONTACT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/cad_contact_mesh.html#moldflow.common.CADContactMesh.IGNORE_CONTACT",
    "signature": "IGNORE_CONTACT = 'Ignore contact' #",
    "description": ""
  },
  {
    "name": "moldflow.common.CADContactMesh.PRECISE_MATCH",
    "kind": "py:attribute",
    "uri": "components/enums/cad_contact_mesh.html#moldflow.common.CADContactMesh.PRECISE_MATCH",
    "path": "docs/components/enums/cad_contact_mesh.html#moldflow.common.CADContactMesh.PRECISE_MATCH",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/cad_contact_mesh.html#moldflow.common.CADContactMesh.PRECISE_MATCH",
    "signature": "PRECISE_MATCH = 'Precise match' #",
    "description": ""
  },
  {
    "name": "moldflow.common.CaptureModes",
    "kind": "py:class",
    "uri": "components/enums/capture_modes.html#moldflow.common.CaptureModes",
    "path": "docs/components/enums/capture_modes.html#moldflow.common.CaptureModes",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/capture_modes.html#moldflow.common.CaptureModes",
    "signature": "class CaptureModes [source] #",
    "description": "Bases: Enum Enum for CaptureModes"
  },
  {
    "name": "moldflow.common.CaptureModes.ACTIVE_VIEW",
    "kind": "py:attribute",
    "uri": "components/enums/capture_modes.html#moldflow.common.CaptureModes.ACTIVE_VIEW",
    "path": "docs/components/enums/capture_modes.html#moldflow.common.CaptureModes.ACTIVE_VIEW",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/capture_modes.html#moldflow.common.CaptureModes.ACTIVE_VIEW",
    "signature": "ACTIVE_VIEW = 0 #",
    "description": ""
  },
  {
    "name": "moldflow.common.CaptureModes.ALL_VIEWS",
    "kind": "py:attribute",
    "uri": "components/enums/capture_modes.html#moldflow.common.CaptureModes.ALL_VIEWS",
    "path": "docs/components/enums/capture_modes.html#moldflow.common.CaptureModes.ALL_VIEWS",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/capture_modes.html#moldflow.common.CaptureModes.ALL_VIEWS",
    "signature": "ALL_VIEWS = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.common.CaptureModes.GRAPHIC_DISPLAY_AREA",
    "kind": "py:attribute",
    "uri": "components/enums/capture_modes.html#moldflow.common.CaptureModes.GRAPHIC_DISPLAY_AREA",
    "path": "docs/components/enums/capture_modes.html#moldflow.common.CaptureModes.GRAPHIC_DISPLAY_AREA",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/capture_modes.html#moldflow.common.CaptureModes.GRAPHIC_DISPLAY_AREA",
    "signature": "GRAPHIC_DISPLAY_AREA = 2 #",
    "description": ""
  },
  {
    "name": "moldflow.common.ClampForcePlotDirection",
    "kind": "py:class",
    "uri": "components/enums/clamp_force_plot_direction.html#moldflow.common.ClampForcePlotDirection",
    "path": "docs/components/enums/clamp_force_plot_direction.html#moldflow.common.ClampForcePlotDirection",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/clamp_force_plot_direction.html#moldflow.common.ClampForcePlotDirection",
    "signature": "class ClampForcePlotDirection [source] #",
    "description": "Bases: Enum Enum for ClampForcePlotDirection"
  },
  {
    "name": "moldflow.common.ClampForcePlotDirection.X",
    "kind": "py:attribute",
    "uri": "components/enums/clamp_force_plot_direction.html#moldflow.common.ClampForcePlotDirection.X",
    "path": "docs/components/enums/clamp_force_plot_direction.html#moldflow.common.ClampForcePlotDirection.X",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/clamp_force_plot_direction.html#moldflow.common.ClampForcePlotDirection.X",
    "signature": "X = 0 #",
    "description": ""
  },
  {
    "name": "moldflow.common.ClampForcePlotDirection.Y",
    "kind": "py:attribute",
    "uri": "components/enums/clamp_force_plot_direction.html#moldflow.common.ClampForcePlotDirection.Y",
    "path": "docs/components/enums/clamp_force_plot_direction.html#moldflow.common.ClampForcePlotDirection.Y",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/clamp_force_plot_direction.html#moldflow.common.ClampForcePlotDirection.Y",
    "signature": "Y = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.common.ClampForcePlotDirection.Z",
    "kind": "py:attribute",
    "uri": "components/enums/clamp_force_plot_direction.html#moldflow.common.ClampForcePlotDirection.Z",
    "path": "docs/components/enums/clamp_force_plot_direction.html#moldflow.common.ClampForcePlotDirection.Z",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/clamp_force_plot_direction.html#moldflow.common.ClampForcePlotDirection.Z",
    "signature": "Z = 2 #",
    "description": ""
  },
  {
    "name": "moldflow.common.ColorScaleOptions",
    "kind": "py:class",
    "uri": "components/enums/color_scale_options.html#moldflow.common.ColorScaleOptions",
    "path": "docs/components/enums/color_scale_options.html#moldflow.common.ColorScaleOptions",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/color_scale_options.html#moldflow.common.ColorScaleOptions",
    "signature": "class ColorScaleOptions [source] #",
    "description": "Bases: Enum Enum for ColorScaleOptions"
  },
  {
    "name": "moldflow.common.ColorScaleOptions.BLUE_TO_RED",
    "kind": "py:attribute",
    "uri": "components/enums/color_scale_options.html#moldflow.common.ColorScaleOptions.BLUE_TO_RED",
    "path": "docs/components/enums/color_scale_options.html#moldflow.common.ColorScaleOptions.BLUE_TO_RED",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/color_scale_options.html#moldflow.common.ColorScaleOptions.BLUE_TO_RED",
    "signature": "BLUE_TO_RED = True #",
    "description": ""
  },
  {
    "name": "moldflow.common.ColorScaleOptions.RED_TO_BLUE",
    "kind": "py:attribute",
    "uri": "components/enums/color_scale_options.html#moldflow.common.ColorScaleOptions.RED_TO_BLUE",
    "path": "docs/components/enums/color_scale_options.html#moldflow.common.ColorScaleOptions.RED_TO_BLUE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/color_scale_options.html#moldflow.common.ColorScaleOptions.RED_TO_BLUE",
    "signature": "RED_TO_BLUE = False #",
    "description": ""
  },
  {
    "name": "moldflow.common.ColorTableIDs",
    "kind": "py:class",
    "uri": "components/enums/color_table_ids.html#moldflow.common.ColorTableIDs",
    "path": "docs/components/enums/color_table_ids.html#moldflow.common.ColorTableIDs",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/color_table_ids.html#moldflow.common.ColorTableIDs",
    "signature": "class ColorTableIDs [source] #",
    "description": "Bases: Enum Enum for ColorTableIDs"
  },
  {
    "name": "moldflow.common.ColorTableIDs.BLACK_BODY",
    "kind": "py:attribute",
    "uri": "components/enums/color_table_ids.html#moldflow.common.ColorTableIDs.BLACK_BODY",
    "path": "docs/components/enums/color_table_ids.html#moldflow.common.ColorTableIDs.BLACK_BODY",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/color_table_ids.html#moldflow.common.ColorTableIDs.BLACK_BODY",
    "signature": "BLACK_BODY = 130 #",
    "description": ""
  },
  {
    "name": "moldflow.common.ColorTableIDs.COOL_TO_WARM",
    "kind": "py:attribute",
    "uri": "components/enums/color_table_ids.html#moldflow.common.ColorTableIDs.COOL_TO_WARM",
    "path": "docs/components/enums/color_table_ids.html#moldflow.common.ColorTableIDs.COOL_TO_WARM",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/color_table_ids.html#moldflow.common.ColorTableIDs.COOL_TO_WARM",
    "signature": "COOL_TO_WARM = 120 #",
    "description": ""
  },
  {
    "name": "moldflow.common.ColorTableIDs.GRAY_SCALE",
    "kind": "py:attribute",
    "uri": "components/enums/color_table_ids.html#moldflow.common.ColorTableIDs.GRAY_SCALE",
    "path": "docs/components/enums/color_table_ids.html#moldflow.common.ColorTableIDs.GRAY_SCALE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/color_table_ids.html#moldflow.common.ColorTableIDs.GRAY_SCALE",
    "signature": "GRAY_SCALE = 110 #",
    "description": ""
  },
  {
    "name": "moldflow.common.ColorTableIDs.RAINBOW",
    "kind": "py:attribute",
    "uri": "components/enums/color_table_ids.html#moldflow.common.ColorTableIDs.RAINBOW",
    "path": "docs/components/enums/color_table_ids.html#moldflow.common.ColorTableIDs.RAINBOW",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/color_table_ids.html#moldflow.common.ColorTableIDs.RAINBOW",
    "signature": "RAINBOW = 100 #",
    "description": ""
  },
  {
    "name": "moldflow.common.ColorTableIDs.SINGLE_COLOR",
    "kind": "py:attribute",
    "uri": "components/enums/color_table_ids.html#moldflow.common.ColorTableIDs.SINGLE_COLOR",
    "path": "docs/components/enums/color_table_ids.html#moldflow.common.ColorTableIDs.SINGLE_COLOR",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/color_table_ids.html#moldflow.common.ColorTableIDs.SINGLE_COLOR",
    "signature": "SINGLE_COLOR = 1000 #",
    "description": ""
  },
  {
    "name": "moldflow.common.ColorTableIDs.TRAFFIC_LIGHT",
    "kind": "py:attribute",
    "uri": "components/enums/color_table_ids.html#moldflow.common.ColorTableIDs.TRAFFIC_LIGHT",
    "path": "docs/components/enums/color_table_ids.html#moldflow.common.ColorTableIDs.TRAFFIC_LIGHT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/color_table_ids.html#moldflow.common.ColorTableIDs.TRAFFIC_LIGHT",
    "signature": "TRAFFIC_LIGHT = 1100 #",
    "description": ""
  },
  {
    "name": "moldflow.common.CommitActions",
    "kind": "py:class",
    "uri": "components/enums/commit_actions.html#moldflow.common.CommitActions",
    "path": "docs/components/enums/commit_actions.html#moldflow.common.CommitActions",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/commit_actions.html#moldflow.common.CommitActions",
    "signature": "class CommitActions [source] #",
    "description": "Bases: Enum Enum for CommitActions"
  },
  {
    "name": "moldflow.common.CommitActions.ASSIGN",
    "kind": "py:attribute",
    "uri": "components/enums/commit_actions.html#moldflow.common.CommitActions.ASSIGN",
    "path": "docs/components/enums/commit_actions.html#moldflow.common.CommitActions.ASSIGN",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/commit_actions.html#moldflow.common.CommitActions.ASSIGN",
    "signature": "ASSIGN = 'Assign' #",
    "description": ""
  },
  {
    "name": "moldflow.common.CommitActions.EDIT",
    "kind": "py:attribute",
    "uri": "components/enums/commit_actions.html#moldflow.common.CommitActions.EDIT",
    "path": "docs/components/enums/commit_actions.html#moldflow.common.CommitActions.EDIT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/commit_actions.html#moldflow.common.CommitActions.EDIT",
    "signature": "EDIT = 'Edit' #",
    "description": ""
  },
  {
    "name": "moldflow.common.CommitActions.PROCESS_CONDITIONS",
    "kind": "py:attribute",
    "uri": "components/enums/commit_actions.html#moldflow.common.CommitActions.PROCESS_CONDITIONS",
    "path": "docs/components/enums/commit_actions.html#moldflow.common.CommitActions.PROCESS_CONDITIONS",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/commit_actions.html#moldflow.common.CommitActions.PROCESS_CONDITIONS",
    "signature": "PROCESS_CONDITIONS = 'Process Conditions' #",
    "description": ""
  },
  {
    "name": "moldflow.common.CommitActions.REMOVE_UNUSED",
    "kind": "py:attribute",
    "uri": "components/enums/commit_actions.html#moldflow.common.CommitActions.REMOVE_UNUSED",
    "path": "docs/components/enums/commit_actions.html#moldflow.common.CommitActions.REMOVE_UNUSED",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/commit_actions.html#moldflow.common.CommitActions.REMOVE_UNUSED",
    "signature": "REMOVE_UNUSED = 'Remove Unused' #",
    "description": ""
  },
  {
    "name": "moldflow.common.ConstraintType",
    "kind": "py:class",
    "uri": "components/enums/contraint_type.html#moldflow.common.ConstraintType",
    "path": "docs/components/enums/contraint_type.html#moldflow.common.ConstraintType",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/contraint_type.html#moldflow.common.ConstraintType",
    "signature": "class ConstraintType [source] #",
    "description": "Bases: Enum Enum for ConstraintType"
  },
  {
    "name": "moldflow.common.ConstraintType.FIXED",
    "kind": "py:attribute",
    "uri": "components/enums/contraint_type.html#moldflow.common.ConstraintType.FIXED",
    "path": "docs/components/enums/contraint_type.html#moldflow.common.ConstraintType.FIXED",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/contraint_type.html#moldflow.common.ConstraintType.FIXED",
    "signature": "FIXED = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.common.ConstraintType.FREE",
    "kind": "py:attribute",
    "uri": "components/enums/contraint_type.html#moldflow.common.ConstraintType.FREE",
    "path": "docs/components/enums/contraint_type.html#moldflow.common.ConstraintType.FREE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/contraint_type.html#moldflow.common.ConstraintType.FREE",
    "signature": "FREE = 2 #",
    "description": ""
  },
  {
    "name": "moldflow.common.ConstraintType.SPECIFIC",
    "kind": "py:attribute",
    "uri": "components/enums/contraint_type.html#moldflow.common.ConstraintType.SPECIFIC",
    "path": "docs/components/enums/contraint_type.html#moldflow.common.ConstraintType.SPECIFIC",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/contraint_type.html#moldflow.common.ConstraintType.SPECIFIC",
    "signature": "SPECIFIC = 3 #",
    "description": ""
  },
  {
    "name": "moldflow.common.CoolType",
    "kind": "py:class",
    "uri": "components/enums/cool_type.html#moldflow.common.CoolType",
    "path": "docs/components/enums/cool_type.html#moldflow.common.CoolType",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/cool_type.html#moldflow.common.CoolType",
    "signature": "class CoolType [source] #",
    "description": "Bases: Enum Enum for CoolType"
  },
  {
    "name": "moldflow.common.CoolType.BEM",
    "kind": "py:attribute",
    "uri": "components/enums/cool_type.html#moldflow.common.CoolType.BEM",
    "path": "docs/components/enums/cool_type.html#moldflow.common.CoolType.BEM",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/cool_type.html#moldflow.common.CoolType.BEM",
    "signature": "BEM = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.common.CoolType.FEM",
    "kind": "py:attribute",
    "uri": "components/enums/cool_type.html#moldflow.common.CoolType.FEM",
    "path": "docs/components/enums/cool_type.html#moldflow.common.CoolType.FEM",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/cool_type.html#moldflow.common.CoolType.FEM",
    "signature": "FEM = 2 #",
    "description": ""
  },
  {
    "name": "moldflow.common.CrossSectionType",
    "kind": "py:class",
    "uri": "components/enums/cross_section_type.html#moldflow.common.CrossSectionType",
    "path": "docs/components/enums/cross_section_type.html#moldflow.common.CrossSectionType",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/cross_section_type.html#moldflow.common.CrossSectionType",
    "signature": "class CrossSectionType [source] #",
    "description": "Bases: Enum Enum for different cross-section type"
  },
  {
    "name": "moldflow.common.CrossSectionType.ANNULAR",
    "kind": "py:attribute",
    "uri": "components/enums/cross_section_type.html#moldflow.common.CrossSectionType.ANNULAR",
    "path": "docs/components/enums/cross_section_type.html#moldflow.common.CrossSectionType.ANNULAR",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/cross_section_type.html#moldflow.common.CrossSectionType.ANNULAR",
    "signature": "ANNULAR = 'Annular' #",
    "description": ""
  },
  {
    "name": "moldflow.common.CrossSectionType.CIRCULAR",
    "kind": "py:attribute",
    "uri": "components/enums/cross_section_type.html#moldflow.common.CrossSectionType.CIRCULAR",
    "path": "docs/components/enums/cross_section_type.html#moldflow.common.CrossSectionType.CIRCULAR",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/cross_section_type.html#moldflow.common.CrossSectionType.CIRCULAR",
    "signature": "CIRCULAR = 'Circular' #",
    "description": ""
  },
  {
    "name": "moldflow.common.CrossSectionType.HALF_CIRCULAR",
    "kind": "py:attribute",
    "uri": "components/enums/cross_section_type.html#moldflow.common.CrossSectionType.HALF_CIRCULAR",
    "path": "docs/components/enums/cross_section_type.html#moldflow.common.CrossSectionType.HALF_CIRCULAR",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/cross_section_type.html#moldflow.common.CrossSectionType.HALF_CIRCULAR",
    "signature": "HALF_CIRCULAR = 'Half-Circular' #",
    "description": ""
  },
  {
    "name": "moldflow.common.CrossSectionType.RECTANGULAR",
    "kind": "py:attribute",
    "uri": "components/enums/cross_section_type.html#moldflow.common.CrossSectionType.RECTANGULAR",
    "path": "docs/components/enums/cross_section_type.html#moldflow.common.CrossSectionType.RECTANGULAR",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/cross_section_type.html#moldflow.common.CrossSectionType.RECTANGULAR",
    "signature": "RECTANGULAR = 'Rectangular' #",
    "description": ""
  },
  {
    "name": "moldflow.common.CrossSectionType.TRAPEZOIDAL",
    "kind": "py:attribute",
    "uri": "components/enums/cross_section_type.html#moldflow.common.CrossSectionType.TRAPEZOIDAL",
    "path": "docs/components/enums/cross_section_type.html#moldflow.common.CrossSectionType.TRAPEZOIDAL",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/cross_section_type.html#moldflow.common.CrossSectionType.TRAPEZOIDAL",
    "signature": "TRAPEZOIDAL = 'Trapezoidal' #",
    "description": ""
  },
  {
    "name": "moldflow.common.CrossSectionType.U_SHAPE",
    "kind": "py:attribute",
    "uri": "components/enums/cross_section_type.html#moldflow.common.CrossSectionType.U_SHAPE",
    "path": "docs/components/enums/cross_section_type.html#moldflow.common.CrossSectionType.U_SHAPE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/cross_section_type.html#moldflow.common.CrossSectionType.U_SHAPE",
    "signature": "U_SHAPE = 'U-shape' #",
    "description": ""
  },
  {
    "name": "moldflow.common.CurveInitPosition",
    "kind": "py:class",
    "uri": "components/enums/curve_init_position.html#moldflow.common.CurveInitPosition",
    "path": "docs/components/enums/curve_init_position.html#moldflow.common.CurveInitPosition",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/curve_init_position.html#moldflow.common.CurveInitPosition",
    "signature": "class CurveInitPosition [source] #",
    "description": "Bases: Enum Enum for Curve_Init_Position"
  },
  {
    "name": "moldflow.common.CurveInitPosition.END",
    "kind": "py:attribute",
    "uri": "components/enums/curve_init_position.html#moldflow.common.CurveInitPosition.END",
    "path": "docs/components/enums/curve_init_position.html#moldflow.common.CurveInitPosition.END",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/curve_init_position.html#moldflow.common.CurveInitPosition.END",
    "signature": "END = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.common.CurveInitPosition.START",
    "kind": "py:attribute",
    "uri": "components/enums/curve_init_position.html#moldflow.common.CurveInitPosition.START",
    "path": "docs/components/enums/curve_init_position.html#moldflow.common.CurveInitPosition.START",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/curve_init_position.html#moldflow.common.CurveInitPosition.START",
    "signature": "START = 0 #",
    "description": ""
  },
  {
    "name": "moldflow.common.DeflectionScaleDirections",
    "kind": "py:class",
    "uri": "components/enums/deflection_scale_directions.html#moldflow.common.DeflectionScaleDirections",
    "path": "docs/components/enums/deflection_scale_directions.html#moldflow.common.DeflectionScaleDirections",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/deflection_scale_directions.html#moldflow.common.DeflectionScaleDirections",
    "signature": "class DeflectionScaleDirections [source] #",
    "description": "Bases: Enum Enum for DeflectionScaleDirections"
  },
  {
    "name": "moldflow.common.DeflectionScaleDirections.ALL",
    "kind": "py:attribute",
    "uri": "components/enums/deflection_scale_directions.html#moldflow.common.DeflectionScaleDirections.ALL",
    "path": "docs/components/enums/deflection_scale_directions.html#moldflow.common.DeflectionScaleDirections.ALL",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/deflection_scale_directions.html#moldflow.common.DeflectionScaleDirections.ALL",
    "signature": "ALL = 3 #",
    "description": ""
  },
  {
    "name": "moldflow.common.DeflectionScaleDirections.X",
    "kind": "py:attribute",
    "uri": "components/enums/deflection_scale_directions.html#moldflow.common.DeflectionScaleDirections.X",
    "path": "docs/components/enums/deflection_scale_directions.html#moldflow.common.DeflectionScaleDirections.X",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/deflection_scale_directions.html#moldflow.common.DeflectionScaleDirections.X",
    "signature": "X = 0 #",
    "description": ""
  },
  {
    "name": "moldflow.common.DeflectionScaleDirections.Y",
    "kind": "py:attribute",
    "uri": "components/enums/deflection_scale_directions.html#moldflow.common.DeflectionScaleDirections.Y",
    "path": "docs/components/enums/deflection_scale_directions.html#moldflow.common.DeflectionScaleDirections.Y",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/deflection_scale_directions.html#moldflow.common.DeflectionScaleDirections.Y",
    "signature": "Y = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.common.DeflectionScaleDirections.Z",
    "kind": "py:attribute",
    "uri": "components/enums/deflection_scale_directions.html#moldflow.common.DeflectionScaleDirections.Z",
    "path": "docs/components/enums/deflection_scale_directions.html#moldflow.common.DeflectionScaleDirections.Z",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/deflection_scale_directions.html#moldflow.common.DeflectionScaleDirections.Z",
    "signature": "Z = 2 #",
    "description": ""
  },
  {
    "name": "moldflow.common.DeflectionType",
    "kind": "py:class",
    "uri": "components/enums/deflection_type.html#moldflow.common.DeflectionType",
    "path": "docs/components/enums/deflection_type.html#moldflow.common.DeflectionType",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/deflection_type.html#moldflow.common.DeflectionType",
    "signature": "class DeflectionType [source] #",
    "description": "Bases: Enum Enum for DeflectionType"
  },
  {
    "name": "moldflow.common.DeflectionType.DEFL",
    "kind": "py:attribute",
    "uri": "components/enums/deflection_type.html#moldflow.common.DeflectionType.DEFL",
    "path": "docs/components/enums/deflection_type.html#moldflow.common.DeflectionType.DEFL",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/deflection_type.html#moldflow.common.DeflectionType.DEFL",
    "signature": "DEFL = 'DEFL' #",
    "description": ""
  },
  {
    "name": "moldflow.common.DeflectionType.DEFL_C",
    "kind": "py:attribute",
    "uri": "components/enums/deflection_type.html#moldflow.common.DeflectionType.DEFL_C",
    "path": "docs/components/enums/deflection_type.html#moldflow.common.DeflectionType.DEFL_C",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/deflection_type.html#moldflow.common.DeflectionType.DEFL_C",
    "signature": "DEFL_C = 'DEFL_C' #",
    "description": ""
  },
  {
    "name": "moldflow.common.DeflectionType.DEFL_W",
    "kind": "py:attribute",
    "uri": "components/enums/deflection_type.html#moldflow.common.DeflectionType.DEFL_W",
    "path": "docs/components/enums/deflection_type.html#moldflow.common.DeflectionType.DEFL_W",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/deflection_type.html#moldflow.common.DeflectionType.DEFL_W",
    "signature": "DEFL_W = 'DEFL_W' #",
    "description": ""
  },
  {
    "name": "moldflow.common.DeflectionType.DEFL_W2",
    "kind": "py:attribute",
    "uri": "components/enums/deflection_type.html#moldflow.common.DeflectionType.DEFL_W2",
    "path": "docs/components/enums/deflection_type.html#moldflow.common.DeflectionType.DEFL_W2",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/deflection_type.html#moldflow.common.DeflectionType.DEFL_W2",
    "signature": "DEFL_W2 = 'DEFL_W2' #",
    "description": ""
  },
  {
    "name": "moldflow.common.DisplayComponent",
    "kind": "py:class",
    "uri": "components/enums/display_component.html#moldflow.common.DisplayComponent",
    "path": "docs/components/enums/display_component.html#moldflow.common.DisplayComponent",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_component.html#moldflow.common.DisplayComponent",
    "signature": "class DisplayComponent [source] #",
    "description": "Bases: Enum Enum for DisplayComponent"
  },
  {
    "name": "moldflow.common.DisplayComponent.FIRST_TENSOR_PRINCIPAL_VALUE",
    "kind": "py:attribute",
    "uri": "components/enums/display_component.html#moldflow.common.DisplayComponent.FIRST_TENSOR_PRINCIPAL_VALUE",
    "path": "docs/components/enums/display_component.html#moldflow.common.DisplayComponent.FIRST_TENSOR_PRINCIPAL_VALUE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_component.html#moldflow.common.DisplayComponent.FIRST_TENSOR_PRINCIPAL_VALUE",
    "signature": "FIRST_TENSOR_PRINCIPAL_VALUE = 6 #",
    "description": ""
  },
  {
    "name": "moldflow.common.DisplayComponent.MAGNITUDE",
    "kind": "py:attribute",
    "uri": "components/enums/display_component.html#moldflow.common.DisplayComponent.MAGNITUDE",
    "path": "docs/components/enums/display_component.html#moldflow.common.DisplayComponent.MAGNITUDE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_component.html#moldflow.common.DisplayComponent.MAGNITUDE",
    "signature": "MAGNITUDE = 3 #",
    "description": ""
  },
  {
    "name": "moldflow.common.DisplayComponent.SECOND_TENSOR_PRINCIPAL_VALUE",
    "kind": "py:attribute",
    "uri": "components/enums/display_component.html#moldflow.common.DisplayComponent.SECOND_TENSOR_PRINCIPAL_VALUE",
    "path": "docs/components/enums/display_component.html#moldflow.common.DisplayComponent.SECOND_TENSOR_PRINCIPAL_VALUE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_component.html#moldflow.common.DisplayComponent.SECOND_TENSOR_PRINCIPAL_VALUE",
    "signature": "SECOND_TENSOR_PRINCIPAL_VALUE = 7 #",
    "description": ""
  },
  {
    "name": "moldflow.common.DisplayComponent.THIRD_TENSOR_PRINCIPAL_VALUE",
    "kind": "py:attribute",
    "uri": "components/enums/display_component.html#moldflow.common.DisplayComponent.THIRD_TENSOR_PRINCIPAL_VALUE",
    "path": "docs/components/enums/display_component.html#moldflow.common.DisplayComponent.THIRD_TENSOR_PRINCIPAL_VALUE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_component.html#moldflow.common.DisplayComponent.THIRD_TENSOR_PRINCIPAL_VALUE",
    "signature": "THIRD_TENSOR_PRINCIPAL_VALUE = 8 #",
    "description": ""
  },
  {
    "name": "moldflow.common.DisplayComponent.VECTOR_X",
    "kind": "py:attribute",
    "uri": "components/enums/display_component.html#moldflow.common.DisplayComponent.VECTOR_X",
    "path": "docs/components/enums/display_component.html#moldflow.common.DisplayComponent.VECTOR_X",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_component.html#moldflow.common.DisplayComponent.VECTOR_X",
    "signature": "VECTOR_X = 0 #",
    "description": ""
  },
  {
    "name": "moldflow.common.DisplayComponent.VECTOR_Y",
    "kind": "py:attribute",
    "uri": "components/enums/display_component.html#moldflow.common.DisplayComponent.VECTOR_Y",
    "path": "docs/components/enums/display_component.html#moldflow.common.DisplayComponent.VECTOR_Y",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_component.html#moldflow.common.DisplayComponent.VECTOR_Y",
    "signature": "VECTOR_Y = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.common.DisplayComponent.VECTOR_Z",
    "kind": "py:attribute",
    "uri": "components/enums/display_component.html#moldflow.common.DisplayComponent.VECTOR_Z",
    "path": "docs/components/enums/display_component.html#moldflow.common.DisplayComponent.VECTOR_Z",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_component.html#moldflow.common.DisplayComponent.VECTOR_Z",
    "signature": "VECTOR_Z = 2 #",
    "description": ""
  },
  {
    "name": "moldflow.common.DisplayComponent.XX_COMPONENT",
    "kind": "py:attribute",
    "uri": "components/enums/display_component.html#moldflow.common.DisplayComponent.XX_COMPONENT",
    "path": "docs/components/enums/display_component.html#moldflow.common.DisplayComponent.XX_COMPONENT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_component.html#moldflow.common.DisplayComponent.XX_COMPONENT",
    "signature": "XX_COMPONENT = 0 #",
    "description": ""
  },
  {
    "name": "moldflow.common.DisplayComponent.XY_COMPONENT",
    "kind": "py:attribute",
    "uri": "components/enums/display_component.html#moldflow.common.DisplayComponent.XY_COMPONENT",
    "path": "docs/components/enums/display_component.html#moldflow.common.DisplayComponent.XY_COMPONENT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_component.html#moldflow.common.DisplayComponent.XY_COMPONENT",
    "signature": "XY_COMPONENT = 3 #",
    "description": ""
  },
  {
    "name": "moldflow.common.DisplayComponent.XZ_COMPONENT",
    "kind": "py:attribute",
    "uri": "components/enums/display_component.html#moldflow.common.DisplayComponent.XZ_COMPONENT",
    "path": "docs/components/enums/display_component.html#moldflow.common.DisplayComponent.XZ_COMPONENT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_component.html#moldflow.common.DisplayComponent.XZ_COMPONENT",
    "signature": "XZ_COMPONENT = 4 #",
    "description": ""
  },
  {
    "name": "moldflow.common.DisplayComponent.YY_COMPONENT",
    "kind": "py:attribute",
    "uri": "components/enums/display_component.html#moldflow.common.DisplayComponent.YY_COMPONENT",
    "path": "docs/components/enums/display_component.html#moldflow.common.DisplayComponent.YY_COMPONENT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_component.html#moldflow.common.DisplayComponent.YY_COMPONENT",
    "signature": "YY_COMPONENT = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.common.DisplayComponent.YZ_COMPONENT",
    "kind": "py:attribute",
    "uri": "components/enums/display_component.html#moldflow.common.DisplayComponent.YZ_COMPONENT",
    "path": "docs/components/enums/display_component.html#moldflow.common.DisplayComponent.YZ_COMPONENT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_component.html#moldflow.common.DisplayComponent.YZ_COMPONENT",
    "signature": "YZ_COMPONENT = 5 #",
    "description": ""
  },
  {
    "name": "moldflow.common.DisplayComponent.ZZ_COMPONENT",
    "kind": "py:attribute",
    "uri": "components/enums/display_component.html#moldflow.common.DisplayComponent.ZZ_COMPONENT",
    "path": "docs/components/enums/display_component.html#moldflow.common.DisplayComponent.ZZ_COMPONENT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_component.html#moldflow.common.DisplayComponent.ZZ_COMPONENT",
    "signature": "ZZ_COMPONENT = 2 #",
    "description": ""
  },
  {
    "name": "moldflow.common.DisplayOption",
    "kind": "py:class",
    "uri": "components/enums/display_option.html#moldflow.common.DisplayOption",
    "path": "docs/components/enums/display_option.html#moldflow.common.DisplayOption",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_option.html#moldflow.common.DisplayOption",
    "signature": "class DisplayOption [source] #",
    "description": "Bases: Enum Enum for DisplayOption"
  },
  {
    "name": "moldflow.common.DisplayOption.AXIS_LINE_ONLY",
    "kind": "py:attribute",
    "uri": "components/enums/display_option.html#moldflow.common.DisplayOption.AXIS_LINE_ONLY",
    "path": "docs/components/enums/display_option.html#moldflow.common.DisplayOption.AXIS_LINE_ONLY",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_option.html#moldflow.common.DisplayOption.AXIS_LINE_ONLY",
    "signature": "AXIS_LINE_ONLY = 'Axis Line Only' #",
    "description": ""
  },
  {
    "name": "moldflow.common.DisplayOption.NET",
    "kind": "py:attribute",
    "uri": "components/enums/display_option.html#moldflow.common.DisplayOption.NET",
    "path": "docs/components/enums/display_option.html#moldflow.common.DisplayOption.NET",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_option.html#moldflow.common.DisplayOption.NET",
    "signature": "NET = 'Net' #",
    "description": ""
  },
  {
    "name": "moldflow.common.DisplayOption.POINT",
    "kind": "py:attribute",
    "uri": "components/enums/display_option.html#moldflow.common.DisplayOption.POINT",
    "path": "docs/components/enums/display_option.html#moldflow.common.DisplayOption.POINT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_option.html#moldflow.common.DisplayOption.POINT",
    "signature": "POINT = 'Point' #",
    "description": ""
  },
  {
    "name": "moldflow.common.DisplayOption.SHRUNKEN",
    "kind": "py:attribute",
    "uri": "components/enums/display_option.html#moldflow.common.DisplayOption.SHRUNKEN",
    "path": "docs/components/enums/display_option.html#moldflow.common.DisplayOption.SHRUNKEN",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_option.html#moldflow.common.DisplayOption.SHRUNKEN",
    "signature": "SHRUNKEN = 'Shrunken' #",
    "description": ""
  },
  {
    "name": "moldflow.common.DisplayOption.SOLID",
    "kind": "py:attribute",
    "uri": "components/enums/display_option.html#moldflow.common.DisplayOption.SOLID",
    "path": "docs/components/enums/display_option.html#moldflow.common.DisplayOption.SOLID",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_option.html#moldflow.common.DisplayOption.SOLID",
    "signature": "SOLID = 'Solid' #",
    "description": ""
  },
  {
    "name": "moldflow.common.DisplayOption.SOLID_PLUS_ELEMENT_EDGES",
    "kind": "py:attribute",
    "uri": "components/enums/display_option.html#moldflow.common.DisplayOption.SOLID_PLUS_ELEMENT_EDGES",
    "path": "docs/components/enums/display_option.html#moldflow.common.DisplayOption.SOLID_PLUS_ELEMENT_EDGES",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_option.html#moldflow.common.DisplayOption.SOLID_PLUS_ELEMENT_EDGES",
    "signature": "SOLID_PLUS_ELEMENT_EDGES = 'Solid+Element Edges' #",
    "description": ""
  },
  {
    "name": "moldflow.common.DisplayOption.SOLID_PLUS_NET",
    "kind": "py:attribute",
    "uri": "components/enums/display_option.html#moldflow.common.DisplayOption.SOLID_PLUS_NET",
    "path": "docs/components/enums/display_option.html#moldflow.common.DisplayOption.SOLID_PLUS_NET",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_option.html#moldflow.common.DisplayOption.SOLID_PLUS_NET",
    "signature": "SOLID_PLUS_NET = 'Solid + Net' #",
    "description": ""
  },
  {
    "name": "moldflow.common.DisplayOption.TRANSPARENT",
    "kind": "py:attribute",
    "uri": "components/enums/display_option.html#moldflow.common.DisplayOption.TRANSPARENT",
    "path": "docs/components/enums/display_option.html#moldflow.common.DisplayOption.TRANSPARENT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_option.html#moldflow.common.DisplayOption.TRANSPARENT",
    "signature": "TRANSPARENT = 'Transparent' #",
    "description": ""
  },
  {
    "name": "moldflow.common.DisplayOption.TRANSPARENT_PLUS_ELEMENT_EDGES",
    "kind": "py:attribute",
    "uri": "components/enums/display_option.html#moldflow.common.DisplayOption.TRANSPARENT_PLUS_ELEMENT_EDGES",
    "path": "docs/components/enums/display_option.html#moldflow.common.DisplayOption.TRANSPARENT_PLUS_ELEMENT_EDGES",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_option.html#moldflow.common.DisplayOption.TRANSPARENT_PLUS_ELEMENT_EDGES",
    "signature": "TRANSPARENT_PLUS_ELEMENT_EDGES = 'Transparent + Element Edges' #",
    "description": ""
  },
  {
    "name": "moldflow.common.DisplayOption.TRANSPARENT_PLUS_NET",
    "kind": "py:attribute",
    "uri": "components/enums/display_option.html#moldflow.common.DisplayOption.TRANSPARENT_PLUS_NET",
    "path": "docs/components/enums/display_option.html#moldflow.common.DisplayOption.TRANSPARENT_PLUS_NET",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_option.html#moldflow.common.DisplayOption.TRANSPARENT_PLUS_NET",
    "signature": "TRANSPARENT_PLUS_NET = 'Transparent + Net' #",
    "description": ""
  },
  {
    "name": "moldflow.common.DisplayOption.TRIAD",
    "kind": "py:attribute",
    "uri": "components/enums/display_option.html#moldflow.common.DisplayOption.TRIAD",
    "path": "docs/components/enums/display_option.html#moldflow.common.DisplayOption.TRIAD",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/display_option.html#moldflow.common.DisplayOption.TRIAD",
    "signature": "TRIAD = 'Triad' #",
    "description": ""
  },
  {
    "name": "moldflow.common.DuplicateOption",
    "kind": "py:class",
    "uri": "components/enums/duplicate_option.html#moldflow.common.DuplicateOption",
    "path": "docs/components/enums/duplicate_option.html#moldflow.common.DuplicateOption",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/duplicate_option.html#moldflow.common.DuplicateOption",
    "signature": "class DuplicateOption [source] #",
    "description": "Bases: Enum Enum for DuplicateOption"
  },
  {
    "name": "moldflow.common.DuplicateOption.COMPLETE_COPY_OF_RESULTS_FILES",
    "kind": "py:attribute",
    "uri": "components/enums/duplicate_option.html#moldflow.common.DuplicateOption.COMPLETE_COPY_OF_RESULTS_FILES",
    "path": "docs/components/enums/duplicate_option.html#moldflow.common.DuplicateOption.COMPLETE_COPY_OF_RESULTS_FILES",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/duplicate_option.html#moldflow.common.DuplicateOption.COMPLETE_COPY_OF_RESULTS_FILES",
    "signature": "COMPLETE_COPY_OF_RESULTS_FILES = 0 #",
    "description": ""
  },
  {
    "name": "moldflow.common.DuplicateOption.INCLUDE_RESULT_FILES_LINKED_TO_ORIGINAL",
    "kind": "py:attribute",
    "uri": "components/enums/duplicate_option.html#moldflow.common.DuplicateOption.INCLUDE_RESULT_FILES_LINKED_TO_ORIGINAL",
    "path": "docs/components/enums/duplicate_option.html#moldflow.common.DuplicateOption.INCLUDE_RESULT_FILES_LINKED_TO_ORIGINAL",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/duplicate_option.html#moldflow.common.DuplicateOption.INCLUDE_RESULT_FILES_LINKED_TO_ORIGINAL",
    "signature": "INCLUDE_RESULT_FILES_LINKED_TO_ORIGINAL = 2 #",
    "description": ""
  },
  {
    "name": "moldflow.common.DuplicateOption.NO_RESULTS_FILES_INCLUDED",
    "kind": "py:attribute",
    "uri": "components/enums/duplicate_option.html#moldflow.common.DuplicateOption.NO_RESULTS_FILES_INCLUDED",
    "path": "docs/components/enums/duplicate_option.html#moldflow.common.DuplicateOption.NO_RESULTS_FILES_INCLUDED",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/duplicate_option.html#moldflow.common.DuplicateOption.NO_RESULTS_FILES_INCLUDED",
    "signature": "NO_RESULTS_FILES_INCLUDED = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.common.EntityType",
    "kind": "py:class",
    "uri": "components/enums/entity_type.html#moldflow.common.EntityType",
    "path": "docs/components/enums/entity_type.html#moldflow.common.EntityType",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/entity_type.html#moldflow.common.EntityType",
    "signature": "class EntityType [source] #",
    "description": "Bases: Enum Enum for EntityType"
  },
  {
    "name": "moldflow.common.EntityType.BEAM",
    "kind": "py:attribute",
    "uri": "components/enums/entity_type.html#moldflow.common.EntityType.BEAM",
    "path": "docs/components/enums/entity_type.html#moldflow.common.EntityType.BEAM",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/entity_type.html#moldflow.common.EntityType.BEAM",
    "signature": "BEAM = 'B' #",
    "description": ""
  },
  {
    "name": "moldflow.common.EntityType.CURVE",
    "kind": "py:attribute",
    "uri": "components/enums/entity_type.html#moldflow.common.EntityType.CURVE",
    "path": "docs/components/enums/entity_type.html#moldflow.common.EntityType.CURVE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/entity_type.html#moldflow.common.EntityType.CURVE",
    "signature": "CURVE = 'C' #",
    "description": ""
  },
  {
    "name": "moldflow.common.EntityType.FACE",
    "kind": "py:attribute",
    "uri": "components/enums/entity_type.html#moldflow.common.EntityType.FACE",
    "path": "docs/components/enums/entity_type.html#moldflow.common.EntityType.FACE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/entity_type.html#moldflow.common.EntityType.FACE",
    "signature": "FACE = 'F' #",
    "description": ""
  },
  {
    "name": "moldflow.common.EntityType.LCS",
    "kind": "py:attribute",
    "uri": "components/enums/entity_type.html#moldflow.common.EntityType.LCS",
    "path": "docs/components/enums/entity_type.html#moldflow.common.EntityType.LCS",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/entity_type.html#moldflow.common.EntityType.LCS",
    "signature": "LCS = 'LCS' #",
    "description": ""
  },
  {
    "name": "moldflow.common.EntityType.NDBC",
    "kind": "py:attribute",
    "uri": "components/enums/entity_type.html#moldflow.common.EntityType.NDBC",
    "path": "docs/components/enums/entity_type.html#moldflow.common.EntityType.NDBC",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/entity_type.html#moldflow.common.EntityType.NDBC",
    "signature": "NDBC = 'NBC' #",
    "description": ""
  },
  {
    "name": "moldflow.common.EntityType.NODE",
    "kind": "py:attribute",
    "uri": "components/enums/entity_type.html#moldflow.common.EntityType.NODE",
    "path": "docs/components/enums/entity_type.html#moldflow.common.EntityType.NODE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/entity_type.html#moldflow.common.EntityType.NODE",
    "signature": "NODE = 'N' #",
    "description": ""
  },
  {
    "name": "moldflow.common.EntityType.REGION",
    "kind": "py:attribute",
    "uri": "components/enums/entity_type.html#moldflow.common.EntityType.REGION",
    "path": "docs/components/enums/entity_type.html#moldflow.common.EntityType.REGION",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/entity_type.html#moldflow.common.EntityType.REGION",
    "signature": "REGION = 'R' #",
    "description": ""
  },
  {
    "name": "moldflow.common.EntityType.STL",
    "kind": "py:attribute",
    "uri": "components/enums/entity_type.html#moldflow.common.EntityType.STL",
    "path": "docs/components/enums/entity_type.html#moldflow.common.EntityType.STL",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/entity_type.html#moldflow.common.EntityType.STL",
    "signature": "STL = 'STL' #",
    "description": ""
  },
  {
    "name": "moldflow.common.EntityType.SUBC",
    "kind": "py:attribute",
    "uri": "components/enums/entity_type.html#moldflow.common.EntityType.SUBC",
    "path": "docs/components/enums/entity_type.html#moldflow.common.EntityType.SUBC",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/entity_type.html#moldflow.common.EntityType.SUBC",
    "signature": "SUBC = 'SBC' #",
    "description": ""
  },
  {
    "name": "moldflow.common.EntityType.SURFACE",
    "kind": "py:attribute",
    "uri": "components/enums/entity_type.html#moldflow.common.EntityType.SURFACE",
    "path": "docs/components/enums/entity_type.html#moldflow.common.EntityType.SURFACE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/entity_type.html#moldflow.common.EntityType.SURFACE",
    "signature": "SURFACE = 'S' #",
    "description": ""
  },
  {
    "name": "moldflow.common.EntityType.TET4",
    "kind": "py:attribute",
    "uri": "components/enums/entity_type.html#moldflow.common.EntityType.TET4",
    "path": "docs/components/enums/entity_type.html#moldflow.common.EntityType.TET4",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/entity_type.html#moldflow.common.EntityType.TET4",
    "signature": "TET4 = 'TE' #",
    "description": ""
  },
  {
    "name": "moldflow.common.EntityType.TRIANGLE",
    "kind": "py:attribute",
    "uri": "components/enums/entity_type.html#moldflow.common.EntityType.TRIANGLE",
    "path": "docs/components/enums/entity_type.html#moldflow.common.EntityType.TRIANGLE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/entity_type.html#moldflow.common.EntityType.TRIANGLE",
    "signature": "TRIANGLE = 'T' #",
    "description": ""
  },
  {
    "name": "moldflow.common.GeomType",
    "kind": "py:class",
    "uri": "components/enums/geom_type.html#moldflow.common.GeomType",
    "path": "docs/components/enums/geom_type.html#moldflow.common.GeomType",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/geom_type.html#moldflow.common.GeomType",
    "signature": "class GeomType [source] #",
    "description": "Bases: Enum Enum for GeomType"
  },
  {
    "name": "moldflow.common.GeomType.AUTO_DETECT",
    "kind": "py:attribute",
    "uri": "components/enums/geom_type.html#moldflow.common.GeomType.AUTO_DETECT",
    "path": "docs/components/enums/geom_type.html#moldflow.common.GeomType.AUTO_DETECT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/geom_type.html#moldflow.common.GeomType.AUTO_DETECT",
    "signature": "AUTO_DETECT = 'Auto-Detect' #",
    "description": ""
  },
  {
    "name": "moldflow.common.GeomType.FUSION",
    "kind": "py:attribute",
    "uri": "components/enums/geom_type.html#moldflow.common.GeomType.FUSION",
    "path": "docs/components/enums/geom_type.html#moldflow.common.GeomType.FUSION",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/geom_type.html#moldflow.common.GeomType.FUSION",
    "signature": "FUSION = 'Fusion' #",
    "description": ""
  },
  {
    "name": "moldflow.common.GeomType.MIDPLANE",
    "kind": "py:attribute",
    "uri": "components/enums/geom_type.html#moldflow.common.GeomType.MIDPLANE",
    "path": "docs/components/enums/geom_type.html#moldflow.common.GeomType.MIDPLANE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/geom_type.html#moldflow.common.GeomType.MIDPLANE",
    "signature": "MIDPLANE = 'Midplane' #",
    "description": ""
  },
  {
    "name": "moldflow.common.ImportUnitIndex",
    "kind": "py:class",
    "uri": "components/enums/import_unit_index.html#moldflow.common.ImportUnitIndex",
    "path": "docs/components/enums/import_unit_index.html#moldflow.common.ImportUnitIndex",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/import_unit_index.html#moldflow.common.ImportUnitIndex",
    "signature": "class ImportUnitIndex [source] #",
    "description": "Bases: Enum Enum for ImportUnits"
  },
  {
    "name": "moldflow.common.ImportUnitIndex.CM",
    "kind": "py:attribute",
    "uri": "components/enums/import_unit_index.html#moldflow.common.ImportUnitIndex.CM",
    "path": "docs/components/enums/import_unit_index.html#moldflow.common.ImportUnitIndex.CM",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/import_unit_index.html#moldflow.common.ImportUnitIndex.CM",
    "signature": "CM = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.common.ImportUnitIndex.IN",
    "kind": "py:attribute",
    "uri": "components/enums/import_unit_index.html#moldflow.common.ImportUnitIndex.IN",
    "path": "docs/components/enums/import_unit_index.html#moldflow.common.ImportUnitIndex.IN",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/import_unit_index.html#moldflow.common.ImportUnitIndex.IN",
    "signature": "IN = 3 #",
    "description": ""
  },
  {
    "name": "moldflow.common.ImportUnitIndex.M",
    "kind": "py:attribute",
    "uri": "components/enums/import_unit_index.html#moldflow.common.ImportUnitIndex.M",
    "path": "docs/components/enums/import_unit_index.html#moldflow.common.ImportUnitIndex.M",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/import_unit_index.html#moldflow.common.ImportUnitIndex.M",
    "signature": "M = 2 #",
    "description": ""
  },
  {
    "name": "moldflow.common.ImportUnitIndex.MM",
    "kind": "py:attribute",
    "uri": "components/enums/import_unit_index.html#moldflow.common.ImportUnitIndex.MM",
    "path": "docs/components/enums/import_unit_index.html#moldflow.common.ImportUnitIndex.MM",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/import_unit_index.html#moldflow.common.ImportUnitIndex.MM",
    "signature": "MM = 0 #",
    "description": ""
  },
  {
    "name": "moldflow.common.ImportUnits",
    "kind": "py:class",
    "uri": "components/enums/import_units.html#moldflow.common.ImportUnits",
    "path": "docs/components/enums/import_units.html#moldflow.common.ImportUnits",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/import_units.html#moldflow.common.ImportUnits",
    "signature": "class ImportUnits [source] #",
    "description": "Bases: Enum Enum for ImportUnits"
  },
  {
    "name": "moldflow.common.ImportUnits.CM",
    "kind": "py:attribute",
    "uri": "components/enums/import_units.html#moldflow.common.ImportUnits.CM",
    "path": "docs/components/enums/import_units.html#moldflow.common.ImportUnits.CM",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/import_units.html#moldflow.common.ImportUnits.CM",
    "signature": "CM = 'cm' #",
    "description": ""
  },
  {
    "name": "moldflow.common.ImportUnits.IN",
    "kind": "py:attribute",
    "uri": "components/enums/import_units.html#moldflow.common.ImportUnits.IN",
    "path": "docs/components/enums/import_units.html#moldflow.common.ImportUnits.IN",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/import_units.html#moldflow.common.ImportUnits.IN",
    "signature": "IN = 'in' #",
    "description": ""
  },
  {
    "name": "moldflow.common.ImportUnits.M",
    "kind": "py:attribute",
    "uri": "components/enums/import_units.html#moldflow.common.ImportUnits.M",
    "path": "docs/components/enums/import_units.html#moldflow.common.ImportUnits.M",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/import_units.html#moldflow.common.ImportUnits.M",
    "signature": "M = 'm' #",
    "description": ""
  },
  {
    "name": "moldflow.common.ImportUnits.MM",
    "kind": "py:attribute",
    "uri": "components/enums/import_units.html#moldflow.common.ImportUnits.MM",
    "path": "docs/components/enums/import_units.html#moldflow.common.ImportUnits.MM",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/import_units.html#moldflow.common.ImportUnits.MM",
    "signature": "MM = 'mm' #",
    "description": ""
  },
  {
    "name": "moldflow.common.ItemType",
    "kind": "py:class",
    "uri": "components/enums/item_type.html#moldflow.common.ItemType",
    "path": "docs/components/enums/item_type.html#moldflow.common.ItemType",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/item_type.html#moldflow.common.ItemType",
    "signature": "class ItemType [source] #",
    "description": "Bases: Enum Enum for ItemType"
  },
  {
    "name": "moldflow.common.ItemType.FOLDER",
    "kind": "py:attribute",
    "uri": "components/enums/item_type.html#moldflow.common.ItemType.FOLDER",
    "path": "docs/components/enums/item_type.html#moldflow.common.ItemType.FOLDER",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/item_type.html#moldflow.common.ItemType.FOLDER",
    "signature": "FOLDER = 'Folder' #",
    "description": ""
  },
  {
    "name": "moldflow.common.ItemType.REPORT",
    "kind": "py:attribute",
    "uri": "components/enums/item_type.html#moldflow.common.ItemType.REPORT",
    "path": "docs/components/enums/item_type.html#moldflow.common.ItemType.REPORT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/item_type.html#moldflow.common.ItemType.REPORT",
    "signature": "REPORT = 'Report' #",
    "description": ""
  },
  {
    "name": "moldflow.common.ItemType.STUDY",
    "kind": "py:attribute",
    "uri": "components/enums/item_type.html#moldflow.common.ItemType.STUDY",
    "path": "docs/components/enums/item_type.html#moldflow.common.ItemType.STUDY",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/item_type.html#moldflow.common.ItemType.STUDY",
    "signature": "STUDY = 'Study' #",
    "description": ""
  },
  {
    "name": "moldflow.common.LCSType",
    "kind": "py:class",
    "uri": "components/enums/lcs_type.html#moldflow.common.LCSType",
    "path": "docs/components/enums/lcs_type.html#moldflow.common.LCSType",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/lcs_type.html#moldflow.common.LCSType",
    "signature": "class LCSType [source] #",
    "description": "Bases: Enum Enum for LCS_Type"
  },
  {
    "name": "moldflow.common.LCSType.COORDINATE_SYSTEM",
    "kind": "py:attribute",
    "uri": "components/enums/lcs_type.html#moldflow.common.LCSType.COORDINATE_SYSTEM",
    "path": "docs/components/enums/lcs_type.html#moldflow.common.LCSType.COORDINATE_SYSTEM",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/lcs_type.html#moldflow.common.LCSType.COORDINATE_SYSTEM",
    "signature": "COORDINATE_SYSTEM = 'LCS' #",
    "description": ""
  },
  {
    "name": "moldflow.common.LCSType.MODELLING_PLANE",
    "kind": "py:attribute",
    "uri": "components/enums/lcs_type.html#moldflow.common.LCSType.MODELLING_PLANE",
    "path": "docs/components/enums/lcs_type.html#moldflow.common.LCSType.MODELLING_PLANE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/lcs_type.html#moldflow.common.LCSType.MODELLING_PLANE",
    "signature": "MODELLING_PLANE = 'Plane' #",
    "description": ""
  },
  {
    "name": "moldflow.common.MDLContactMeshType",
    "kind": "py:class",
    "uri": "components/enums/mdl_contact_mesh_type.html#moldflow.common.MDLContactMeshType",
    "path": "docs/components/enums/mdl_contact_mesh_type.html#moldflow.common.MDLContactMeshType",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/mdl_contact_mesh_type.html#moldflow.common.MDLContactMeshType",
    "signature": "class MDLContactMeshType [source] #",
    "description": "Bases: Enum Enum for MDLContactMeshType"
  },
  {
    "name": "moldflow.common.MDLContactMeshType.FAULT_TOLERANCE",
    "kind": "py:attribute",
    "uri": "components/enums/mdl_contact_mesh_type.html#moldflow.common.MDLContactMeshType.FAULT_TOLERANCE",
    "path": "docs/components/enums/mdl_contact_mesh_type.html#moldflow.common.MDLContactMeshType.FAULT_TOLERANCE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/mdl_contact_mesh_type.html#moldflow.common.MDLContactMeshType.FAULT_TOLERANCE",
    "signature": "FAULT_TOLERANCE = 'Fault tolerant' #",
    "description": ""
  },
  {
    "name": "moldflow.common.MDLContactMeshType.IGNORE_CONTACT",
    "kind": "py:attribute",
    "uri": "components/enums/mdl_contact_mesh_type.html#moldflow.common.MDLContactMeshType.IGNORE_CONTACT",
    "path": "docs/components/enums/mdl_contact_mesh_type.html#moldflow.common.MDLContactMeshType.IGNORE_CONTACT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/mdl_contact_mesh_type.html#moldflow.common.MDLContactMeshType.IGNORE_CONTACT",
    "signature": "IGNORE_CONTACT = 'Ignore contact' #",
    "description": ""
  },
  {
    "name": "moldflow.common.MDLContactMeshType.PRECISE_MATCH",
    "kind": "py:attribute",
    "uri": "components/enums/mdl_contact_mesh_type.html#moldflow.common.MDLContactMeshType.PRECISE_MATCH",
    "path": "docs/components/enums/mdl_contact_mesh_type.html#moldflow.common.MDLContactMeshType.PRECISE_MATCH",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/mdl_contact_mesh_type.html#moldflow.common.MDLContactMeshType.PRECISE_MATCH",
    "signature": "PRECISE_MATCH = 'Precise match' #",
    "description": ""
  },
  {
    "name": "moldflow.common.MaterialDatabase",
    "kind": "py:class",
    "uri": "components/enums/material_database.html#moldflow.common.MaterialDatabase",
    "path": "docs/components/enums/material_database.html#moldflow.common.MaterialDatabase",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/material_database.html#moldflow.common.MaterialDatabase",
    "signature": "class MaterialDatabase [source] #",
    "description": "Bases: Enum Enum for different material database with IDs."
  },
  {
    "name": "moldflow.common.MaterialDatabase.COOLANT",
    "kind": "py:attribute",
    "uri": "components/enums/material_database.html#moldflow.common.MaterialDatabase.COOLANT",
    "path": "docs/components/enums/material_database.html#moldflow.common.MaterialDatabase.COOLANT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/material_database.html#moldflow.common.MaterialDatabase.COOLANT",
    "signature": "COOLANT = 20010 #",
    "description": ""
  },
  {
    "name": "moldflow.common.MaterialDatabase.FILLER_PROPERTIES",
    "kind": "py:attribute",
    "uri": "components/enums/material_database.html#moldflow.common.MaterialDatabase.FILLER_PROPERTIES",
    "path": "docs/components/enums/material_database.html#moldflow.common.MaterialDatabase.FILLER_PROPERTIES",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/material_database.html#moldflow.common.MaterialDatabase.FILLER_PROPERTIES",
    "signature": "FILLER_PROPERTIES = 21200 #",
    "description": ""
  },
  {
    "name": "moldflow.common.MaterialDatabase.INJECTION_MOLDING_MACHINE",
    "kind": "py:attribute",
    "uri": "components/enums/material_database.html#moldflow.common.MaterialDatabase.INJECTION_MOLDING_MACHINE",
    "path": "docs/components/enums/material_database.html#moldflow.common.MaterialDatabase.INJECTION_MOLDING_MACHINE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/material_database.html#moldflow.common.MaterialDatabase.INJECTION_MOLDING_MACHINE",
    "signature": "INJECTION_MOLDING_MACHINE = 30007 #",
    "description": ""
  },
  {
    "name": "moldflow.common.MaterialDatabase.LEADFRAME_MATERIAL",
    "kind": "py:attribute",
    "uri": "components/enums/material_database.html#moldflow.common.MaterialDatabase.LEADFRAME_MATERIAL",
    "path": "docs/components/enums/material_database.html#moldflow.common.MaterialDatabase.LEADFRAME_MATERIAL",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/material_database.html#moldflow.common.MaterialDatabase.LEADFRAME_MATERIAL",
    "signature": "LEADFRAME_MATERIAL = 20070 #",
    "description": ""
  },
  {
    "name": "moldflow.common.MaterialDatabase.MOLD_MATERIAL",
    "kind": "py:attribute",
    "uri": "components/enums/material_database.html#moldflow.common.MaterialDatabase.MOLD_MATERIAL",
    "path": "docs/components/enums/material_database.html#moldflow.common.MaterialDatabase.MOLD_MATERIAL",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/material_database.html#moldflow.common.MaterialDatabase.MOLD_MATERIAL",
    "signature": "MOLD_MATERIAL = 20020 #",
    "description": ""
  },
  {
    "name": "moldflow.common.MaterialDatabase.MUCELL_MATERIAL_PROPERTIES",
    "kind": "py:attribute",
    "uri": "components/enums/material_database.html#moldflow.common.MaterialDatabase.MUCELL_MATERIAL_PROPERTIES",
    "path": "docs/components/enums/material_database.html#moldflow.common.MaterialDatabase.MUCELL_MATERIAL_PROPERTIES",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/material_database.html#moldflow.common.MaterialDatabase.MUCELL_MATERIAL_PROPERTIES",
    "signature": "MUCELL_MATERIAL_PROPERTIES = 21300 #",
    "description": ""
  },
  {
    "name": "moldflow.common.MaterialDatabase.PREFORM",
    "kind": "py:attribute",
    "uri": "components/enums/material_database.html#moldflow.common.MaterialDatabase.PREFORM",
    "path": "docs/components/enums/material_database.html#moldflow.common.MaterialDatabase.PREFORM",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/material_database.html#moldflow.common.MaterialDatabase.PREFORM",
    "signature": "PREFORM = 20040 #",
    "description": ""
  },
  {
    "name": "moldflow.common.MaterialDatabase.THERMOPLASTIC",
    "kind": "py:attribute",
    "uri": "components/enums/material_database.html#moldflow.common.MaterialDatabase.THERMOPLASTIC",
    "path": "docs/components/enums/material_database.html#moldflow.common.MaterialDatabase.THERMOPLASTIC",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/material_database.html#moldflow.common.MaterialDatabase.THERMOPLASTIC",
    "signature": "THERMOPLASTIC = 21000 #",
    "description": ""
  },
  {
    "name": "moldflow.common.MaterialDatabase.THERMOSET_MATERIAL",
    "kind": "py:attribute",
    "uri": "components/enums/material_database.html#moldflow.common.MaterialDatabase.THERMOSET_MATERIAL",
    "path": "docs/components/enums/material_database.html#moldflow.common.MaterialDatabase.THERMOSET_MATERIAL",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/material_database.html#moldflow.common.MaterialDatabase.THERMOSET_MATERIAL",
    "signature": "THERMOSET_MATERIAL = 20030 #",
    "description": ""
  },
  {
    "name": "moldflow.common.MaterialDatabase.UNDERFILL_ENCAPSULANT",
    "kind": "py:attribute",
    "uri": "components/enums/material_database.html#moldflow.common.MaterialDatabase.UNDERFILL_ENCAPSULANT",
    "path": "docs/components/enums/material_database.html#moldflow.common.MaterialDatabase.UNDERFILL_ENCAPSULANT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/material_database.html#moldflow.common.MaterialDatabase.UNDERFILL_ENCAPSULANT",
    "signature": "UNDERFILL_ENCAPSULANT = 20034 #",
    "description": ""
  },
  {
    "name": "moldflow.common.MaterialDatabase.WIRE_MATERIAL",
    "kind": "py:attribute",
    "uri": "components/enums/material_database.html#moldflow.common.MaterialDatabase.WIRE_MATERIAL",
    "path": "docs/components/enums/material_database.html#moldflow.common.MaterialDatabase.WIRE_MATERIAL",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/material_database.html#moldflow.common.MaterialDatabase.WIRE_MATERIAL",
    "signature": "WIRE_MATERIAL = 20060 #",
    "description": ""
  },
  {
    "name": "moldflow.common.MaterialDatabaseType",
    "kind": "py:class",
    "uri": "components/enums/material_database_type.html#moldflow.common.MaterialDatabaseType",
    "path": "docs/components/enums/material_database_type.html#moldflow.common.MaterialDatabaseType",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/material_database_type.html#moldflow.common.MaterialDatabaseType",
    "signature": "class MaterialDatabaseType [source] #",
    "description": "Bases: Enum Enum for different material database types."
  },
  {
    "name": "moldflow.common.MaterialDatabaseType.SYSTEM",
    "kind": "py:attribute",
    "uri": "components/enums/material_database_type.html#moldflow.common.MaterialDatabaseType.SYSTEM",
    "path": "docs/components/enums/material_database_type.html#moldflow.common.MaterialDatabaseType.SYSTEM",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/material_database_type.html#moldflow.common.MaterialDatabaseType.SYSTEM",
    "signature": "SYSTEM = 'System' #",
    "description": ""
  },
  {
    "name": "moldflow.common.MaterialDatabaseType.USER",
    "kind": "py:attribute",
    "uri": "components/enums/material_database_type.html#moldflow.common.MaterialDatabaseType.USER",
    "path": "docs/components/enums/material_database_type.html#moldflow.common.MaterialDatabaseType.USER",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/material_database_type.html#moldflow.common.MaterialDatabaseType.USER",
    "signature": "USER = 'User' #",
    "description": ""
  },
  {
    "name": "moldflow.common.MaterialIndex",
    "kind": "py:class",
    "uri": "components/enums/material_index.html#moldflow.common.MaterialIndex",
    "path": "docs/components/enums/material_index.html#moldflow.common.MaterialIndex",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/material_index.html#moldflow.common.MaterialIndex",
    "signature": "class MaterialIndex [source] #",
    "description": "Bases: Enum Enum for different material index."
  },
  {
    "name": "moldflow.common.MaterialIndex.FIRST",
    "kind": "py:attribute",
    "uri": "components/enums/material_index.html#moldflow.common.MaterialIndex.FIRST",
    "path": "docs/components/enums/material_index.html#moldflow.common.MaterialIndex.FIRST",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/material_index.html#moldflow.common.MaterialIndex.FIRST",
    "signature": "FIRST = 0 #",
    "description": ""
  },
  {
    "name": "moldflow.common.MaterialIndex.SECOND",
    "kind": "py:attribute",
    "uri": "components/enums/material_index.html#moldflow.common.MaterialIndex.SECOND",
    "path": "docs/components/enums/material_index.html#moldflow.common.MaterialIndex.SECOND",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/material_index.html#moldflow.common.MaterialIndex.SECOND",
    "signature": "SECOND = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.common.MeshType",
    "kind": "py:class",
    "uri": "components/enums/mesh_type.html#moldflow.common.MeshType",
    "path": "docs/components/enums/mesh_type.html#moldflow.common.MeshType",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/mesh_type.html#moldflow.common.MeshType",
    "signature": "class MeshType [source] #",
    "description": "Bases: Enum Enum for different mesh types."
  },
  {
    "name": "moldflow.common.MeshType.MESH_3D",
    "kind": "py:attribute",
    "uri": "components/enums/mesh_type.html#moldflow.common.MeshType.MESH_3D",
    "path": "docs/components/enums/mesh_type.html#moldflow.common.MeshType.MESH_3D",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/mesh_type.html#moldflow.common.MeshType.MESH_3D",
    "signature": "MESH_3D = '3D' #",
    "description": ""
  },
  {
    "name": "moldflow.common.MeshType.MESH_FUSION",
    "kind": "py:attribute",
    "uri": "components/enums/mesh_type.html#moldflow.common.MeshType.MESH_FUSION",
    "path": "docs/components/enums/mesh_type.html#moldflow.common.MeshType.MESH_FUSION",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/mesh_type.html#moldflow.common.MeshType.MESH_FUSION",
    "signature": "MESH_FUSION = 'Fusion' #",
    "description": ""
  },
  {
    "name": "moldflow.common.MeshType.MESH_MIDPLANE",
    "kind": "py:attribute",
    "uri": "components/enums/mesh_type.html#moldflow.common.MeshType.MESH_MIDPLANE",
    "path": "docs/components/enums/mesh_type.html#moldflow.common.MeshType.MESH_MIDPLANE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/mesh_type.html#moldflow.common.MeshType.MESH_MIDPLANE",
    "signature": "MESH_MIDPLANE = 'Midplane' #",
    "description": ""
  },
  {
    "name": "moldflow.common.Mesher3DType",
    "kind": "py:class",
    "uri": "components/enums/mesher_3d_type.html#moldflow.common.Mesher3DType",
    "path": "docs/components/enums/mesher_3d_type.html#moldflow.common.Mesher3DType",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/mesher_3d_type.html#moldflow.common.Mesher3DType",
    "signature": "class Mesher3DType [source] #",
    "description": "Bases: Enum Enum for Mesher3DType"
  },
  {
    "name": "moldflow.common.Mesher3DType.ADVANCING_FRONT",
    "kind": "py:attribute",
    "uri": "components/enums/mesher_3d_type.html#moldflow.common.Mesher3DType.ADVANCING_FRONT",
    "path": "docs/components/enums/mesher_3d_type.html#moldflow.common.Mesher3DType.ADVANCING_FRONT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/mesher_3d_type.html#moldflow.common.Mesher3DType.ADVANCING_FRONT",
    "signature": "ADVANCING_FRONT = 'AdvancingFront' #",
    "description": ""
  },
  {
    "name": "moldflow.common.Mesher3DType.ADVANCING_LAYERS",
    "kind": "py:attribute",
    "uri": "components/enums/mesher_3d_type.html#moldflow.common.Mesher3DType.ADVANCING_LAYERS",
    "path": "docs/components/enums/mesher_3d_type.html#moldflow.common.Mesher3DType.ADVANCING_LAYERS",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/mesher_3d_type.html#moldflow.common.Mesher3DType.ADVANCING_LAYERS",
    "signature": "ADVANCING_LAYERS = 'AdvancingLayers' #",
    "description": ""
  },
  {
    "name": "moldflow.common.ModulusPlotDirection",
    "kind": "py:class",
    "uri": "components/enums/modulus_plot_direction.html#moldflow.common.ModulusPlotDirection",
    "path": "docs/components/enums/modulus_plot_direction.html#moldflow.common.ModulusPlotDirection",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/modulus_plot_direction.html#moldflow.common.ModulusPlotDirection",
    "signature": "class ModulusPlotDirection [source] #",
    "description": "Bases: Enum Enum for ModulusPlotDirection"
  },
  {
    "name": "moldflow.common.ModulusPlotDirection.EXX",
    "kind": "py:attribute",
    "uri": "components/enums/modulus_plot_direction.html#moldflow.common.ModulusPlotDirection.EXX",
    "path": "docs/components/enums/modulus_plot_direction.html#moldflow.common.ModulusPlotDirection.EXX",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/modulus_plot_direction.html#moldflow.common.ModulusPlotDirection.EXX",
    "signature": "EXX = 0 #",
    "description": ""
  },
  {
    "name": "moldflow.common.ModulusPlotDirection.EYY",
    "kind": "py:attribute",
    "uri": "components/enums/modulus_plot_direction.html#moldflow.common.ModulusPlotDirection.EYY",
    "path": "docs/components/enums/modulus_plot_direction.html#moldflow.common.ModulusPlotDirection.EYY",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/modulus_plot_direction.html#moldflow.common.ModulusPlotDirection.EYY",
    "signature": "EYY = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.common.ModulusPlotDirection.EZZ",
    "kind": "py:attribute",
    "uri": "components/enums/modulus_plot_direction.html#moldflow.common.ModulusPlotDirection.EZZ",
    "path": "docs/components/enums/modulus_plot_direction.html#moldflow.common.ModulusPlotDirection.EZZ",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/modulus_plot_direction.html#moldflow.common.ModulusPlotDirection.EZZ",
    "signature": "EZZ = 2 #",
    "description": ""
  },
  {
    "name": "moldflow.common.NurbsAlgorithm",
    "kind": "py:class",
    "uri": "components/enums/nurbs_algorithm.html#moldflow.common.NurbsAlgorithm",
    "path": "docs/components/enums/nurbs_algorithm.html#moldflow.common.NurbsAlgorithm",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/nurbs_algorithm.html#moldflow.common.NurbsAlgorithm",
    "signature": "class NurbsAlgorithm [source] #",
    "description": "Bases: Enum Enum for NurbsMesher"
  },
  {
    "name": "moldflow.common.NurbsAlgorithm.ADVANCING_FRONT",
    "kind": "py:attribute",
    "uri": "components/enums/nurbs_algorithm.html#moldflow.common.NurbsAlgorithm.ADVANCING_FRONT",
    "path": "docs/components/enums/nurbs_algorithm.html#moldflow.common.NurbsAlgorithm.ADVANCING_FRONT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/nurbs_algorithm.html#moldflow.common.NurbsAlgorithm.ADVANCING_FRONT",
    "signature": "ADVANCING_FRONT = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.common.NurbsAlgorithm.DEFAULT",
    "kind": "py:attribute",
    "uri": "components/enums/nurbs_algorithm.html#moldflow.common.NurbsAlgorithm.DEFAULT",
    "path": "docs/components/enums/nurbs_algorithm.html#moldflow.common.NurbsAlgorithm.DEFAULT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/nurbs_algorithm.html#moldflow.common.NurbsAlgorithm.DEFAULT",
    "signature": "DEFAULT = 0 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotMethod",
    "kind": "py:class",
    "uri": "components/enums/plot_method.html#moldflow.common.PlotMethod",
    "path": "docs/components/enums/plot_method.html#moldflow.common.PlotMethod",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_method.html#moldflow.common.PlotMethod",
    "signature": "class PlotMethod [source] #",
    "description": "Bases: Enum Enum for PlotMethod"
  },
  {
    "name": "moldflow.common.PlotMethod.CONTOUR_PLOT",
    "kind": "py:attribute",
    "uri": "components/enums/plot_method.html#moldflow.common.PlotMethod.CONTOUR_PLOT",
    "path": "docs/components/enums/plot_method.html#moldflow.common.PlotMethod.CONTOUR_PLOT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_method.html#moldflow.common.PlotMethod.CONTOUR_PLOT",
    "signature": "CONTOUR_PLOT = 4 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotMethod.DEFLECTION_PLOT",
    "kind": "py:attribute",
    "uri": "components/enums/plot_method.html#moldflow.common.PlotMethod.DEFLECTION_PLOT",
    "path": "docs/components/enums/plot_method.html#moldflow.common.PlotMethod.DEFLECTION_PLOT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_method.html#moldflow.common.PlotMethod.DEFLECTION_PLOT",
    "signature": "DEFLECTION_PLOT = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotMethod.DISPLAY_TENSOR_AS_AXES",
    "kind": "py:attribute",
    "uri": "components/enums/plot_method.html#moldflow.common.PlotMethod.DISPLAY_TENSOR_AS_AXES",
    "path": "docs/components/enums/plot_method.html#moldflow.common.PlotMethod.DISPLAY_TENSOR_AS_AXES",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_method.html#moldflow.common.PlotMethod.DISPLAY_TENSOR_AS_AXES",
    "signature": "DISPLAY_TENSOR_AS_AXES = 32 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotMethod.DISPLAY_TENSOR_AS_ELLIPSES",
    "kind": "py:attribute",
    "uri": "components/enums/plot_method.html#moldflow.common.PlotMethod.DISPLAY_TENSOR_AS_ELLIPSES",
    "path": "docs/components/enums/plot_method.html#moldflow.common.PlotMethod.DISPLAY_TENSOR_AS_ELLIPSES",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_method.html#moldflow.common.PlotMethod.DISPLAY_TENSOR_AS_ELLIPSES",
    "signature": "DISPLAY_TENSOR_AS_ELLIPSES = 64 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotMethod.DISPLAY_TENSOR_PRINCIPAL_VECTOR_AS_DARTS",
    "kind": "py:attribute",
    "uri": "components/enums/plot_method.html#moldflow.common.PlotMethod.DISPLAY_TENSOR_PRINCIPAL_VECTOR_AS_DARTS",
    "path": "docs/components/enums/plot_method.html#moldflow.common.PlotMethod.DISPLAY_TENSOR_PRINCIPAL_VECTOR_AS_DARTS",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_method.html#moldflow.common.PlotMethod.DISPLAY_TENSOR_PRINCIPAL_VECTOR_AS_DARTS",
    "signature": "DISPLAY_TENSOR_PRINCIPAL_VECTOR_AS_DARTS = 128 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotMethod.DISPLAY_TENSOR_PRINCIPAL_VECTOR_AS_SEGMENTS",
    "kind": "py:attribute",
    "uri": "components/enums/plot_method.html#moldflow.common.PlotMethod.DISPLAY_TENSOR_PRINCIPAL_VECTOR_AS_SEGMENTS",
    "path": "docs/components/enums/plot_method.html#moldflow.common.PlotMethod.DISPLAY_TENSOR_PRINCIPAL_VECTOR_AS_SEGMENTS",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_method.html#moldflow.common.PlotMethod.DISPLAY_TENSOR_PRINCIPAL_VECTOR_AS_SEGMENTS",
    "signature": "DISPLAY_TENSOR_PRINCIPAL_VECTOR_AS_SEGMENTS = 256 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotMethod.DISPLAY_VECTOR_AS_DARTS",
    "kind": "py:attribute",
    "uri": "components/enums/plot_method.html#moldflow.common.PlotMethod.DISPLAY_VECTOR_AS_DARTS",
    "path": "docs/components/enums/plot_method.html#moldflow.common.PlotMethod.DISPLAY_VECTOR_AS_DARTS",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_method.html#moldflow.common.PlotMethod.DISPLAY_VECTOR_AS_DARTS",
    "signature": "DISPLAY_VECTOR_AS_DARTS = 8 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotMethod.DISPLAY_VECTOR_AS_SEGMENTS",
    "kind": "py:attribute",
    "uri": "components/enums/plot_method.html#moldflow.common.PlotMethod.DISPLAY_VECTOR_AS_SEGMENTS",
    "path": "docs/components/enums/plot_method.html#moldflow.common.PlotMethod.DISPLAY_VECTOR_AS_SEGMENTS",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_method.html#moldflow.common.PlotMethod.DISPLAY_VECTOR_AS_SEGMENTS",
    "signature": "DISPLAY_VECTOR_AS_SEGMENTS = 16 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotMethod.SHADED_PLOT",
    "kind": "py:attribute",
    "uri": "components/enums/plot_method.html#moldflow.common.PlotMethod.SHADED_PLOT",
    "path": "docs/components/enums/plot_method.html#moldflow.common.PlotMethod.SHADED_PLOT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_method.html#moldflow.common.PlotMethod.SHADED_PLOT",
    "signature": "SHADED_PLOT = 2 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotType",
    "kind": "py:class",
    "uri": "components/enums/plot_type.html#moldflow.common.PlotType",
    "path": "docs/components/enums/plot_type.html#moldflow.common.PlotType",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_type.html#moldflow.common.PlotType",
    "signature": "class PlotType [source] #",
    "description": "Bases: Enum Enum for PlotType"
  },
  {
    "name": "moldflow.common.PlotType.PLOT_3D_PLANE_PROBE_PLOT",
    "kind": "py:attribute",
    "uri": "components/enums/plot_type.html#moldflow.common.PlotType.PLOT_3D_PLANE_PROBE_PLOT",
    "path": "docs/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_3D_PLANE_PROBE_PLOT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_3D_PLANE_PROBE_PLOT",
    "signature": "PLOT_3D_PLANE_PROBE_PLOT = 23 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotType.PLOT_3D_PROBE_XY_PLOT",
    "kind": "py:attribute",
    "uri": "components/enums/plot_type.html#moldflow.common.PlotType.PLOT_3D_PROBE_XY_PLOT",
    "path": "docs/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_3D_PROBE_XY_PLOT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_3D_PROBE_XY_PLOT",
    "signature": "PLOT_3D_PROBE_XY_PLOT = 21 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotType.PLOT_DEFAULT_PLOT_FOR_DATA_ID",
    "kind": "py:attribute",
    "uri": "components/enums/plot_type.html#moldflow.common.PlotType.PLOT_DEFAULT_PLOT_FOR_DATA_ID",
    "path": "docs/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_DEFAULT_PLOT_FOR_DATA_ID",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_DEFAULT_PLOT_FOR_DATA_ID",
    "signature": "PLOT_DEFAULT_PLOT_FOR_DATA_ID = 0 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotType.PLOT_DOE_RESPONSE_SURFACE_PLOT",
    "kind": "py:attribute",
    "uri": "components/enums/plot_type.html#moldflow.common.PlotType.PLOT_DOE_RESPONSE_SURFACE_PLOT",
    "path": "docs/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_DOE_RESPONSE_SURFACE_PLOT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_DOE_RESPONSE_SURFACE_PLOT",
    "signature": "PLOT_DOE_RESPONSE_SURFACE_PLOT = 25 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotType.PLOT_DOE_SHADED_PLOT",
    "kind": "py:attribute",
    "uri": "components/enums/plot_type.html#moldflow.common.PlotType.PLOT_DOE_SHADED_PLOT",
    "path": "docs/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_DOE_SHADED_PLOT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_DOE_SHADED_PLOT",
    "signature": "PLOT_DOE_SHADED_PLOT = 14 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotType.PLOT_DOE_XY_PLOT",
    "kind": "py:attribute",
    "uri": "components/enums/plot_type.html#moldflow.common.PlotType.PLOT_DOE_XY_PLOT",
    "path": "docs/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_DOE_XY_PLOT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_DOE_XY_PLOT",
    "signature": "PLOT_DOE_XY_PLOT = 13 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotType.PLOT_FRAME_ANIMATION_PLOT",
    "kind": "py:attribute",
    "uri": "components/enums/plot_type.html#moldflow.common.PlotType.PLOT_FRAME_ANIMATION_PLOT",
    "path": "docs/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_FRAME_ANIMATION_PLOT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_FRAME_ANIMATION_PLOT",
    "signature": "PLOT_FRAME_ANIMATION_PLOT = 11 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotType.PLOT_FUSION_SINK_MARK_PLOT",
    "kind": "py:attribute",
    "uri": "components/enums/plot_type.html#moldflow.common.PlotType.PLOT_FUSION_SINK_MARK_PLOT",
    "path": "docs/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_FUSION_SINK_MARK_PLOT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_FUSION_SINK_MARK_PLOT",
    "signature": "PLOT_FUSION_SINK_MARK_PLOT = 24 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotType.PLOT_GEO_XY_PLOT",
    "kind": "py:attribute",
    "uri": "components/enums/plot_type.html#moldflow.common.PlotType.PLOT_GEO_XY_PLOT",
    "path": "docs/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_GEO_XY_PLOT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_GEO_XY_PLOT",
    "signature": "PLOT_GEO_XY_PLOT = 19 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotType.PLOT_HIGHLIGHT_PLOT",
    "kind": "py:attribute",
    "uri": "components/enums/plot_type.html#moldflow.common.PlotType.PLOT_HIGHLIGHT_PLOT",
    "path": "docs/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_HIGHLIGHT_PLOT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_HIGHLIGHT_PLOT",
    "signature": "PLOT_HIGHLIGHT_PLOT = 4 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotType.PLOT_MIN_MAX_ANIMATION_PLOT",
    "kind": "py:attribute",
    "uri": "components/enums/plot_type.html#moldflow.common.PlotType.PLOT_MIN_MAX_ANIMATION_PLOT",
    "path": "docs/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_MIN_MAX_ANIMATION_PLOT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_MIN_MAX_ANIMATION_PLOT",
    "signature": "PLOT_MIN_MAX_ANIMATION_PLOT = 9 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotType.PLOT_MOLD_INTERNAL_TEMPERATURE_PLOT",
    "kind": "py:attribute",
    "uri": "components/enums/plot_type.html#moldflow.common.PlotType.PLOT_MOLD_INTERNAL_TEMPERATURE_PLOT",
    "path": "docs/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_MOLD_INTERNAL_TEMPERATURE_PLOT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_MOLD_INTERNAL_TEMPERATURE_PLOT",
    "signature": "PLOT_MOLD_INTERNAL_TEMPERATURE_PLOT = 22 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotType.PLOT_NONE_MESH_PLOT",
    "kind": "py:attribute",
    "uri": "components/enums/plot_type.html#moldflow.common.PlotType.PLOT_NONE_MESH_PLOT",
    "path": "docs/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_NONE_MESH_PLOT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_NONE_MESH_PLOT",
    "signature": "PLOT_NONE_MESH_PLOT = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotType.PLOT_REGULAR_XY_PLOT",
    "kind": "py:attribute",
    "uri": "components/enums/plot_type.html#moldflow.common.PlotType.PLOT_REGULAR_XY_PLOT",
    "path": "docs/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_REGULAR_XY_PLOT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_REGULAR_XY_PLOT",
    "signature": "PLOT_REGULAR_XY_PLOT = 5 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotType.PLOT_SHRINK_CHECK_PLOT",
    "kind": "py:attribute",
    "uri": "components/enums/plot_type.html#moldflow.common.PlotType.PLOT_SHRINK_CHECK_PLOT",
    "path": "docs/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_SHRINK_CHECK_PLOT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_SHRINK_CHECK_PLOT",
    "signature": "PLOT_SHRINK_CHECK_PLOT = 16 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotType.PLOT_SINK_MARK_PLOT",
    "kind": "py:attribute",
    "uri": "components/enums/plot_type.html#moldflow.common.PlotType.PLOT_SINK_MARK_PLOT",
    "path": "docs/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_SINK_MARK_PLOT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_SINK_MARK_PLOT",
    "signature": "PLOT_SINK_MARK_PLOT = 17 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotType.PLOT_TENSOR_PLOT",
    "kind": "py:attribute",
    "uri": "components/enums/plot_type.html#moldflow.common.PlotType.PLOT_TENSOR_PLOT",
    "path": "docs/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_TENSOR_PLOT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_TENSOR_PLOT",
    "signature": "PLOT_TENSOR_PLOT = 7 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotType.PLOT_USER_DISPLACEMENT_PLOT",
    "kind": "py:attribute",
    "uri": "components/enums/plot_type.html#moldflow.common.PlotType.PLOT_USER_DISPLACEMENT_PLOT",
    "path": "docs/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_USER_DISPLACEMENT_PLOT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_USER_DISPLACEMENT_PLOT",
    "signature": "PLOT_USER_DISPLACEMENT_PLOT = 18 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotType.PLOT_VECTOR_PLOT",
    "kind": "py:attribute",
    "uri": "components/enums/plot_type.html#moldflow.common.PlotType.PLOT_VECTOR_PLOT",
    "path": "docs/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_VECTOR_PLOT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_VECTOR_PLOT",
    "signature": "PLOT_VECTOR_PLOT = 6 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotType.PLOT_XYZ_CUT_XY_PLOT",
    "kind": "py:attribute",
    "uri": "components/enums/plot_type.html#moldflow.common.PlotType.PLOT_XYZ_CUT_XY_PLOT",
    "path": "docs/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_XYZ_CUT_XY_PLOT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_XYZ_CUT_XY_PLOT",
    "signature": "PLOT_XYZ_CUT_XY_PLOT = 20 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotType.PLOT_XYZ_PLOT",
    "kind": "py:attribute",
    "uri": "components/enums/plot_type.html#moldflow.common.PlotType.PLOT_XYZ_PLOT",
    "path": "docs/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_XYZ_PLOT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_XYZ_PLOT",
    "signature": "PLOT_XYZ_PLOT = 12 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PlotType.PLOT_XYZ_XY_PLOT",
    "kind": "py:attribute",
    "uri": "components/enums/plot_type.html#moldflow.common.PlotType.PLOT_XYZ_XY_PLOT",
    "path": "docs/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_XYZ_XY_PLOT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/plot_type.html#moldflow.common.PlotType.PLOT_XYZ_XY_PLOT",
    "signature": "PLOT_XYZ_XY_PLOT = 15 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PropertyType",
    "kind": "py:class",
    "uri": "components/enums/property_type.html#moldflow.common.PropertyType",
    "path": "docs/components/enums/property_type.html#moldflow.common.PropertyType",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/property_type.html#moldflow.common.PropertyType",
    "signature": "class PropertyType [source] #",
    "description": "Bases: Enum Enum for PropertyType"
  },
  {
    "name": "moldflow.common.PropertyType.GATE_MIDPLANE",
    "kind": "py:attribute",
    "uri": "components/enums/property_type.html#moldflow.common.PropertyType.GATE_MIDPLANE",
    "path": "docs/components/enums/property_type.html#moldflow.common.PropertyType.GATE_MIDPLANE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/property_type.html#moldflow.common.PropertyType.GATE_MIDPLANE",
    "signature": "GATE_MIDPLANE = 40808 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PropertyType.IN_MOLD_LABEL",
    "kind": "py:attribute",
    "uri": "components/enums/property_type.html#moldflow.common.PropertyType.IN_MOLD_LABEL",
    "path": "docs/components/enums/property_type.html#moldflow.common.PropertyType.IN_MOLD_LABEL",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/property_type.html#moldflow.common.PropertyType.IN_MOLD_LABEL",
    "signature": "IN_MOLD_LABEL = 40906 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PropertyType.MOLD_EXTERNAL_SURFACE",
    "kind": "py:attribute",
    "uri": "components/enums/property_type.html#moldflow.common.PropertyType.MOLD_EXTERNAL_SURFACE",
    "path": "docs/components/enums/property_type.html#moldflow.common.PropertyType.MOLD_EXTERNAL_SURFACE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/property_type.html#moldflow.common.PropertyType.MOLD_EXTERNAL_SURFACE",
    "signature": "MOLD_EXTERNAL_SURFACE = 40904 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PropertyType.MOLD_INSERT_SURFACE",
    "kind": "py:attribute",
    "uri": "components/enums/property_type.html#moldflow.common.PropertyType.MOLD_INSERT_SURFACE",
    "path": "docs/components/enums/property_type.html#moldflow.common.PropertyType.MOLD_INSERT_SURFACE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/property_type.html#moldflow.common.PropertyType.MOLD_INSERT_SURFACE",
    "signature": "MOLD_INSERT_SURFACE = 40908 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PropertyType.PARTING_SURFACE",
    "kind": "py:attribute",
    "uri": "components/enums/property_type.html#moldflow.common.PropertyType.PARTING_SURFACE",
    "path": "docs/components/enums/property_type.html#moldflow.common.PropertyType.PARTING_SURFACE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/property_type.html#moldflow.common.PropertyType.PARTING_SURFACE",
    "signature": "PARTING_SURFACE = 40910 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PropertyType.PART_INSERT",
    "kind": "py:attribute",
    "uri": "components/enums/property_type.html#moldflow.common.PropertyType.PART_INSERT",
    "path": "docs/components/enums/property_type.html#moldflow.common.PropertyType.PART_INSERT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/property_type.html#moldflow.common.PropertyType.PART_INSERT",
    "signature": "PART_INSERT = 40907 #",
    "description": ""
  },
  {
    "name": "moldflow.common.PropertyType.PART_MIDPLANE",
    "kind": "py:attribute",
    "uri": "components/enums/property_type.html#moldflow.common.PropertyType.PART_MIDPLANE",
    "path": "docs/components/enums/property_type.html#moldflow.common.PropertyType.PART_MIDPLANE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/property_type.html#moldflow.common.PropertyType.PART_MIDPLANE",
    "signature": "PART_MIDPLANE = 40800 #",
    "description": ""
  },
  {
    "name": "moldflow.common.ScaleOptions",
    "kind": "py:class",
    "uri": "components/enums/scale_options.html#moldflow.common.ScaleOptions",
    "path": "docs/components/enums/scale_options.html#moldflow.common.ScaleOptions",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/scale_options.html#moldflow.common.ScaleOptions",
    "signature": "class ScaleOptions [source] #",
    "description": "Bases: Enum Enum for ScaleOption"
  },
  {
    "name": "moldflow.common.ScaleOptions.AUTOMATIC_SCALING_ALL_FRAMES",
    "kind": "py:attribute",
    "uri": "components/enums/scale_options.html#moldflow.common.ScaleOptions.AUTOMATIC_SCALING_ALL_FRAMES",
    "path": "docs/components/enums/scale_options.html#moldflow.common.ScaleOptions.AUTOMATIC_SCALING_ALL_FRAMES",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/scale_options.html#moldflow.common.ScaleOptions.AUTOMATIC_SCALING_ALL_FRAMES",
    "signature": "AUTOMATIC_SCALING_ALL_FRAMES = 0 #",
    "description": ""
  },
  {
    "name": "moldflow.common.ScaleOptions.AUTOMATIC_SCALING_WITH_COLORS_SCALED_PER_FRAME",
    "kind": "py:attribute",
    "uri": "components/enums/scale_options.html#moldflow.common.ScaleOptions.AUTOMATIC_SCALING_WITH_COLORS_SCALED_PER_FRAME",
    "path": "docs/components/enums/scale_options.html#moldflow.common.ScaleOptions.AUTOMATIC_SCALING_WITH_COLORS_SCALED_PER_FRAME",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/scale_options.html#moldflow.common.ScaleOptions.AUTOMATIC_SCALING_WITH_COLORS_SCALED_PER_FRAME",
    "signature": "AUTOMATIC_SCALING_WITH_COLORS_SCALED_PER_FRAME = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.common.ScaleOptions.SPECIFIED_MANUAL_SCALING",
    "kind": "py:attribute",
    "uri": "components/enums/scale_options.html#moldflow.common.ScaleOptions.SPECIFIED_MANUAL_SCALING",
    "path": "docs/components/enums/scale_options.html#moldflow.common.ScaleOptions.SPECIFIED_MANUAL_SCALING",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/scale_options.html#moldflow.common.ScaleOptions.SPECIFIED_MANUAL_SCALING",
    "signature": "SPECIFIED_MANUAL_SCALING = 2 #",
    "description": ""
  },
  {
    "name": "moldflow.common.ScaleTypes",
    "kind": "py:class",
    "uri": "components/enums/scale_types.html#moldflow.common.ScaleTypes",
    "path": "docs/components/enums/scale_types.html#moldflow.common.ScaleTypes",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/scale_types.html#moldflow.common.ScaleTypes",
    "signature": "class ScaleTypes [source] #",
    "description": "Bases: Enum Enum for ScaleTypes"
  },
  {
    "name": "moldflow.common.ScaleTypes.DEFAULT",
    "kind": "py:attribute",
    "uri": "components/enums/scale_types.html#moldflow.common.ScaleTypes.DEFAULT",
    "path": "docs/components/enums/scale_types.html#moldflow.common.ScaleTypes.DEFAULT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/scale_types.html#moldflow.common.ScaleTypes.DEFAULT",
    "signature": "DEFAULT = 0 #",
    "description": ""
  },
  {
    "name": "moldflow.common.ScaleTypes.SPECIFIED",
    "kind": "py:attribute",
    "uri": "components/enums/scale_types.html#moldflow.common.ScaleTypes.SPECIFIED",
    "path": "docs/components/enums/scale_types.html#moldflow.common.ScaleTypes.SPECIFIED",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/scale_types.html#moldflow.common.ScaleTypes.SPECIFIED",
    "signature": "SPECIFIED = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.common.ShrinkageCompensationOptions",
    "kind": "py:class",
    "uri": "components/enums/shrinkage_compensation_options.html#moldflow.common.ShrinkageCompensationOptions",
    "path": "docs/components/enums/shrinkage_compensation_options.html#moldflow.common.ShrinkageCompensationOptions",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/shrinkage_compensation_options.html#moldflow.common.ShrinkageCompensationOptions",
    "signature": "class ShrinkageCompensationOptions [source] #",
    "description": "Bases: Enum Enum for ShrinkageCompensationOptions"
  },
  {
    "name": "moldflow.common.ShrinkageCompensationOptions.ANISOTROPIC",
    "kind": "py:attribute",
    "uri": "components/enums/shrinkage_compensation_options.html#moldflow.common.ShrinkageCompensationOptions.ANISOTROPIC",
    "path": "docs/components/enums/shrinkage_compensation_options.html#moldflow.common.ShrinkageCompensationOptions.ANISOTROPIC",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/shrinkage_compensation_options.html#moldflow.common.ShrinkageCompensationOptions.ANISOTROPIC",
    "signature": "ANISOTROPIC = 'Anisotropic' #",
    "description": ""
  },
  {
    "name": "moldflow.common.ShrinkageCompensationOptions.AUTOMATIC",
    "kind": "py:attribute",
    "uri": "components/enums/shrinkage_compensation_options.html#moldflow.common.ShrinkageCompensationOptions.AUTOMATIC",
    "path": "docs/components/enums/shrinkage_compensation_options.html#moldflow.common.ShrinkageCompensationOptions.AUTOMATIC",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/shrinkage_compensation_options.html#moldflow.common.ShrinkageCompensationOptions.AUTOMATIC",
    "signature": "AUTOMATIC = 'Automatic' #",
    "description": ""
  },
  {
    "name": "moldflow.common.ShrinkageCompensationOptions.ISOTROPIC",
    "kind": "py:attribute",
    "uri": "components/enums/shrinkage_compensation_options.html#moldflow.common.ShrinkageCompensationOptions.ISOTROPIC",
    "path": "docs/components/enums/shrinkage_compensation_options.html#moldflow.common.ShrinkageCompensationOptions.ISOTROPIC",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/shrinkage_compensation_options.html#moldflow.common.ShrinkageCompensationOptions.ISOTROPIC",
    "signature": "ISOTROPIC = 'Isotropic' #",
    "description": ""
  },
  {
    "name": "moldflow.common.ShrinkageCompensationOptions.NONE",
    "kind": "py:attribute",
    "uri": "components/enums/shrinkage_compensation_options.html#moldflow.common.ShrinkageCompensationOptions.NONE",
    "path": "docs/components/enums/shrinkage_compensation_options.html#moldflow.common.ShrinkageCompensationOptions.NONE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/shrinkage_compensation_options.html#moldflow.common.ShrinkageCompensationOptions.NONE",
    "signature": "NONE = 'None' #",
    "description": ""
  },
  {
    "name": "moldflow.common.SliceAtProbeOptions",
    "kind": "py:class",
    "uri": "components/enums/slice_at_probe_options.html#moldflow.common.SliceAtProbeOptions",
    "path": "docs/components/enums/slice_at_probe_options.html#moldflow.common.SliceAtProbeOptions",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/slice_at_probe_options.html#moldflow.common.SliceAtProbeOptions",
    "signature": "class SliceAtProbeOptions [source] #",
    "description": "Bases: Enum Enum for SliceAtProbeOptions"
  },
  {
    "name": "moldflow.common.SliceAtProbeOptions.MAXIMUM",
    "kind": "py:attribute",
    "uri": "components/enums/slice_at_probe_options.html#moldflow.common.SliceAtProbeOptions.MAXIMUM",
    "path": "docs/components/enums/slice_at_probe_options.html#moldflow.common.SliceAtProbeOptions.MAXIMUM",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/slice_at_probe_options.html#moldflow.common.SliceAtProbeOptions.MAXIMUM",
    "signature": "MAXIMUM = 'Maximum' #",
    "description": ""
  },
  {
    "name": "moldflow.common.SliceAtProbeOptions.MINIMUM",
    "kind": "py:attribute",
    "uri": "components/enums/slice_at_probe_options.html#moldflow.common.SliceAtProbeOptions.MINIMUM",
    "path": "docs/components/enums/slice_at_probe_options.html#moldflow.common.SliceAtProbeOptions.MINIMUM",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/slice_at_probe_options.html#moldflow.common.SliceAtProbeOptions.MINIMUM",
    "signature": "MINIMUM = 'Minimum' #",
    "description": ""
  },
  {
    "name": "moldflow.common.SliceAtProbeOptions.NONE",
    "kind": "py:attribute",
    "uri": "components/enums/slice_at_probe_options.html#moldflow.common.SliceAtProbeOptions.NONE",
    "path": "docs/components/enums/slice_at_probe_options.html#moldflow.common.SliceAtProbeOptions.NONE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/slice_at_probe_options.html#moldflow.common.SliceAtProbeOptions.NONE",
    "signature": "NONE = 'None' #",
    "description": ""
  },
  {
    "name": "moldflow.common.StandardViews",
    "kind": "py:class",
    "uri": "components/enums/standard_views.html#moldflow.common.StandardViews",
    "path": "docs/components/enums/standard_views.html#moldflow.common.StandardViews",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/standard_views.html#moldflow.common.StandardViews",
    "signature": "class StandardViews [source] #",
    "description": "Bases: Enum Enum for StandardViews"
  },
  {
    "name": "moldflow.common.StandardViews.BACK",
    "kind": "py:attribute",
    "uri": "components/enums/standard_views.html#moldflow.common.StandardViews.BACK",
    "path": "docs/components/enums/standard_views.html#moldflow.common.StandardViews.BACK",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/standard_views.html#moldflow.common.StandardViews.BACK",
    "signature": "BACK = 'Back' #",
    "description": ""
  },
  {
    "name": "moldflow.common.StandardViews.BACK_BOTTOM",
    "kind": "py:attribute",
    "uri": "components/enums/standard_views.html#moldflow.common.StandardViews.BACK_BOTTOM",
    "path": "docs/components/enums/standard_views.html#moldflow.common.StandardViews.BACK_BOTTOM",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/standard_views.html#moldflow.common.StandardViews.BACK_BOTTOM",
    "signature": "BACK_BOTTOM = 'BackBottom' #",
    "description": ""
  },
  {
    "name": "moldflow.common.StandardViews.BACK_BOTTOM_LEFT",
    "kind": "py:attribute",
    "uri": "components/enums/standard_views.html#moldflow.common.StandardViews.BACK_BOTTOM_LEFT",
    "path": "docs/components/enums/standard_views.html#moldflow.common.StandardViews.BACK_BOTTOM_LEFT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/standard_views.html#moldflow.common.StandardViews.BACK_BOTTOM_LEFT",
    "signature": "BACK_BOTTOM_LEFT = 'BackBottomLeft' #",
    "description": ""
  },
  {
    "name": "moldflow.common.StandardViews.BACK_BOTTOM_RIGHT",
    "kind": "py:attribute",
    "uri": "components/enums/standard_views.html#moldflow.common.StandardViews.BACK_BOTTOM_RIGHT",
    "path": "docs/components/enums/standard_views.html#moldflow.common.StandardViews.BACK_BOTTOM_RIGHT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/standard_views.html#moldflow.common.StandardViews.BACK_BOTTOM_RIGHT",
    "signature": "BACK_BOTTOM_RIGHT = 'BackBottomRight' #",
    "description": ""
  },
  {
    "name": "moldflow.common.StandardViews.BACK_LEFT",
    "kind": "py:attribute",
    "uri": "components/enums/standard_views.html#moldflow.common.StandardViews.BACK_LEFT",
    "path": "docs/components/enums/standard_views.html#moldflow.common.StandardViews.BACK_LEFT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/standard_views.html#moldflow.common.StandardViews.BACK_LEFT",
    "signature": "BACK_LEFT = 'BackLeft' #",
    "description": ""
  },
  {
    "name": "moldflow.common.StandardViews.BACK_RIGHT",
    "kind": "py:attribute",
    "uri": "components/enums/standard_views.html#moldflow.common.StandardViews.BACK_RIGHT",
    "path": "docs/components/enums/standard_views.html#moldflow.common.StandardViews.BACK_RIGHT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/standard_views.html#moldflow.common.StandardViews.BACK_RIGHT",
    "signature": "BACK_RIGHT = 'BackRight' #",
    "description": ""
  },
  {
    "name": "moldflow.common.StandardViews.BACK_TOP",
    "kind": "py:attribute",
    "uri": "components/enums/standard_views.html#moldflow.common.StandardViews.BACK_TOP",
    "path": "docs/components/enums/standard_views.html#moldflow.common.StandardViews.BACK_TOP",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/standard_views.html#moldflow.common.StandardViews.BACK_TOP",
    "signature": "BACK_TOP = 'BackTop' #",
    "description": ""
  },
  {
    "name": "moldflow.common.StandardViews.BACK_TOP_LEFT",
    "kind": "py:attribute",
    "uri": "components/enums/standard_views.html#moldflow.common.StandardViews.BACK_TOP_LEFT",
    "path": "docs/components/enums/standard_views.html#moldflow.common.StandardViews.BACK_TOP_LEFT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/standard_views.html#moldflow.common.StandardViews.BACK_TOP_LEFT",
    "signature": "BACK_TOP_LEFT = 'BackTopLeft' #",
    "description": ""
  },
  {
    "name": "moldflow.common.StandardViews.BACK_TOP_RIGHT",
    "kind": "py:attribute",
    "uri": "components/enums/standard_views.html#moldflow.common.StandardViews.BACK_TOP_RIGHT",
    "path": "docs/components/enums/standard_views.html#moldflow.common.StandardViews.BACK_TOP_RIGHT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/standard_views.html#moldflow.common.StandardViews.BACK_TOP_RIGHT",
    "signature": "BACK_TOP_RIGHT = 'BackTopRight' #",
    "description": ""
  },
  {
    "name": "moldflow.common.StandardViews.BOTTOM",
    "kind": "py:attribute",
    "uri": "components/enums/standard_views.html#moldflow.common.StandardViews.BOTTOM",
    "path": "docs/components/enums/standard_views.html#moldflow.common.StandardViews.BOTTOM",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/standard_views.html#moldflow.common.StandardViews.BOTTOM",
    "signature": "BOTTOM = 'Bottom' #",
    "description": ""
  },
  {
    "name": "moldflow.common.StandardViews.FRONT",
    "kind": "py:attribute",
    "uri": "components/enums/standard_views.html#moldflow.common.StandardViews.FRONT",
    "path": "docs/components/enums/standard_views.html#moldflow.common.StandardViews.FRONT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/standard_views.html#moldflow.common.StandardViews.FRONT",
    "signature": "FRONT = 'Front' #",
    "description": ""
  },
  {
    "name": "moldflow.common.StandardViews.FRONT_BOTTOM",
    "kind": "py:attribute",
    "uri": "components/enums/standard_views.html#moldflow.common.StandardViews.FRONT_BOTTOM",
    "path": "docs/components/enums/standard_views.html#moldflow.common.StandardViews.FRONT_BOTTOM",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/standard_views.html#moldflow.common.StandardViews.FRONT_BOTTOM",
    "signature": "FRONT_BOTTOM = 'FrontBottom' #",
    "description": ""
  },
  {
    "name": "moldflow.common.StandardViews.FRONT_BOTTOM_LEFT",
    "kind": "py:attribute",
    "uri": "components/enums/standard_views.html#moldflow.common.StandardViews.FRONT_BOTTOM_LEFT",
    "path": "docs/components/enums/standard_views.html#moldflow.common.StandardViews.FRONT_BOTTOM_LEFT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/standard_views.html#moldflow.common.StandardViews.FRONT_BOTTOM_LEFT",
    "signature": "FRONT_BOTTOM_LEFT = 'FrontBottomLeft' #",
    "description": ""
  },
  {
    "name": "moldflow.common.StandardViews.FRONT_BOTTOM_RIGHT",
    "kind": "py:attribute",
    "uri": "components/enums/standard_views.html#moldflow.common.StandardViews.FRONT_BOTTOM_RIGHT",
    "path": "docs/components/enums/standard_views.html#moldflow.common.StandardViews.FRONT_BOTTOM_RIGHT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/standard_views.html#moldflow.common.StandardViews.FRONT_BOTTOM_RIGHT",
    "signature": "FRONT_BOTTOM_RIGHT = 'FrontBottomRight' #",
    "description": ""
  },
  {
    "name": "moldflow.common.StandardViews.FRONT_LEFT",
    "kind": "py:attribute",
    "uri": "components/enums/standard_views.html#moldflow.common.StandardViews.FRONT_LEFT",
    "path": "docs/components/enums/standard_views.html#moldflow.common.StandardViews.FRONT_LEFT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/standard_views.html#moldflow.common.StandardViews.FRONT_LEFT",
    "signature": "FRONT_LEFT = 'FrontLeft' #",
    "description": ""
  },
  {
    "name": "moldflow.common.StandardViews.FRONT_RIGHT",
    "kind": "py:attribute",
    "uri": "components/enums/standard_views.html#moldflow.common.StandardViews.FRONT_RIGHT",
    "path": "docs/components/enums/standard_views.html#moldflow.common.StandardViews.FRONT_RIGHT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/standard_views.html#moldflow.common.StandardViews.FRONT_RIGHT",
    "signature": "FRONT_RIGHT = 'FrontRight' #",
    "description": ""
  },
  {
    "name": "moldflow.common.StandardViews.FRONT_TOP",
    "kind": "py:attribute",
    "uri": "components/enums/standard_views.html#moldflow.common.StandardViews.FRONT_TOP",
    "path": "docs/components/enums/standard_views.html#moldflow.common.StandardViews.FRONT_TOP",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/standard_views.html#moldflow.common.StandardViews.FRONT_TOP",
    "signature": "FRONT_TOP = 'FrontTop' #",
    "description": ""
  },
  {
    "name": "moldflow.common.StandardViews.FRONT_TOP_LEFT",
    "kind": "py:attribute",
    "uri": "components/enums/standard_views.html#moldflow.common.StandardViews.FRONT_TOP_LEFT",
    "path": "docs/components/enums/standard_views.html#moldflow.common.StandardViews.FRONT_TOP_LEFT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/standard_views.html#moldflow.common.StandardViews.FRONT_TOP_LEFT",
    "signature": "FRONT_TOP_LEFT = 'FrontTopLeft' #",
    "description": ""
  },
  {
    "name": "moldflow.common.StandardViews.FRONT_TOP_RIGHT",
    "kind": "py:attribute",
    "uri": "components/enums/standard_views.html#moldflow.common.StandardViews.FRONT_TOP_RIGHT",
    "path": "docs/components/enums/standard_views.html#moldflow.common.StandardViews.FRONT_TOP_RIGHT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/standard_views.html#moldflow.common.StandardViews.FRONT_TOP_RIGHT",
    "signature": "FRONT_TOP_RIGHT = 'FrontTopRight' #",
    "description": ""
  },
  {
    "name": "moldflow.common.StandardViews.ISOMETRIC",
    "kind": "py:attribute",
    "uri": "components/enums/standard_views.html#moldflow.common.StandardViews.ISOMETRIC",
    "path": "docs/components/enums/standard_views.html#moldflow.common.StandardViews.ISOMETRIC",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/standard_views.html#moldflow.common.StandardViews.ISOMETRIC",
    "signature": "ISOMETRIC = 'Isometric' #",
    "description": ""
  },
  {
    "name": "moldflow.common.StandardViews.LEFT",
    "kind": "py:attribute",
    "uri": "components/enums/standard_views.html#moldflow.common.StandardViews.LEFT",
    "path": "docs/components/enums/standard_views.html#moldflow.common.StandardViews.LEFT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/standard_views.html#moldflow.common.StandardViews.LEFT",
    "signature": "LEFT = 'Left' #",
    "description": ""
  },
  {
    "name": "moldflow.common.StandardViews.RIGHT",
    "kind": "py:attribute",
    "uri": "components/enums/standard_views.html#moldflow.common.StandardViews.RIGHT",
    "path": "docs/components/enums/standard_views.html#moldflow.common.StandardViews.RIGHT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/standard_views.html#moldflow.common.StandardViews.RIGHT",
    "signature": "RIGHT = 'Right' #",
    "description": ""
  },
  {
    "name": "moldflow.common.StandardViews.TOP",
    "kind": "py:attribute",
    "uri": "components/enums/standard_views.html#moldflow.common.StandardViews.TOP",
    "path": "docs/components/enums/standard_views.html#moldflow.common.StandardViews.TOP",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/standard_views.html#moldflow.common.StandardViews.TOP",
    "signature": "TOP = 'Top' #",
    "description": ""
  },
  {
    "name": "moldflow.common.SystemUnits",
    "kind": "py:class",
    "uri": "components/enums/system_units.html#moldflow.common.SystemUnits",
    "path": "docs/components/enums/system_units.html#moldflow.common.SystemUnits",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/system_units.html#moldflow.common.SystemUnits",
    "signature": "class SystemUnits [source] #",
    "description": "Bases: Enum System of units"
  },
  {
    "name": "moldflow.common.SystemUnits.ENGLISH",
    "kind": "py:attribute",
    "uri": "components/enums/system_units.html#moldflow.common.SystemUnits.ENGLISH",
    "path": "docs/components/enums/system_units.html#moldflow.common.SystemUnits.ENGLISH",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/system_units.html#moldflow.common.SystemUnits.ENGLISH",
    "signature": "ENGLISH = 'English' #",
    "description": ""
  },
  {
    "name": "moldflow.common.SystemUnits.METRIC",
    "kind": "py:attribute",
    "uri": "components/enums/system_units.html#moldflow.common.SystemUnits.METRIC",
    "path": "docs/components/enums/system_units.html#moldflow.common.SystemUnits.METRIC",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/system_units.html#moldflow.common.SystemUnits.METRIC",
    "signature": "METRIC = 'Metric' #",
    "description": ""
  },
  {
    "name": "moldflow.common.SystemUnits.STANDARD",
    "kind": "py:attribute",
    "uri": "components/enums/system_units.html#moldflow.common.SystemUnits.STANDARD",
    "path": "docs/components/enums/system_units.html#moldflow.common.SystemUnits.STANDARD",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/system_units.html#moldflow.common.SystemUnits.STANDARD",
    "signature": "STANDARD = 'SI' #",
    "description": ""
  },
  {
    "name": "moldflow.common.TensorAxisRatioOptions",
    "kind": "py:class",
    "uri": "components/enums/tensor_axis_ratio_options.html#moldflow.common.TensorAxisRatioOptions",
    "path": "docs/components/enums/tensor_axis_ratio_options.html#moldflow.common.TensorAxisRatioOptions",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/tensor_axis_ratio_options.html#moldflow.common.TensorAxisRatioOptions",
    "signature": "class TensorAxisRatioOptions [source] #",
    "description": "Bases: Enum Enum for TensorAxisRatioOptions"
  },
  {
    "name": "moldflow.common.TensorAxisRatioOptions.CONSTANT_MAXIMUM_LENGTH",
    "kind": "py:attribute",
    "uri": "components/enums/tensor_axis_ratio_options.html#moldflow.common.TensorAxisRatioOptions.CONSTANT_MAXIMUM_LENGTH",
    "path": "docs/components/enums/tensor_axis_ratio_options.html#moldflow.common.TensorAxisRatioOptions.CONSTANT_MAXIMUM_LENGTH",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/tensor_axis_ratio_options.html#moldflow.common.TensorAxisRatioOptions.CONSTANT_MAXIMUM_LENGTH",
    "signature": "CONSTANT_MAXIMUM_LENGTH = 0 #",
    "description": ""
  },
  {
    "name": "moldflow.common.TensorAxisRatioOptions.PROPORTIONAL_TO_PRINCIPAL_VALUES",
    "kind": "py:attribute",
    "uri": "components/enums/tensor_axis_ratio_options.html#moldflow.common.TensorAxisRatioOptions.PROPORTIONAL_TO_PRINCIPAL_VALUES",
    "path": "docs/components/enums/tensor_axis_ratio_options.html#moldflow.common.TensorAxisRatioOptions.PROPORTIONAL_TO_PRINCIPAL_VALUES",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/tensor_axis_ratio_options.html#moldflow.common.TensorAxisRatioOptions.PROPORTIONAL_TO_PRINCIPAL_VALUES",
    "signature": "PROPORTIONAL_TO_PRINCIPAL_VALUES = 2 #",
    "description": ""
  },
  {
    "name": "moldflow.common.TensorAxisRatioOptions.THREE_TWO_ONE",
    "kind": "py:attribute",
    "uri": "components/enums/tensor_axis_ratio_options.html#moldflow.common.TensorAxisRatioOptions.THREE_TWO_ONE",
    "path": "docs/components/enums/tensor_axis_ratio_options.html#moldflow.common.TensorAxisRatioOptions.THREE_TWO_ONE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/tensor_axis_ratio_options.html#moldflow.common.TensorAxisRatioOptions.THREE_TWO_ONE",
    "signature": "THREE_TWO_ONE = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.common.TraceModes",
    "kind": "py:class",
    "uri": "components/enums/trace_modes.html#moldflow.common.TraceModes",
    "path": "docs/components/enums/trace_modes.html#moldflow.common.TraceModes",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/trace_modes.html#moldflow.common.TraceModes",
    "signature": "class TraceModes [source] #",
    "description": "Bases: Enum Enum for TraceModes"
  },
  {
    "name": "moldflow.common.TraceModes.ALL_PATHLINES",
    "kind": "py:attribute",
    "uri": "components/enums/trace_modes.html#moldflow.common.TraceModes.ALL_PATHLINES",
    "path": "docs/components/enums/trace_modes.html#moldflow.common.TraceModes.ALL_PATHLINES",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/trace_modes.html#moldflow.common.TraceModes.ALL_PATHLINES",
    "signature": "ALL_PATHLINES = 0 #",
    "description": ""
  },
  {
    "name": "moldflow.common.TraceModes.TERMINATING_IN_SELECTED_AREA",
    "kind": "py:attribute",
    "uri": "components/enums/trace_modes.html#moldflow.common.TraceModes.TERMINATING_IN_SELECTED_AREA",
    "path": "docs/components/enums/trace_modes.html#moldflow.common.TraceModes.TERMINATING_IN_SELECTED_AREA",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/trace_modes.html#moldflow.common.TraceModes.TERMINATING_IN_SELECTED_AREA",
    "signature": "TERMINATING_IN_SELECTED_AREA = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.common.TraceStyles",
    "kind": "py:class",
    "uri": "components/enums/trace_styles.html#moldflow.common.TraceStyles",
    "path": "docs/components/enums/trace_styles.html#moldflow.common.TraceStyles",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/trace_styles.html#moldflow.common.TraceStyles",
    "signature": "class TraceStyles [source] #",
    "description": "Bases: Enum Enum for TraceStyles"
  },
  {
    "name": "moldflow.common.TraceStyles.LINES",
    "kind": "py:attribute",
    "uri": "components/enums/trace_styles.html#moldflow.common.TraceStyles.LINES",
    "path": "docs/components/enums/trace_styles.html#moldflow.common.TraceStyles.LINES",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/trace_styles.html#moldflow.common.TraceStyles.LINES",
    "signature": "LINES = 0 #",
    "description": ""
  },
  {
    "name": "moldflow.common.TraceStyles.MARKERS",
    "kind": "py:attribute",
    "uri": "components/enums/trace_styles.html#moldflow.common.TraceStyles.MARKERS",
    "path": "docs/components/enums/trace_styles.html#moldflow.common.TraceStyles.MARKERS",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/trace_styles.html#moldflow.common.TraceStyles.MARKERS",
    "signature": "MARKERS = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.common.TraceStyles.TUBES",
    "kind": "py:attribute",
    "uri": "components/enums/trace_styles.html#moldflow.common.TraceStyles.TUBES",
    "path": "docs/components/enums/trace_styles.html#moldflow.common.TraceStyles.TUBES",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/trace_styles.html#moldflow.common.TraceStyles.TUBES",
    "signature": "TUBES = 2 #",
    "description": ""
  },
  {
    "name": "moldflow.common.TransformFunctions",
    "kind": "py:class",
    "uri": "components/enums/transform_functions.html#moldflow.common.TransformFunctions",
    "path": "docs/components/enums/transform_functions.html#moldflow.common.TransformFunctions",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/transform_functions.html#moldflow.common.TransformFunctions",
    "signature": "class TransformFunctions [source] #",
    "description": "Bases: Enum Enum for TransformFunctions"
  },
  {
    "name": "moldflow.common.TransformFunctions.ABSOLUTE",
    "kind": "py:attribute",
    "uri": "components/enums/transform_functions.html#moldflow.common.TransformFunctions.ABSOLUTE",
    "path": "docs/components/enums/transform_functions.html#moldflow.common.TransformFunctions.ABSOLUTE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/transform_functions.html#moldflow.common.TransformFunctions.ABSOLUTE",
    "signature": "ABSOLUTE = 'abs' #",
    "description": ""
  },
  {
    "name": "moldflow.common.TransformFunctions.COSINE",
    "kind": "py:attribute",
    "uri": "components/enums/transform_functions.html#moldflow.common.TransformFunctions.COSINE",
    "path": "docs/components/enums/transform_functions.html#moldflow.common.TransformFunctions.COSINE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/transform_functions.html#moldflow.common.TransformFunctions.COSINE",
    "signature": "COSINE = 'cos' #",
    "description": ""
  },
  {
    "name": "moldflow.common.TransformFunctions.EXPONENT",
    "kind": "py:attribute",
    "uri": "components/enums/transform_functions.html#moldflow.common.TransformFunctions.EXPONENT",
    "path": "docs/components/enums/transform_functions.html#moldflow.common.TransformFunctions.EXPONENT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/transform_functions.html#moldflow.common.TransformFunctions.EXPONENT",
    "signature": "EXPONENT = 'exp' #",
    "description": ""
  },
  {
    "name": "moldflow.common.TransformFunctions.LOGARITHM",
    "kind": "py:attribute",
    "uri": "components/enums/transform_functions.html#moldflow.common.TransformFunctions.LOGARITHM",
    "path": "docs/components/enums/transform_functions.html#moldflow.common.TransformFunctions.LOGARITHM",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/transform_functions.html#moldflow.common.TransformFunctions.LOGARITHM",
    "signature": "LOGARITHM = 'log' #",
    "description": ""
  },
  {
    "name": "moldflow.common.TransformFunctions.NEAREST_INT",
    "kind": "py:attribute",
    "uri": "components/enums/transform_functions.html#moldflow.common.TransformFunctions.NEAREST_INT",
    "path": "docs/components/enums/transform_functions.html#moldflow.common.TransformFunctions.NEAREST_INT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/transform_functions.html#moldflow.common.TransformFunctions.NEAREST_INT",
    "signature": "NEAREST_INT = 'nint' #",
    "description": ""
  },
  {
    "name": "moldflow.common.TransformFunctions.SIGN",
    "kind": "py:attribute",
    "uri": "components/enums/transform_functions.html#moldflow.common.TransformFunctions.SIGN",
    "path": "docs/components/enums/transform_functions.html#moldflow.common.TransformFunctions.SIGN",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/transform_functions.html#moldflow.common.TransformFunctions.SIGN",
    "signature": "SIGN = 'sign' #",
    "description": ""
  },
  {
    "name": "moldflow.common.TransformFunctions.SINE",
    "kind": "py:attribute",
    "uri": "components/enums/transform_functions.html#moldflow.common.TransformFunctions.SINE",
    "path": "docs/components/enums/transform_functions.html#moldflow.common.TransformFunctions.SINE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/transform_functions.html#moldflow.common.TransformFunctions.SINE",
    "signature": "SINE = 'sin' #",
    "description": ""
  },
  {
    "name": "moldflow.common.TransformFunctions.SQUARE_ROOT",
    "kind": "py:attribute",
    "uri": "components/enums/transform_functions.html#moldflow.common.TransformFunctions.SQUARE_ROOT",
    "path": "docs/components/enums/transform_functions.html#moldflow.common.TransformFunctions.SQUARE_ROOT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/transform_functions.html#moldflow.common.TransformFunctions.SQUARE_ROOT",
    "signature": "SQUARE_ROOT = 'sqrt' #",
    "description": ""
  },
  {
    "name": "moldflow.common.TransformFunctions.TANGENT",
    "kind": "py:attribute",
    "uri": "components/enums/transform_functions.html#moldflow.common.TransformFunctions.TANGENT",
    "path": "docs/components/enums/transform_functions.html#moldflow.common.TransformFunctions.TANGENT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/transform_functions.html#moldflow.common.TransformFunctions.TANGENT",
    "signature": "TANGENT = 'tan' #",
    "description": ""
  },
  {
    "name": "moldflow.common.TransformOperations",
    "kind": "py:class",
    "uri": "components/enums/transform_operations.html#moldflow.common.TransformOperations",
    "path": "docs/components/enums/transform_operations.html#moldflow.common.TransformOperations",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/transform_operations.html#moldflow.common.TransformOperations",
    "signature": "class TransformOperations [source] #",
    "description": "Bases: Enum Enum for TransformOperations"
  },
  {
    "name": "moldflow.common.TransformOperations.ADD",
    "kind": "py:attribute",
    "uri": "components/enums/transform_operations.html#moldflow.common.TransformOperations.ADD",
    "path": "docs/components/enums/transform_operations.html#moldflow.common.TransformOperations.ADD",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/transform_operations.html#moldflow.common.TransformOperations.ADD",
    "signature": "ADD = '+' #",
    "description": ""
  },
  {
    "name": "moldflow.common.TransformOperations.DIVIDE",
    "kind": "py:attribute",
    "uri": "components/enums/transform_operations.html#moldflow.common.TransformOperations.DIVIDE",
    "path": "docs/components/enums/transform_operations.html#moldflow.common.TransformOperations.DIVIDE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/transform_operations.html#moldflow.common.TransformOperations.DIVIDE",
    "signature": "DIVIDE = '/' #",
    "description": ""
  },
  {
    "name": "moldflow.common.TransformOperations.MULTIPLY",
    "kind": "py:attribute",
    "uri": "components/enums/transform_operations.html#moldflow.common.TransformOperations.MULTIPLY",
    "path": "docs/components/enums/transform_operations.html#moldflow.common.TransformOperations.MULTIPLY",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/transform_operations.html#moldflow.common.TransformOperations.MULTIPLY",
    "signature": "MULTIPLY = '*' #",
    "description": ""
  },
  {
    "name": "moldflow.common.TransformOperations.SUBTRACT",
    "kind": "py:attribute",
    "uri": "components/enums/transform_operations.html#moldflow.common.TransformOperations.SUBTRACT",
    "path": "docs/components/enums/transform_operations.html#moldflow.common.TransformOperations.SUBTRACT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/transform_operations.html#moldflow.common.TransformOperations.SUBTRACT",
    "signature": "SUBTRACT = '-' #",
    "description": ""
  },
  {
    "name": "moldflow.common.TransformScalarOperations",
    "kind": "py:class",
    "uri": "components/enums/transform_scalar_operations.html#moldflow.common.TransformScalarOperations",
    "path": "docs/components/enums/transform_scalar_operations.html#moldflow.common.TransformScalarOperations",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/transform_scalar_operations.html#moldflow.common.TransformScalarOperations",
    "signature": "class TransformScalarOperations [source] #",
    "description": "Bases: Enum Enum for TransformScalarOperations"
  },
  {
    "name": "moldflow.common.TransformScalarOperations.ADD",
    "kind": "py:attribute",
    "uri": "components/enums/transform_scalar_operations.html#moldflow.common.TransformScalarOperations.ADD",
    "path": "docs/components/enums/transform_scalar_operations.html#moldflow.common.TransformScalarOperations.ADD",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/transform_scalar_operations.html#moldflow.common.TransformScalarOperations.ADD",
    "signature": "ADD = '+' #",
    "description": ""
  },
  {
    "name": "moldflow.common.TransformScalarOperations.DIVIDE",
    "kind": "py:attribute",
    "uri": "components/enums/transform_scalar_operations.html#moldflow.common.TransformScalarOperations.DIVIDE",
    "path": "docs/components/enums/transform_scalar_operations.html#moldflow.common.TransformScalarOperations.DIVIDE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/transform_scalar_operations.html#moldflow.common.TransformScalarOperations.DIVIDE",
    "signature": "DIVIDE = '/' #",
    "description": ""
  },
  {
    "name": "moldflow.common.TransformScalarOperations.MULTIPLY",
    "kind": "py:attribute",
    "uri": "components/enums/transform_scalar_operations.html#moldflow.common.TransformScalarOperations.MULTIPLY",
    "path": "docs/components/enums/transform_scalar_operations.html#moldflow.common.TransformScalarOperations.MULTIPLY",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/transform_scalar_operations.html#moldflow.common.TransformScalarOperations.MULTIPLY",
    "signature": "MULTIPLY = '*' #",
    "description": ""
  },
  {
    "name": "moldflow.common.TransformScalarOperations.POST_DIVIDE",
    "kind": "py:attribute",
    "uri": "components/enums/transform_scalar_operations.html#moldflow.common.TransformScalarOperations.POST_DIVIDE",
    "path": "docs/components/enums/transform_scalar_operations.html#moldflow.common.TransformScalarOperations.POST_DIVIDE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/transform_scalar_operations.html#moldflow.common.TransformScalarOperations.POST_DIVIDE",
    "signature": "POST_DIVIDE = '/=' #",
    "description": ""
  },
  {
    "name": "moldflow.common.TransformScalarOperations.POST_MINUS",
    "kind": "py:attribute",
    "uri": "components/enums/transform_scalar_operations.html#moldflow.common.TransformScalarOperations.POST_MINUS",
    "path": "docs/components/enums/transform_scalar_operations.html#moldflow.common.TransformScalarOperations.POST_MINUS",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/transform_scalar_operations.html#moldflow.common.TransformScalarOperations.POST_MINUS",
    "signature": "POST_MINUS = '-=' #",
    "description": ""
  },
  {
    "name": "moldflow.common.TransformScalarOperations.SUBTRACT",
    "kind": "py:attribute",
    "uri": "components/enums/transform_scalar_operations.html#moldflow.common.TransformScalarOperations.SUBTRACT",
    "path": "docs/components/enums/transform_scalar_operations.html#moldflow.common.TransformScalarOperations.SUBTRACT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/transform_scalar_operations.html#moldflow.common.TransformScalarOperations.SUBTRACT",
    "signature": "SUBTRACT = '-' #",
    "description": ""
  },
  {
    "name": "moldflow.common.TriClassification",
    "kind": "py:class",
    "uri": "components/enums/tri_classification.html#moldflow.common.TriClassification",
    "path": "docs/components/enums/tri_classification.html#moldflow.common.TriClassification",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/tri_classification.html#moldflow.common.TriClassification",
    "signature": "class TriClassification [source] #",
    "description": "Bases: Enum Enum for TriClassification"
  },
  {
    "name": "moldflow.common.TriClassification.IGNORE",
    "kind": "py:attribute",
    "uri": "components/enums/tri_classification.html#moldflow.common.TriClassification.IGNORE",
    "path": "docs/components/enums/tri_classification.html#moldflow.common.TriClassification.IGNORE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/tri_classification.html#moldflow.common.TriClassification.IGNORE",
    "signature": "IGNORE = 0 #",
    "description": ""
  },
  {
    "name": "moldflow.common.TriClassification.PRESERVE_ALL",
    "kind": "py:attribute",
    "uri": "components/enums/tri_classification.html#moldflow.common.TriClassification.PRESERVE_ALL",
    "path": "docs/components/enums/tri_classification.html#moldflow.common.TriClassification.PRESERVE_ALL",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/tri_classification.html#moldflow.common.TriClassification.PRESERVE_ALL",
    "signature": "PRESERVE_ALL = 2 #",
    "description": ""
  },
  {
    "name": "moldflow.common.TriClassification.PRESERVE_NOT_SLIVER",
    "kind": "py:attribute",
    "uri": "components/enums/tri_classification.html#moldflow.common.TriClassification.PRESERVE_NOT_SLIVER",
    "path": "docs/components/enums/tri_classification.html#moldflow.common.TriClassification.PRESERVE_NOT_SLIVER",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/tri_classification.html#moldflow.common.TriClassification.PRESERVE_NOT_SLIVER",
    "signature": "PRESERVE_NOT_SLIVER = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.common.UserPlotType",
    "kind": "py:class",
    "uri": "components/enums/user_plot_type.html#moldflow.common.UserPlotType",
    "path": "docs/components/enums/user_plot_type.html#moldflow.common.UserPlotType",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/user_plot_type.html#moldflow.common.UserPlotType",
    "signature": "class UserPlotType [source] #",
    "description": "Bases: Enum Enum for UserPlotType"
  },
  {
    "name": "moldflow.common.UserPlotType.ELEMENT_DATA",
    "kind": "py:attribute",
    "uri": "components/enums/user_plot_type.html#moldflow.common.UserPlotType.ELEMENT_DATA",
    "path": "docs/components/enums/user_plot_type.html#moldflow.common.UserPlotType.ELEMENT_DATA",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/user_plot_type.html#moldflow.common.UserPlotType.ELEMENT_DATA",
    "signature": "ELEMENT_DATA = 'ELDT' #",
    "description": ""
  },
  {
    "name": "moldflow.common.UserPlotType.NODE_DATA",
    "kind": "py:attribute",
    "uri": "components/enums/user_plot_type.html#moldflow.common.UserPlotType.NODE_DATA",
    "path": "docs/components/enums/user_plot_type.html#moldflow.common.UserPlotType.NODE_DATA",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/user_plot_type.html#moldflow.common.UserPlotType.NODE_DATA",
    "signature": "NODE_DATA = 'NDDT' #",
    "description": ""
  },
  {
    "name": "moldflow.common.UserPlotType.NON_MESH_DATA",
    "kind": "py:attribute",
    "uri": "components/enums/user_plot_type.html#moldflow.common.UserPlotType.NON_MESH_DATA",
    "path": "docs/components/enums/user_plot_type.html#moldflow.common.UserPlotType.NON_MESH_DATA",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/user_plot_type.html#moldflow.common.UserPlotType.NON_MESH_DATA",
    "signature": "NON_MESH_DATA = 'NMDT' #",
    "description": ""
  },
  {
    "name": "moldflow.common.ViewModes",
    "kind": "py:class",
    "uri": "components/enums/view_modes.html#moldflow.common.ViewModes",
    "path": "docs/components/enums/view_modes.html#moldflow.common.ViewModes",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/view_modes.html#moldflow.common.ViewModes",
    "signature": "class ViewModes [source] #",
    "description": "Bases: Enum Enum for ViewModes projections"
  },
  {
    "name": "moldflow.common.ViewModes.PARALLEL_PROJECTION",
    "kind": "py:attribute",
    "uri": "components/enums/view_modes.html#moldflow.common.ViewModes.PARALLEL_PROJECTION",
    "path": "docs/components/enums/view_modes.html#moldflow.common.ViewModes.PARALLEL_PROJECTION",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/view_modes.html#moldflow.common.ViewModes.PARALLEL_PROJECTION",
    "signature": "PARALLEL_PROJECTION = 0 #",
    "description": ""
  },
  {
    "name": "moldflow.common.ViewModes.PERSPECTIVE_PROJECTION",
    "kind": "py:attribute",
    "uri": "components/enums/view_modes.html#moldflow.common.ViewModes.PERSPECTIVE_PROJECTION",
    "path": "docs/components/enums/view_modes.html#moldflow.common.ViewModes.PERSPECTIVE_PROJECTION",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/enums/view_modes.html#moldflow.common.ViewModes.PERSPECTIVE_PROJECTION",
    "signature": "PERSPECTIVE_PROJECTION = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.data_transform",
    "kind": "py:module",
    "uri": "components/wrapper/data_transform.html#module-moldflow.data_transform",
    "path": "docs/components/wrapper/data_transform.html#module-moldflow.data_transform",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/data_transform.html#module-moldflow.data_transform",
    "signature": "moldflow.data_transform",
    "description": ""
  },
  {
    "name": "moldflow.data_transform.DataTransform",
    "kind": "py:class",
    "uri": "components/wrapper/data_transform.html#moldflow.data_transform.DataTransform",
    "path": "docs/components/wrapper/data_transform.html#moldflow.data_transform.DataTransform",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/data_transform.html#moldflow.data_transform.DataTransform",
    "signature": "class DataTransform [source] #",
    "description": "Bases: object Wrapper for DataTransform class of Moldflow Synergy."
  },
  {
    "name": "moldflow.data_transform.DataTransform.func",
    "kind": "py:method",
    "uri": "components/wrapper/data_transform.html#moldflow.data_transform.DataTransform.func",
    "path": "docs/components/wrapper/data_transform.html#moldflow.data_transform.DataTransform.func",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/data_transform.html#moldflow.data_transform.DataTransform.func",
    "signature": "func ( func_name , label_in , data_in , label_out , data_out ) [source] #",
    "description": "This function calculates data using given function. Parameters : func_name ( TransformFunctions | str ) – The name of the function to be applied. label_in ( IntegerArray ) – The input label array. data_in ( DoubleArray ) – The input data array. label_out ( IntegerArray ) – The output label array. data_out ( DoubleArray ) – The output data array. Returns : True if the function was applied successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.data_transform.DataTransform.op",
    "kind": "py:method",
    "uri": "components/wrapper/data_transform.html#moldflow.data_transform.DataTransform.op",
    "path": "docs/components/wrapper/data_transform.html#moldflow.data_transform.DataTransform.op",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/data_transform.html#moldflow.data_transform.DataTransform.op",
    "signature": "op ( label_1 , data_1 , op , label_2 , data_2 , label_out , data_out ) [source] #",
    "description": "This function calculates data using given operation. Parameters : label_1 ( IntegerArray ) – The first input label array. data_1 ( DoubleArray ) – The first input data array. op ( TransformOperations | str ) – The operation to be applied. label_2 ( IntegerArray ) – The second input label array. data_2 ( DoubleArray ) – The second input data array. label_out ( IntegerArray ) – The output label array. data_out ( DoubleArray ) – The output data array. Returns : True if the operation was applied successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.data_transform.DataTransform.scalar",
    "kind": "py:method",
    "uri": "components/wrapper/data_transform.html#moldflow.data_transform.DataTransform.scalar",
    "path": "docs/components/wrapper/data_transform.html#moldflow.data_transform.DataTransform.scalar",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/data_transform.html#moldflow.data_transform.DataTransform.scalar",
    "signature": "scalar ( label_in , data_in , op , scalar_value , label_out , data_out ) [source] #",
    "description": "This function calculates data using given scalar operation. Parameters : label_in ( IntegerArray ) – The input label array. data_in ( DoubleArray ) – The input data array. op ( TransformScalarOperations | str ) – The scalar operation to be applied. scalar_value ( float ) – The scalar value to be used in the operation. label_out ( IntegerArray ) – The output label array. data_out ( DoubleArray ) – The output data array. Returns : True if the scalar operation was applied successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.diagnosis_manager",
    "kind": "py:module",
    "uri": "components/wrapper/diagnosis_manager.html#module-moldflow.diagnosis_manager",
    "path": "docs/components/wrapper/diagnosis_manager.html#module-moldflow.diagnosis_manager",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#module-moldflow.diagnosis_manager",
    "signature": "moldflow.diagnosis_manager",
    "description": ""
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager",
    "kind": "py:class",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager",
    "signature": "class DiagnosisManager [source] #",
    "description": "Bases: object Wrapper for DiagnosisManager class of Moldflow Synergy."
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.create_entity_list",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.create_entity_list",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.create_entity_list",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.create_entity_list",
    "signature": "create_entity_list ( ) [source] #",
    "description": "Creates an empty EntList object Returns : The created entity list. Return type : EntList"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.get_aspect_ratio_diagnosis",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_aspect_ratio_diagnosis",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_aspect_ratio_diagnosis",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_aspect_ratio_diagnosis",
    "signature": "get_aspect_ratio_diagnosis ( min_value , max_value , std_ar , visible , element_id , value ) [source] #",
    "description": "Get aspect ratio diagnostics Parameters : min_value ( float ) – Minimum aspect ratio value. max_value ( float ) – Maximum aspect ratio value. std_ar ( bool ) – Standard aspect ratio. visible ( bool ) – Show/hide the selected mesh diagnosis. element_id ( IntegerArray | None ) – The element ID array. value ( DoubleArray | None ) – The value array. Returns : The number of aspect ratio diagnostics. Return type : int"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.get_collapsed_faces",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_collapsed_faces",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_collapsed_faces",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_collapsed_faces",
    "signature": "get_collapsed_faces ( visible , tetra_id ) [source] #",
    "description": "Get collapsed faces diagnostics Parameters : visible ( bool ) – Show/hide the selected mesh diagnosis. tetra_id ( IntegerArray | None ) – The tetrahedron ID array. Returns : The number of collapsed faces. Return type : int"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.get_connectivity_diagnosis",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_connectivity_diagnosis",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_connectivity_diagnosis",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_connectivity_diagnosis",
    "signature": "get_connectivity_diagnosis ( nodes , ex_beam , visible , element_id , value ) [source] #",
    "description": "Get connectivity diagnostics Parameters : nodes ( EntList | None ) – The nodes to show connectivity for. ex_beam ( bool ) – Show external beam. visible ( bool ) – Show/hide the selected mesh diagnosis. element_id ( IntegerArray | None ) – The element ID array. value ( DoubleArray | None ) – The value array. Returns : The number of connectivity diagnostics. Return type : int"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.get_edges_diagnosis",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_edges_diagnosis",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_edges_diagnosis",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_edges_diagnosis",
    "signature": "get_edges_diagnosis ( non_manifold , visible , element_id , value ) [source] #",
    "description": "Get free and manifold edge diagnostics Parameters : non_manifold ( bool ) – Show non-manifold edges. visible ( bool ) – Show/hide the selected mesh diagnosis. element_id ( IntegerArray | None ) – The element ID array. value ( DoubleArray | None ) – bit field for freeedge / non-manifold Returns : The number of free and manifold edge diagnostics. Return type : int"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.get_insufficient_refinement_through_thickness",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_insufficient_refinement_through_thickness",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_insufficient_refinement_through_thickness",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_insufficient_refinement_through_thickness",
    "signature": "get_insufficient_refinement_through_thickness ( min_layer , visible , tetra_id ) [source] #",
    "description": "Get insufficient refinement through thickness diagnostics Parameters : min_layer ( int ) – The minimum layer value. visible ( bool ) – Show/hide the selected mesh diagnosis. tetra_id ( IntegerArray | None ) – The tetrahedron ID array. Returns : The number of collapsed faces. Return type : int"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.get_internal_long_edges",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_internal_long_edges",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_internal_long_edges",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_internal_long_edges",
    "signature": "get_internal_long_edges ( max_edge_length_ratio , visible , tetra_id , value ) [source] #",
    "description": "Get internal long edges diagnostics Parameters : max_edge_length_ratio ( float ) – The maximum edge length ratio. visible ( bool ) – Show/hide the selected mesh diagnosis. tetra_id ( IntegerArray | None ) – The tetrahedron ID array. value ( DoubleArray | None ) – The value array. Returns : The number of internal long edges. Return type : int"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.get_inverted_tetras",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_inverted_tetras",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_inverted_tetras",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_inverted_tetras",
    "signature": "get_inverted_tetras ( visible , tetra_id ) [source] #",
    "description": "Get inverted tetrahedra diagnostics Parameters : visible ( bool ) – Show/hide the selected mesh diagnosis. tetra_id ( IntegerArray | None ) – The tetrahedron ID array. Returns : The number of inverted tetras. Return type : int"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.get_match_info_diagnosis",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_match_info_diagnosis",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_match_info_diagnosis",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_match_info_diagnosis",
    "signature": "get_match_info_diagnosis ( element_id , value ) [source] #",
    "description": "Get mesh match diagnostics Parameters : element_id ( IntegerArray | None ) – The element ID array. value ( DoubleArray | None ) – The value array. Returns : The number of mesh match diagnostics. Return type : int"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.get_mesh_summary",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_mesh_summary",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_mesh_summary",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_mesh_summary",
    "signature": "get_mesh_summary ( element_only , inc_beams = True , inc_match = True , recalculate = False ) [source] #",
    "description": "Get the mesh summary. Parameters : element_only ( bool ) – bool: If True, get element counts summary only. inc_beams ( bool ) – bool: If True, include beam elements in the summary. inc_match ( bool ) – bool: If True, include match ratios in the summary. recalculate ( bool ) – bool: If True, recalculate the summary. Returns : The mesh summary object. Return type : MeshSummary"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.get_occurrence_diagnosis",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_occurrence_diagnosis",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_occurrence_diagnosis",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_occurrence_diagnosis",
    "signature": "get_occurrence_diagnosis ( visible , element_id , value ) [source] #",
    "description": "Get occurrence number diagnostics Parameters : visible ( bool ) – Show/hide the selected mesh diagnosis. element_id ( IntegerArray | None ) – The element ID array. value ( DoubleArray | None ) – The value array. Returns : The number of occurrence diagnostics. Return type : int"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.get_orientation_diagnosis",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_orientation_diagnosis",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_orientation_diagnosis",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_orientation_diagnosis",
    "signature": "get_orientation_diagnosis ( visible , element_id , value ) [source] #",
    "description": "Get mesh orientation diagnostics Parameters : visible ( bool ) – Show/hide the selected mesh diagnosis. element_id ( IntegerArray | None ) – The element ID array. value ( DoubleArray | None ) – The value array. Returns : The number of mesh match diagnostics. Return type : int"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.get_overlap_diagnosis",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_overlap_diagnosis",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_overlap_diagnosis",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_overlap_diagnosis",
    "signature": "get_overlap_diagnosis ( overlap , intersect , visible , element_id , value ) [source] #",
    "description": "Get overlap diagnostics Parameters : overlap ( bool ) – Show overlapping elements. intersect ( bool ) – Show intersecting elements. visible ( bool ) – Show/hide the selected mesh diagnosis. element_id ( IntegerArray | None ) – The element ID array. value ( DoubleArray | None ) – intersect/overlap value 1 - Intersect, Returns : The number of overlap diagnostics. Return type : int"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.get_surface_with_bad_trim_curve",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_surface_with_bad_trim_curve",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_surface_with_bad_trim_curve",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_surface_with_bad_trim_curve",
    "signature": "get_surface_with_bad_trim_curve ( outer_loop , inner_loop , surf_def , visible , element_id , value ) [source] #",
    "description": "Get surface with bad trim curvature diagnostics Parameters : outer_loop ( bool ) – Test surface outer loops for errors inner_loop ( bool ) – Test surface inner loops for errors surf_def ( bool ) – Test underlying surface definition for errors visible ( bool ) – Show/hide the selected mesh diagnosis. element_id ( IntegerArray | None ) – The element ID array. value ( DoubleArray | None ) – The value array. Returns : The number of surface with bad trim curvature. Return type : int"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.get_surface_with_free_trim_curve",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_surface_with_free_trim_curve",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_surface_with_free_trim_curve",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_surface_with_free_trim_curve",
    "signature": "get_surface_with_free_trim_curve ( free , non_manifold , visible , element_id , value ) [source] #",
    "description": "Get surface with free trim curvature diagnostics Parameters : free ( bool ) – Test surface outer loops for errors non_manifold ( bool ) – Test surface inner loops for errors visible ( bool ) – Show/hide the selected mesh diagnosis. element_id ( IntegerArray | None ) – The element ID array. value ( DoubleArray | None ) – The value array. Returns : The number of surface with bad trim curvature. Return type : int"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.get_tetras_with_extreme_max_angle_between_faces",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_tetras_with_extreme_max_angle_between_faces",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_tetras_with_extreme_max_angle_between_faces",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_tetras_with_extreme_max_angle_between_faces",
    "signature": "get_tetras_with_extreme_max_angle_between_faces ( max_angle , visible , tetra_id , value ) [source] #",
    "description": "Get tetras with extreme maximum angle between faces diagnostics Parameters : max_angle ( float ) – The maximum angle. visible ( bool ) – Show/hide the selected mesh diagnosis. tetra_id ( IntegerArray | None ) – The tetrahedron ID array. value ( DoubleArray | None ) – The value array. Returns : The number of tetras with extreme maximum angle between faces. Return type : int"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.get_tetras_with_extreme_min_angle_between_faces",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_tetras_with_extreme_min_angle_between_faces",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_tetras_with_extreme_min_angle_between_faces",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_tetras_with_extreme_min_angle_between_faces",
    "signature": "get_tetras_with_extreme_min_angle_between_faces ( min_angle , visible , tetra_id , value ) [source] #",
    "description": "Get tetras with extreme minimum angle between faces diagnostics Parameters : min_angle ( float ) – The minimum angle. visible ( bool ) – Show/hide the selected mesh diagnosis. tetra_id ( IntegerArray | None ) – The tetrahedron ID array. value ( DoubleArray | None ) – The value array. Returns : The number of tetras with extreme minimum angle between faces. Return type : int"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.get_tetras_with_extremely_large_volume",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_tetras_with_extremely_large_volume",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_tetras_with_extremely_large_volume",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_tetras_with_extremely_large_volume",
    "signature": "get_tetras_with_extremely_large_volume ( max_volume_ratio , visible , tetra_id , value ) [source] #",
    "description": "Get tetras with extremely large volume diagnostics Parameters : max_volume_ratio ( float ) – The maximum volume ratio. visible ( bool ) – Show/hide the selected mesh diagnosis. tetra_id ( IntegerArray | None ) – The tetrahedron ID array. value ( DoubleArray | None ) – The value array. Returns : The number of internal long edges. Return type : int"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.get_tetras_with_high_aspect_ratio",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_tetras_with_high_aspect_ratio",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_tetras_with_high_aspect_ratio",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_tetras_with_high_aspect_ratio",
    "signature": "get_tetras_with_high_aspect_ratio ( max_aspect_ratio , visible , tetra_id , value ) [source] #",
    "description": "Get tetras with high aspect ratio diagnostics Parameters : max_aspect_ratio ( float ) – The maximum aspect ratio. visible ( bool ) – Show/hide the selected mesh diagnosis. tetra_id ( IntegerArray | None ) – The tetrahedron ID array. value ( DoubleArray | None ) – The value array. Returns : The number of tetras with high aspect ratio. Return type : int"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.get_thickness_diagnosis",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_thickness_diagnosis",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_thickness_diagnosis",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_thickness_diagnosis",
    "signature": "get_thickness_diagnosis ( min_value , max_value , visible , element_id , value ) [source] #",
    "description": "Get thickness diagnostics Parameters : min_value ( float ) – Minimum thickness value. 0 for all thickness max_value ( float ) – Maximum thickness value. 0 for all thickness visible ( bool ) – Show/hide the selected mesh diagnosis. element_id ( IntegerArray | None ) – The element ID array. value ( DoubleArray | None ) – The value array. Returns : The number of thickness diagnostics. Return type : int"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.get_zero_area_elements_diagnosis",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_zero_area_elements_diagnosis",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_zero_area_elements_diagnosis",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.get_zero_area_elements_diagnosis",
    "signature": "get_zero_area_elements_diagnosis ( min_value , visible , element_id , value ) [source] #",
    "description": "Get zero area element diagnostics Parameters : min_value ( float ) – Minimum area value. ZeroArea = Sqrt(3)/4 * aMin * aMin visible ( bool ) – Show/hide the selected mesh diagnosis. element_id ( IntegerArray | None ) – The element ID array. value ( DoubleArray | None ) – The value array. Returns : The number of zero area elements. Return type : int"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_aspect_ratio",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_aspect_ratio",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_aspect_ratio",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_aspect_ratio",
    "signature": "show_aspect_ratio ( min_value , max_value , std_ar , assign_layer , show_txt , visible = False ) [source] #",
    "description": "Generates aspect ratio diagnostics Parameters : min_value ( float ) – Minimum aspect ratio value. max_value ( float ) – Maximum aspect ratio value. std_ar ( bool ) – Standard aspect ratio. assign_layer ( bool ) – Assign layer to the mesh. show_txt ( bool ) – Show text on the mesh. visible ( bool ) – Show/hide the selected mesh diagnosis. Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_beam_element_count",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_beam_element_count",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_beam_element_count",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_beam_element_count",
    "signature": "show_beam_element_count ( min_value , max_value , assign_layer , visible = False ) [source] #",
    "description": "Generates beam element count diagnostics Parameters : min_value ( int ) – Minimum beam element count value. max_value ( int ) – Maximum beam element count value. assign_layer ( bool ) – Assign layer to the mesh. visible ( bool ) – Show/hide the selected mesh diagnosis. Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_bubbler_baffle_check",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_bubbler_baffle_check",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_bubbler_baffle_check",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_bubbler_baffle_check",
    "signature": "show_bubbler_baffle_check ( assign_layer , visible = False ) [source] #",
    "description": "Generates bubbler baffle check diagnostics Parameters : assign_layer ( bool ) – Push the elements within the diagnosis range into a\r\ndiagnostics layer visible ( bool ) – Show/hide the selected mesh diagnosis. Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_centroid_closeness",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_centroid_closeness",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_centroid_closeness",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_centroid_closeness",
    "signature": "show_centroid_closeness ( assign_layer , visible = False ) [source] #",
    "description": "Generates centroid closeness diagnostics Parameters : assign_layer ( bool ) – Push the elements within the diagnosis range into a\r\ndiagnostics layer visible ( bool ) – Show/hide the selected mesh diagnosis. Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_connect",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_connect",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_connect",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_connect",
    "signature": "show_connect ( nodes , ex_beam , assign_layer , show_txt , visible = False ) [source] #",
    "description": "Generates connectivity diagnostics Parameters : nodes ( EntList | None ) – The nodes to show connectivity for. ex_beam ( bool ) – Show external beam. assign_layer ( bool ) – Assign layer to the mesh. show_txt ( bool ) – Show text on the mesh. visible ( bool ) – Show/hide the selected mesh diagnosis. Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_cooling_circuit_validity",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_cooling_circuit_validity",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_cooling_circuit_validity",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_cooling_circuit_validity",
    "signature": "show_cooling_circuit_validity ( assign_layer , visible = False ) [source] #",
    "description": "Generates cooling circuit validity diagnostics Parameters : assign_layer ( bool ) – Push the elements within the diagnosis range into a\r\ndiagnostics layer visible ( bool ) – Show/hide the selected mesh diagnosis. Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_degen_elements",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_degen_elements",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_degen_elements",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_degen_elements",
    "signature": "show_degen_elements ( min_value , assign_layer , show_txt ) [source] #",
    "description": "Generates degenerate element diagnostics Parameters : min_value ( float ) – Minimum area value. ZeroArea = Sqrt(3)/4 * aMin * aMin assign_layer ( bool ) – Assign layer to the mesh. show_txt ( bool ) – Show text on the mesh. Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_diagnosis",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_diagnosis",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_diagnosis",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_diagnosis",
    "signature": "show_diagnosis ( visible = False ) [source] #",
    "description": "Show/hide the selected mesh diagnostic Parameters : visible ( bool ) – Show/hide mesh diagnosis. Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_dimensions",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_dimensions",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_dimensions",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_dimensions",
    "signature": "show_dimensions ( min_value , max_value , assign_layer , visible = False ) [source] #",
    "description": "Generates dimensions diagnostics Parameters : min_value ( float ) – Minimum dimension value. max_value ( float ) – Maximum dimension value. assign_layer ( bool ) – Assign layer to the mesh. visible ( bool ) – Show/hide the selected mesh diagnosis. Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_edges",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_edges",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_edges",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_edges",
    "signature": "show_edges ( non_manifold , assign_layer , show_txt , visible = False ) [source] #",
    "description": "Generates free and manifold edge diagnostics Parameters : non_manifold ( bool ) – Show non-manifold edges. assign_layer ( bool ) – Assign layer to the mesh. show_txt ( bool ) – Show text on the mesh. visible ( bool ) – Show/hide the selected mesh diagnosis. Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_ld_ratio",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_ld_ratio",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_ld_ratio",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_ld_ratio",
    "signature": "show_ld_ratio ( min_value , max_value , assign_layer , visible = False ) [source] #",
    "description": "Generates LD ratio diagnostics Parameters : min_value ( float ) – Minimum LD ratio value. max_value ( float ) – Maximum LD ratio value. assign_layer ( bool ) – Assign layer to the mesh. visible ( bool ) – Show/hide the selected mesh diagnosis. Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_match_info",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_match_info",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_match_info",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_match_info",
    "signature": "show_match_info ( assign_layer , show_txt , reciprocal = False ) [source] #",
    "description": "Generates mesh match diagnostics Parameters : assign_layer ( bool ) – Assign layer to the mesh. show_txt ( bool ) – Show text on the mesh. reciprocal ( bool ) – Show reciprocal mesh matching Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_occurrence",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_occurrence",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_occurrence",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_occurrence",
    "signature": "show_occurrence ( assign_layer , visible = False ) [source] #",
    "description": "Generates occurrence number diagnostics Parameters : assign_layer ( bool ) – Assign layer to the mesh. visible ( bool ) – Show/hide the selected mesh diagnosis. Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_orient",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_orient",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_orient",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_orient",
    "signature": "show_orient ( assign_layer , show_txt , visible = False ) [source] #",
    "description": "Generates mesh orientation diagnostics Parameters : assign_layer ( bool ) – Assign layer to the mesh. show_txt ( bool ) – Show text on the mesh. visible ( bool ) – Show/hide the selected mesh diagnosis. Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_overlapping",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_overlapping",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_overlapping",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_overlapping",
    "signature": "show_overlapping ( overlap , intersect , ex_tri , ex_beam , assign_layer , show_txt , visible = False ) [source] #",
    "description": "Generates diagnostics for overlaps and intersections Parameters : overlap ( bool ) – Show overlapping elements. intersect ( bool ) – Show intersecting elements. ex_tri ( bool ) – Show external triangles. ex_beam ( bool ) – Show external beams. assign_layer ( bool ) – Assign layer to the mesh. show_txt ( bool ) – Show text on the mesh. visible ( bool ) – Show/hide the selected mesh diagnosis. Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_overlapping_txt",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_overlapping_txt",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_overlapping_txt",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_overlapping_txt",
    "signature": "show_overlapping_txt ( overlap , intersect ) [source] #",
    "description": "Generates diagnostics for overlaps and intersections Parameters : overlap ( bool ) – Show overlapping elements. intersect ( bool ) – Show intersecting elements. Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_summary",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_summary",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_summary",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_summary",
    "signature": "show_summary ( element_only = False , inc_beams = True , inc_match = True ) [source] #",
    "description": "Generates diagnostics summary Parameters : element_only ( bool ) – True - to get element counts summary only, which includes TrianglesCount, NodesCount, BeamsCount, MeshVolume and RunnerVolume False - to get all mesh summary inc_beams ( bool ) – True - to get mesh summary including beam elements. Multiple cavities connected by beams will be counted as one region False - to get mesh summary without beam elements. Multiple cavities connected by beams will be counted as separate regions inc_match ( bool ) – True - to get mesh summary including match ratios\r\nFalse - to get mesh summary without match ratios. This will be faster when match ratios are not needed Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_summary_for_beams",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_summary_for_beams",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_summary_for_beams",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_summary_for_beams",
    "signature": "show_summary_for_beams ( visible = False ) [source] #",
    "description": "Generates diagnostics summary for beams Parameters : visible ( bool ) – Show/hide the selected mesh diagnosis. Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_summary_for_tets",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_summary_for_tets",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_summary_for_tets",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_summary_for_tets",
    "signature": "show_summary_for_tets ( visible ) [source] #",
    "description": "Generates diagnostics summary for tetrahedra Parameters : visible ( bool ) – Show/hide the selected mesh diagnosis. Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_summary_for_tris",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_summary_for_tris",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_summary_for_tris",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_summary_for_tris",
    "signature": "show_summary_for_tris ( visible , inc_extra_info ) [source] #",
    "description": "Generates diagnostics summary for triangles Parameters : visible ( bool ) – Show/hide the selected mesh diagnosis. inc_extra_info ( bool ) – Include defects information in the diagnosis Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_surface_defects_for_3d",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_surface_defects_for_3d",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_surface_defects_for_3d",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_surface_defects_for_3d",
    "signature": "show_surface_defects_for_3d ( focus , assign_layer , show_txt , visible = False ) [source] #",
    "description": "Generates surface defects diagnostics for 3D Parameters : focus ( int ) – Focus on the surface defects. assign_layer ( bool ) – Assign layer to the mesh. show_txt ( bool ) – Show text on the mesh. visible ( bool ) – Show/hide the selected mesh diagnosis. Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_surface_with_bad_trim_curve",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_surface_with_bad_trim_curve",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_surface_with_bad_trim_curve",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_surface_with_bad_trim_curve",
    "signature": "show_surface_with_bad_trim_curve ( outer_loop , inner_loop , surf_def , assign_layer , show_txt , visible = False ) [source] #",
    "description": "Generates surface with bad trim curvature diagnostics Parameters : outer_loop ( bool ) – Test surface outer loops for errors inner_loop ( bool ) – Test surface inner loops for errors surf_def ( bool ) – Test underlying surface definition for errors assign_layer ( bool ) – Assign layer to the mesh. show_txt ( bool ) – Show text on the mesh. visible ( bool ) – Show/hide the selected mesh diagnosis. Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_surface_with_free_trim_curve",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_surface_with_free_trim_curve",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_surface_with_free_trim_curve",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_surface_with_free_trim_curve",
    "signature": "show_surface_with_free_trim_curve ( free , non_manifold , assign_layer , show_txt , visible = False ) [source] #",
    "description": "Generates surface with free trim curvature diagnostics Parameters : free ( bool ) – Test surface outer loops for errors non_manifold ( bool ) – Test surface inner loops for errors assign_layer ( bool ) – Assign layer to the mesh. show_txt ( bool ) – Show text on the mesh. visible ( bool ) – Show/hide the selected mesh diagnosis. Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_thickness",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_thickness",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_thickness",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_thickness",
    "signature": "show_thickness ( min_value , max_value , assign_layer , visible = False ) [source] #",
    "description": "Generates thickness diagnostics Parameters : min_value ( float ) – Minimum thickness value. max_value ( float ) – Maximum thickness value. assign_layer ( bool ) – Assign layer to the mesh. visible ( bool ) – Show/hide the selected mesh diagnosis. Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_trapped_beam",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_trapped_beam",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_trapped_beam",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_trapped_beam",
    "signature": "show_trapped_beam ( assign_layer , visible = False ) [source] #",
    "description": "Generates trapped beam diagnostics Parameters : assign_layer ( bool ) – Push the elements within the diagnosis range into a\r\ndiagnostics layer visible ( bool ) – Show/hide the selected mesh diagnosis. Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.show_zero_area_elements",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_zero_area_elements",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_zero_area_elements",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.show_zero_area_elements",
    "signature": "show_zero_area_elements ( min_value , assign_layer , show_txt , visible = False ) [source] #",
    "description": "Generates zero area element diagnostics Parameters : min_value ( float ) – Minimum area value. ZeroArea = Sqrt(3)/4 * aMin * aMin assign_layer ( bool ) – Assign layer to the mesh. show_txt ( bool ) – Show text on the mesh. visible ( bool ) – Show/hide the selected mesh diagnosis. Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.update_dimensional_display",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.update_dimensional_display",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.update_dimensional_display",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.update_dimensional_display",
    "signature": "update_dimensional_display ( min_value , max_value ) [source] #",
    "description": "Update the dimensions display with the given minimum and maximum values. Parameters : min_value ( float ) – The minimum dimension value. max_value ( float ) – The maximum dimension value. Return type : None"
  },
  {
    "name": "moldflow.diagnosis_manager.DiagnosisManager.update_thickness_display",
    "kind": "py:method",
    "uri": "components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.update_thickness_display",
    "path": "docs/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.update_thickness_display",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/diagnosis_manager.html#moldflow.diagnosis_manager.DiagnosisManager.update_thickness_display",
    "signature": "update_thickness_display ( min_value , max_value ) [source] #",
    "description": "Update the thickness display with the given minimum and maximum values. Parameters : min_value ( float ) – The minimum thickness value. max_value ( float ) – The maximum thickness value. Return type : None"
  },
  {
    "name": "moldflow.double_array",
    "kind": "py:module",
    "uri": "components/wrapper/double_array.html#module-moldflow.double_array",
    "path": "docs/components/wrapper/double_array.html#module-moldflow.double_array",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/double_array.html#module-moldflow.double_array",
    "signature": "moldflow.double_array",
    "description": ""
  },
  {
    "name": "moldflow.double_array.DoubleArray",
    "kind": "py:class",
    "uri": "components/wrapper/double_array.html#moldflow.double_array.DoubleArray",
    "path": "docs/components/wrapper/double_array.html#moldflow.double_array.DoubleArray",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/double_array.html#moldflow.double_array.DoubleArray",
    "signature": "class DoubleArray [source] #",
    "description": "Bases: object Wrapper for DoubleArray class of Moldflow Synergy."
  },
  {
    "name": "moldflow.double_array.DoubleArray.add_double",
    "kind": "py:method",
    "uri": "components/wrapper/double_array.html#moldflow.double_array.DoubleArray.add_double",
    "path": "docs/components/wrapper/double_array.html#moldflow.double_array.DoubleArray.add_double",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/double_array.html#moldflow.double_array.DoubleArray.add_double",
    "signature": "add_double ( value ) [source] #",
    "description": "Add a double value to the array. Parameters : value ( float ) – The value to add. Return type : None"
  },
  {
    "name": "moldflow.double_array.DoubleArray.from_list",
    "kind": "py:method",
    "uri": "components/wrapper/double_array.html#moldflow.double_array.DoubleArray.from_list",
    "path": "docs/components/wrapper/double_array.html#moldflow.double_array.DoubleArray.from_list",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/double_array.html#moldflow.double_array.DoubleArray.from_list",
    "signature": "from_list ( values ) [source] #",
    "description": "Convert a list of floats to a double array. Parameters : values ( list [ float ] ) – The list of floats to convert. Returns : The number of elements added to the array. Return type : int"
  },
  {
    "name": "moldflow.double_array.DoubleArray.size",
    "kind": "py:property",
    "uri": "components/wrapper/double_array.html#moldflow.double_array.DoubleArray.size",
    "path": "docs/components/wrapper/double_array.html#moldflow.double_array.DoubleArray.size",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/double_array.html#moldflow.double_array.DoubleArray.size",
    "signature": "property size : int #",
    "description": "Get the size of the array. Returns : The size of the array. Return type : int"
  },
  {
    "name": "moldflow.double_array.DoubleArray.to_list",
    "kind": "py:method",
    "uri": "components/wrapper/double_array.html#moldflow.double_array.DoubleArray.to_list",
    "path": "docs/components/wrapper/double_array.html#moldflow.double_array.DoubleArray.to_list",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/double_array.html#moldflow.double_array.DoubleArray.to_list",
    "signature": "to_list ( ) [source] #",
    "description": "Convert the double array to a list of floats. Returns : The list of floats. Return type : list[float]"
  },
  {
    "name": "moldflow.double_array.DoubleArray.val",
    "kind": "py:method",
    "uri": "components/wrapper/double_array.html#moldflow.double_array.DoubleArray.val",
    "path": "docs/components/wrapper/double_array.html#moldflow.double_array.DoubleArray.val",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/double_array.html#moldflow.double_array.DoubleArray.val",
    "signature": "val ( index ) [source] #",
    "description": "Get the value at the specified index. Parameters : index ( int ) – The index of the value to get. Returns : The value at the specified index. Return type : float"
  },
  {
    "name": "moldflow.ent_list",
    "kind": "py:module",
    "uri": "components/wrapper/ent_list.html#module-moldflow.ent_list",
    "path": "docs/components/wrapper/ent_list.html#module-moldflow.ent_list",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/ent_list.html#module-moldflow.ent_list",
    "signature": "moldflow.ent_list",
    "description": ""
  },
  {
    "name": "moldflow.ent_list.EntList",
    "kind": "py:class",
    "uri": "components/wrapper/ent_list.html#moldflow.ent_list.EntList",
    "path": "docs/components/wrapper/ent_list.html#moldflow.ent_list.EntList",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/ent_list.html#moldflow.ent_list.EntList",
    "signature": "class EntList [source] #",
    "description": "Bases: object Wrapper for EntList class of Moldflow Synergy."
  },
  {
    "name": "moldflow.ent_list.EntList.convert_to_string",
    "kind": "py:method",
    "uri": "components/wrapper/ent_list.html#moldflow.ent_list.EntList.convert_to_string",
    "path": "docs/components/wrapper/ent_list.html#moldflow.ent_list.EntList.convert_to_string",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/ent_list.html#moldflow.ent_list.EntList.convert_to_string",
    "signature": "convert_to_string ( ) [source] #",
    "description": "Convert a list of entities into a string. Returns : The string representation of the list. Return type : str"
  },
  {
    "name": "moldflow.ent_list.EntList.entity",
    "kind": "py:method",
    "uri": "components/wrapper/ent_list.html#moldflow.ent_list.EntList.entity",
    "path": "docs/components/wrapper/ent_list.html#moldflow.ent_list.EntList.entity",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/ent_list.html#moldflow.ent_list.EntList.entity",
    "signature": "entity ( index ) [source] #",
    "description": "Get the entity at the specified index. Parameters : index ( int ) – The index of the entity to get. Returns : The entity at the specified index. Return type : EntList"
  },
  {
    "name": "moldflow.ent_list.EntList.select_from_predicate",
    "kind": "py:method",
    "uri": "components/wrapper/ent_list.html#moldflow.ent_list.EntList.select_from_predicate",
    "path": "docs/components/wrapper/ent_list.html#moldflow.ent_list.EntList.select_from_predicate",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/ent_list.html#moldflow.ent_list.EntList.select_from_predicate",
    "signature": "select_from_predicate ( predicate ) [source] #",
    "description": "Converts a predicate into a list of entities Parameters : predicate ( Predicate | None ) – Predicate object that defines the criterion for\r\ninclusion of an entity. Return type : None"
  },
  {
    "name": "moldflow.ent_list.EntList.select_from_saved_list",
    "kind": "py:method",
    "uri": "components/wrapper/ent_list.html#moldflow.ent_list.EntList.select_from_saved_list",
    "path": "docs/components/wrapper/ent_list.html#moldflow.ent_list.EntList.select_from_saved_list",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/ent_list.html#moldflow.ent_list.EntList.select_from_saved_list",
    "signature": "select_from_saved_list ( list_name ) [source] #",
    "description": "Selects entities from a saved list. Parameters : list_name ( str ) – The name of the saved list. Return type : None"
  },
  {
    "name": "moldflow.ent_list.EntList.select_from_string",
    "kind": "py:method",
    "uri": "components/wrapper/ent_list.html#moldflow.ent_list.EntList.select_from_string",
    "path": "docs/components/wrapper/ent_list.html#moldflow.ent_list.EntList.select_from_string",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/ent_list.html#moldflow.ent_list.EntList.select_from_string",
    "signature": "select_from_string ( entity_string ) [source] #",
    "description": "Converts a string to a list of entities Parameters : entity_string ( str ) – string containing entity names. Return type : None"
  },
  {
    "name": "moldflow.ent_list.EntList.size",
    "kind": "py:property",
    "uri": "components/wrapper/ent_list.html#moldflow.ent_list.EntList.size",
    "path": "docs/components/wrapper/ent_list.html#moldflow.ent_list.EntList.size",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/ent_list.html#moldflow.ent_list.EntList.size",
    "signature": "property size #",
    "description": "The number of entities in the list. Getter : Get the number of entities in the list. Type : int"
  },
  {
    "name": "moldflow.folder_manager",
    "kind": "py:module",
    "uri": "components/wrapper/folder_manager.html#module-moldflow.folder_manager",
    "path": "docs/components/wrapper/folder_manager.html#module-moldflow.folder_manager",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#module-moldflow.folder_manager",
    "signature": "moldflow.folder_manager",
    "description": ""
  },
  {
    "name": "moldflow.folder_manager.FolderManager",
    "kind": "py:class",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager",
    "signature": "class FolderManager [source] #",
    "description": "Bases: object Wrapper for FolderManager class of Moldflow Synergy."
  },
  {
    "name": "moldflow.folder_manager.FolderManager.add_objects_to_folder",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.add_objects_to_folder",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.add_objects_to_folder",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.add_objects_to_folder",
    "signature": "add_objects_to_folder ( objects , folder ) [source] #",
    "description": "Add layers/folders to the folder. Parameters : objects ( EntList ) – The objects to add. folder ( EntList ) – The folder to which to add the objects. Returns : True if the objects were added successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.allow_clipping",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.allow_clipping",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.allow_clipping",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.allow_clipping",
    "signature": "allow_clipping ( folder , checked ) [source] #",
    "description": "Allow clipping for a folder. Parameters : folder ( EntList ) – The folder to set clipping for. checked ( bool ) – Whether to allow clipping. Returns : True if the operation was successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.create_child_folder",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.create_child_folder",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.create_child_folder",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.create_child_folder",
    "signature": "create_child_folder ( folder ) [source] #",
    "description": "Create a child folder in the folder. Parameters : folder ( EntList ) – The folder in which to create the child folder. Returns : The created child folder. Return type : EntList"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.create_child_layer",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.create_child_layer",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.create_child_layer",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.create_child_layer",
    "signature": "create_child_layer ( folder ) [source] #",
    "description": "Create a child layer in the folder. Parameters : folder ( EntList ) – The folder in which to create the child layer. Returns : The created child layer. Return type : EntList"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.create_entity_list",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.create_entity_list",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.create_entity_list",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.create_entity_list",
    "signature": "create_entity_list ( ) [source] #",
    "description": "Create an entity list. Returns : The created entity list. Return type : EntList"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.create_folder",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.create_folder",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.create_folder",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.create_folder",
    "signature": "create_folder ( ) [source] #",
    "description": "Create a new layer folder. Returns : True if the folder was created successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.create_folder_by_name",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.create_folder_by_name",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.create_folder_by_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.create_folder_by_name",
    "signature": "create_folder_by_name ( name ) [source] #",
    "description": "Create a folder by name. Parameters : name ( str ) – The name of the folder to create. Returns : The created folder. Return type : EntList"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.delete_folder",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.delete_folder",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.delete_folder",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.delete_folder",
    "signature": "delete_folder ( folder , move_layers ) [source] #",
    "description": "Delete a folder. Parameters : folder ( EntList ) – The folder to delete. move_layers ( bool ) – Whether to move layers under the folder to the active layer them. ( or to delete ) Returns : True if the folder was deleted successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.expand_folder",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.expand_folder",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.expand_folder",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.expand_folder",
    "signature": "expand_folder ( folder , levels , expand_new_layer , inc_nodes , inc_tris , inc_tetras , inc_beams ) [source] #",
    "description": "Expand a folder to a specified number of levels. Parameters : folder ( EntList ) – The folder to expand. levels ( int ) – The number of levels to expand. expand_new_layer ( bool ) – Whether to create a new layer for the expanded entities. inc_nodes ( bool ) – Whether to include mesh nodes. inc_tris ( bool ) – Whether to include mesh triangles. inc_tetras ( bool ) – Whether to include mesh tetras. inc_beams ( bool ) – Whether to include mesh beams. Returns : The number of entities affected. Return type : int"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.find_folder_by_name",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.find_folder_by_name",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.find_folder_by_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.find_folder_by_name",
    "signature": "find_folder_by_name ( name ) [source] #",
    "description": "Find a folder by name. Parameters : name ( str ) – The name of the folder to find. Returns : The found folder. Return type : EntList"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.get_first",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.get_first",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.get_first",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.get_first",
    "signature": "get_first ( ) [source] #",
    "description": "Get the first folder. Returns : The first folder. Return type : EntList"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.get_name",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.get_name",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.get_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.get_name",
    "signature": "get_name ( folder ) [source] #",
    "description": "Get the name of a folder. Parameters : folder ( EntList ) – The folder to get the name of. Returns : The name of the folder. Return type : str"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.get_next",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.get_next",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.get_next",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.get_next",
    "signature": "get_next ( folder ) [source] #",
    "description": "Get the next folder. Parameters : folder ( EntList ) – The current folder. Returns : The next folder. Return type : EntList"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.hide_all_other_folders",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.hide_all_other_folders",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.hide_all_other_folders",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.hide_all_other_folders",
    "signature": "hide_all_other_folders ( folder ) [source] #",
    "description": "Hide all other folders except the specified one. Parameters : folder ( EntList ) – The folder to keep visible. Returns : True if the operation was successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.remove_empty_folders",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.remove_empty_folders",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.remove_empty_folders",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.remove_empty_folders",
    "signature": "remove_empty_folders ( ) [source] #",
    "description": "Remove empty folders. Returns : True if the operation was successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.remove_objects_from_folder",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.remove_objects_from_folder",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.remove_objects_from_folder",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.remove_objects_from_folder",
    "signature": "remove_objects_from_folder ( objects ) [source] #",
    "description": "Remove layers/folders from the parent folder. Parameters : objects ( EntList ) – The objects to remove. Returns : True if the objects were removed successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.set_folder_name",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.set_folder_name",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.set_folder_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.set_folder_name",
    "signature": "set_folder_name ( folder , name ) [source] #",
    "description": "Set the name of a folder. Parameters : folder ( EntList ) – The folder to rename. name ( str ) – The new name for the folder. Returns : True if the folder name was set successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.set_type_color",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.set_type_color",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.set_type_color",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.set_type_color",
    "signature": "set_type_color ( folder , entity_type , default , red , green , blue ) [source] #",
    "description": "Set the color of a folder. Parameters : folder ( EntList ) – The folder to set the color for. entity_type ( EntityType | str ) – The type of entity. default ( bool ) – Whether to use the default color. red ( int ) – The red component of the color (0-255). green ( int ) – The green component of the color (0-255). blue ( int ) – The blue component of the color (0-255). Returns : The integer identifier for the color Return type : int"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.set_type_display_option",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.set_type_display_option",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.set_type_display_option",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.set_type_display_option",
    "signature": "set_type_display_option ( folder , entity_type , option ) [source] #",
    "description": "Set the display option of a folder. Parameters : folder ( EntList ) – The folder to set the display option for. entity_type ( EntityType | str ) – The type of entity. option ( DisplayOption | str ) – The display option to set. Display Option Triangle Beam Elements Tert Elements Node Surface Region STL Facet Curve Solid X X X X X X Solid + Element Edges X X X Transparent X X X X X X Transparent + Element Edges X X X Shrunken X X X Axis Line Only X X Point X Triad X Net X X X Solid + Net X X X Transparent + Net X X X Returns : True if the display option was set successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.set_type_show_glyphs",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.set_type_show_glyphs",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.set_type_show_glyphs",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.set_type_show_glyphs",
    "signature": "set_type_show_glyphs ( folder , entity_type , show ) [source] #",
    "description": "Set the visibility of glyphs for a specific entity type in a folder. Parameters : folder ( EntList ) – The folder to set the glyph visibility for. entity_type ( EntityType | str ) – The type of entity. show ( bool ) – Whether to show or hide the glyphs. Returns : True if the glyph visibility was set successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.set_type_show_labels",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.set_type_show_labels",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.set_type_show_labels",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.set_type_show_labels",
    "signature": "set_type_show_labels ( folder , entity_type , show ) [source] #",
    "description": "Set the visibility of labels for a specific entity type in a folder. Parameters : folder ( EntList ) – The folder to set the label visibility for. entity_type ( EntityType | str ) – The type of entity. show ( bool ) – Whether to show or hide the labels. Returns : True if the label visibility was set successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.set_type_visible",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.set_type_visible",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.set_type_visible",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.set_type_visible",
    "signature": "set_type_visible ( folder , entity_type , visible ) [source] #",
    "description": "Set the visibility of a folder. Parameters : folder ( EntList ) – The folder to set the visibility for. entity_type ( EntityType | str ) – The type of entity. visible ( bool ) – Whether to make the folder visible. Returns : True if the visibility was set successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.show_all_folders",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.show_all_folders",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.show_all_folders",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.show_all_folders",
    "signature": "show_all_folders ( ) [source] #",
    "description": "Show all folders. Returns : True if all folders were shown successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.show_folders",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.show_folders",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.show_folders",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.show_folders",
    "signature": "show_folders ( folders , show ) [source] #",
    "description": "Show or hide folders. Parameters : folders ( EntList ) – The folders to show or hide. show ( bool ) – Whether to show or hide the folders. Returns : True if the folders were shown/hidden successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.show_glyphs",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.show_glyphs",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.show_glyphs",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.show_glyphs",
    "signature": "show_glyphs ( folder , show ) [source] #",
    "description": "Show or hide glyphs for a folder. Parameters : folder ( EntList ) – The folder to show/hide glyphs for. show ( bool ) – Whether to show or hide the glyphs. Returns : True if the glyphs were shown/hidden successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.show_labels",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.show_labels",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.show_labels",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.show_labels",
    "signature": "show_labels ( folder , show ) [source] #",
    "description": "Show or hide labels for a folder. Parameters : folder ( EntList ) – The folder to show/hide labels for. show ( bool ) – Whether to show or hide the labels. Returns : True if the labels were shown/hidden successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.folder_manager.FolderManager.toggle_folder",
    "kind": "py:method",
    "uri": "components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.toggle_folder",
    "path": "docs/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.toggle_folder",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/folder_manager.html#moldflow.folder_manager.FolderManager.toggle_folder",
    "signature": "toggle_folder ( folder ) [source] #",
    "description": "Toggle the visibility of a folder. Parameters : folder ( EntList ) – The folder to toggle. Returns : True if the folder was toggled successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.image_export_options",
    "kind": "py:module",
    "uri": "components/wrapper/image_export_options.html#module-moldflow.image_export_options",
    "path": "docs/components/wrapper/image_export_options.html#module-moldflow.image_export_options",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/image_export_options.html#module-moldflow.image_export_options",
    "signature": "moldflow.image_export_options",
    "description": ""
  },
  {
    "name": "moldflow.image_export_options.ImageExportOptions",
    "kind": "py:class",
    "uri": "components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions",
    "path": "docs/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions",
    "signature": "class ImageExportOptions [source] #",
    "description": "Bases: object Wrapper for ImageExportOptions class of Moldflow Synergy."
  },
  {
    "name": "moldflow.image_export_options.ImageExportOptions.capture_mode",
    "kind": "py:property",
    "uri": "components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.capture_mode",
    "path": "docs/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.capture_mode",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.capture_mode",
    "signature": "property capture_mode : int #",
    "description": "The capture mode. Default : CaptureModes.ACTIVE_VIEW/Active View/0 Getter : Get capture_mode. Setter : Set capture_mode. Type : int"
  },
  {
    "name": "moldflow.image_export_options.ImageExportOptions.file_name",
    "kind": "py:property",
    "uri": "components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.file_name",
    "path": "docs/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.file_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.file_name",
    "signature": "property file_name : str #",
    "description": "The file name. Getter : Get the file name. Setter : Set the file name. Type : str"
  },
  {
    "name": "moldflow.image_export_options.ImageExportOptions.fit_to_screen",
    "kind": "py:property",
    "uri": "components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.fit_to_screen",
    "path": "docs/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.fit_to_screen",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.fit_to_screen",
    "signature": "property fit_to_screen : bool #",
    "description": "Whether to fit the image to the screen. Default : True Getter : Get fit_to_screen. Setter : Set fit_to_screen. Type : bool"
  },
  {
    "name": "moldflow.image_export_options.ImageExportOptions.show_histogram",
    "kind": "py:property",
    "uri": "components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_histogram",
    "path": "docs/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_histogram",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_histogram",
    "signature": "property show_histogram : bool #",
    "description": "Whether to show the histogram. Default : True Getter : Get show_histogram. Setter : Set show_histogram. Type : bool"
  },
  {
    "name": "moldflow.image_export_options.ImageExportOptions.show_legend",
    "kind": "py:property",
    "uri": "components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_legend",
    "path": "docs/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_legend",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_legend",
    "signature": "property show_legend : bool #",
    "description": "Whether to show the legend. Default : True Getter : Get show_legend. Setter : Set show_legend. Type : bool"
  },
  {
    "name": "moldflow.image_export_options.ImageExportOptions.show_min_max",
    "kind": "py:property",
    "uri": "components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_min_max",
    "path": "docs/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_min_max",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_min_max",
    "signature": "property show_min_max : bool #",
    "description": "Whether to show the min/max. Default : True Getter : Get show_min_max. Setter : Set show_min_max. Type : bool"
  },
  {
    "name": "moldflow.image_export_options.ImageExportOptions.show_plot_info",
    "kind": "py:property",
    "uri": "components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_plot_info",
    "path": "docs/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_plot_info",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_plot_info",
    "signature": "property show_plot_info : bool #",
    "description": "Whether to show the plot info. Default : True Getter : Get show_plot_info. Setter : Set show_plot_info. Type : bool"
  },
  {
    "name": "moldflow.image_export_options.ImageExportOptions.show_result",
    "kind": "py:property",
    "uri": "components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_result",
    "path": "docs/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_result",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_result",
    "signature": "property show_result : bool #",
    "description": "Whether to show the result. Default : True Getter : Get show_result. Setter : Set show_result. Type : bool"
  },
  {
    "name": "moldflow.image_export_options.ImageExportOptions.show_rotation_angle",
    "kind": "py:property",
    "uri": "components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_rotation_angle",
    "path": "docs/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_rotation_angle",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_rotation_angle",
    "signature": "property show_rotation_angle : bool #",
    "description": "Whether to show the rotation angle values. Default : True Getter : Get show_rotation_angle. Setter : Set show_rotation_angle. Type : bool"
  },
  {
    "name": "moldflow.image_export_options.ImageExportOptions.show_rotation_axes",
    "kind": "py:property",
    "uri": "components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_rotation_axes",
    "path": "docs/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_rotation_axes",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_rotation_axes",
    "signature": "property show_rotation_axes : bool #",
    "description": "Whether to show the rotation axes. Default : True Getter : Get show_rotation_axes. Setter : Set show_rotation_axes. Type : bool"
  },
  {
    "name": "moldflow.image_export_options.ImageExportOptions.show_ruler",
    "kind": "py:property",
    "uri": "components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_ruler",
    "path": "docs/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_ruler",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_ruler",
    "signature": "property show_ruler : bool #",
    "description": "Whether to show the ruler. Default : True Getter : Get show_ruler. Setter : Set show_ruler. Type : bool"
  },
  {
    "name": "moldflow.image_export_options.ImageExportOptions.show_scale_bar",
    "kind": "py:property",
    "uri": "components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_scale_bar",
    "path": "docs/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_scale_bar",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_scale_bar",
    "signature": "property show_scale_bar : bool #",
    "description": "Whether to show the scale bar. Default : True Getter : Get show_scale_bar. Setter : Set show_scale_bar. Type : bool"
  },
  {
    "name": "moldflow.image_export_options.ImageExportOptions.show_study_title",
    "kind": "py:property",
    "uri": "components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_study_title",
    "path": "docs/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_study_title",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.show_study_title",
    "signature": "property show_study_title : bool #",
    "description": "Whether to show the study title. Default : True Getter : Get show_study_title. Setter : Set show_study_title. Type : bool"
  },
  {
    "name": "moldflow.image_export_options.ImageExportOptions.size_x",
    "kind": "py:property",
    "uri": "components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.size_x",
    "path": "docs/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.size_x",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.size_x",
    "signature": "property size_x : int #",
    "description": "The X size (width) of the image. Default : 800 Getter : Get the X size. Setter : Set the X size. Type : int (positive)"
  },
  {
    "name": "moldflow.image_export_options.ImageExportOptions.size_y",
    "kind": "py:property",
    "uri": "components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.size_y",
    "path": "docs/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.size_y",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/image_export_options.html#moldflow.image_export_options.ImageExportOptions.size_y",
    "signature": "property size_y : int #",
    "description": "The Y size (height) of the image. Default : 600 Getter : Get the Y size. Setter : Set the Y size. Type : int (positive)"
  },
  {
    "name": "moldflow.import_options",
    "kind": "py:module",
    "uri": "components/wrapper/import_options.html#module-moldflow.import_options",
    "path": "docs/components/wrapper/import_options.html#module-moldflow.import_options",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/import_options.html#module-moldflow.import_options",
    "signature": "moldflow.import_options",
    "description": ""
  },
  {
    "name": "moldflow.import_options.ImportOptions",
    "kind": "py:class",
    "uri": "components/wrapper/import_options.html#moldflow.import_options.ImportOptions",
    "path": "docs/components/wrapper/import_options.html#moldflow.import_options.ImportOptions",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/import_options.html#moldflow.import_options.ImportOptions",
    "signature": "class ImportOptions [source] #",
    "description": "Bases: object Wrapper for ImportOptions class of Moldflow Synergy."
  },
  {
    "name": "moldflow.import_options.ImportOptions.cad_body_property",
    "kind": "py:property",
    "uri": "components/wrapper/import_options.html#moldflow.import_options.ImportOptions.cad_body_property",
    "path": "docs/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.cad_body_property",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.cad_body_property",
    "signature": "property cad_body_property : int #",
    "description": "The CAD body property. Getter : Get the CAD body property. Setter : Set the CAD body property. Type : int"
  },
  {
    "name": "moldflow.import_options.ImportOptions.mdl_auto_edge_select",
    "kind": "py:property",
    "uri": "components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_auto_edge_select",
    "path": "docs/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_auto_edge_select",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_auto_edge_select",
    "signature": "property mdl_auto_edge_select : bool #",
    "description": "Specifies whether MDL should automatically select edges for meshing. Getter : Get the MDL auto edge select. Setter : Set the MDL auto edge select.\r\n[True to automatically select edges, False to not automatically select edges.] Type : bool"
  },
  {
    "name": "moldflow.import_options.ImportOptions.mdl_chord_angle",
    "kind": "py:property",
    "uri": "components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_chord_angle",
    "path": "docs/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_chord_angle",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_chord_angle",
    "signature": "property mdl_chord_angle : float #",
    "description": "The MDL chord angle.[in radian] Getter : Get the MDL chord angle. Setter : Set the MDL chord angle. Type : float"
  },
  {
    "name": "moldflow.import_options.ImportOptions.mdl_chord_angle_select",
    "kind": "py:property",
    "uri": "components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_chord_angle_select",
    "path": "docs/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_chord_angle_select",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_chord_angle_select",
    "signature": "property mdl_chord_angle_select : bool #",
    "description": "Specifies whether chord angle should be used for meshing. Getter : Get the MDL chord angle select. Setter : Set the MDL chord angle select.\r\n[True to use chord angle, False to not use chord angle.] Type : bool"
  },
  {
    "name": "moldflow.import_options.ImportOptions.mdl_contact_mesh_type",
    "kind": "py:property",
    "uri": "components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_contact_mesh_type",
    "path": "docs/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_contact_mesh_type",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_contact_mesh_type",
    "signature": "property mdl_contact_mesh_type : str #",
    "description": "The MDL contact mesh type. Getter : Get the MDL contact mesh type. Setter : Set the MDL contact mesh type. Type : str"
  },
  {
    "name": "moldflow.import_options.ImportOptions.mdl_edge_length",
    "kind": "py:property",
    "uri": "components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_edge_length",
    "path": "docs/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_edge_length",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_edge_length",
    "signature": "property mdl_edge_length : float #",
    "description": "The MDL edge length. Getter : Get the MDL edge length. Setter : Set the MDL edge length. Type : float"
  },
  {
    "name": "moldflow.import_options.ImportOptions.mdl_kernel",
    "kind": "py:property",
    "uri": "components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_kernel",
    "path": "docs/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_kernel",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_kernel",
    "signature": "property mdl_kernel #",
    "description": "Deprecated since version 27.0.0. This property is deprecated and has no effect. Value is ignored."
  },
  {
    "name": "moldflow.import_options.ImportOptions.mdl_mesh",
    "kind": "py:property",
    "uri": "components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_mesh",
    "path": "docs/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_mesh",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_mesh",
    "signature": "property mdl_mesh : bool #",
    "description": "Specifies whether MDL should generate a mesh when importing the model. Getter : Get the MDL mesh. Setter : Set the MDL mesh.\r\n[True to generate a mesh, False to not generate a mesh.] Type : bool"
  },
  {
    "name": "moldflow.import_options.ImportOptions.mdl_show_log",
    "kind": "py:property",
    "uri": "components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_show_log",
    "path": "docs/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_show_log",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_show_log",
    "signature": "property mdl_show_log : bool #",
    "description": "Specifies whether to display import log. Getter : Get the MDL show log. Setter : Set the MDL show log.\r\n[True to display import log, False to not display import log.] Type : bool"
  },
  {
    "name": "moldflow.import_options.ImportOptions.mdl_sliver_removal",
    "kind": "py:property",
    "uri": "components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_sliver_removal",
    "path": "docs/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_sliver_removal",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_sliver_removal",
    "signature": "property mdl_sliver_removal : bool #",
    "description": "Specifies whether sliver removal option should be used for meshing. Getter : Get the MDL sliver removal. Setter : Set the MDL sliver removal.\r\n[True to use sliver removal, False to not use sliver removal.] Type : bool"
  },
  {
    "name": "moldflow.import_options.ImportOptions.mdl_surfaces",
    "kind": "py:property",
    "uri": "components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_surfaces",
    "path": "docs/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_surfaces",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_surfaces",
    "signature": "property mdl_surfaces : bool #",
    "description": "Specifies whether MDL should translate surfaces when importing the model. Getter : Get the MDL surfaces. Setter : Set the MDL surfaces.\r\n[True to translate surfaces, False to not translate surfaces.] Type : bool"
  },
  {
    "name": "moldflow.import_options.ImportOptions.mdl_tetra_layers",
    "kind": "py:property",
    "uri": "components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_tetra_layers",
    "path": "docs/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_tetra_layers",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mdl_tetra_layers",
    "signature": "property mdl_tetra_layers : int #",
    "description": "Specifies the minimum number of tetra layer through thickness in 3D meshing. Getter : Get the MDL tetra layers. Setter : Set the MDL tetra layers. Type : int"
  },
  {
    "name": "moldflow.import_options.ImportOptions.mesh_type",
    "kind": "py:property",
    "uri": "components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mesh_type",
    "path": "docs/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mesh_type",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.mesh_type",
    "signature": "property mesh_type : str #",
    "description": "The mesh type. Getter : Get the mesh type. Setter : Set the mesh type. Type : str"
  },
  {
    "name": "moldflow.import_options.ImportOptions.units",
    "kind": "py:property",
    "uri": "components/wrapper/import_options.html#moldflow.import_options.ImportOptions.units",
    "path": "docs/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.units",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.units",
    "signature": "property units : str #",
    "description": "The units. Getter : Get the units. Setter : Set the units. Type : str"
  },
  {
    "name": "moldflow.import_options.ImportOptions.use_layer_name_based_on_cad",
    "kind": "py:property",
    "uri": "components/wrapper/import_options.html#moldflow.import_options.ImportOptions.use_layer_name_based_on_cad",
    "path": "docs/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.use_layer_name_based_on_cad",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.use_layer_name_based_on_cad",
    "signature": "property use_layer_name_based_on_cad : bool #",
    "description": "Specifies whether using layer name based on CAD for direct import. Getter : Get the use layer name based on CAD. Setter : Set the use layer name based on CAD.\r\n[True to use layer name based on CAD, False to not use layer name based on CAD.] Type : bool"
  },
  {
    "name": "moldflow.import_options.ImportOptions.use_mdl",
    "kind": "py:property",
    "uri": "components/wrapper/import_options.html#moldflow.import_options.ImportOptions.use_mdl",
    "path": "docs/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.use_mdl",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/import_options.html#moldflow.import_options.ImportOptions.use_mdl",
    "signature": "property use_mdl : bool #",
    "description": "Specifies whether MDL should be used for model import. Getter : Get the use MDL. Setter : Set the use MDL.\r\n[True to use MDL, False to not use MDL.] Type : bool"
  },
  {
    "name": "moldflow.integer_array",
    "kind": "py:module",
    "uri": "components/wrapper/integer_array.html#module-moldflow.integer_array",
    "path": "docs/components/wrapper/integer_array.html#module-moldflow.integer_array",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/integer_array.html#module-moldflow.integer_array",
    "signature": "moldflow.integer_array",
    "description": ""
  },
  {
    "name": "moldflow.integer_array.IntegerArray",
    "kind": "py:class",
    "uri": "components/wrapper/integer_array.html#moldflow.integer_array.IntegerArray",
    "path": "docs/components/wrapper/integer_array.html#moldflow.integer_array.IntegerArray",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/integer_array.html#moldflow.integer_array.IntegerArray",
    "signature": "class IntegerArray [source] #",
    "description": "Bases: object Wrapper for IntegerArray class of Moldflow Synergy."
  },
  {
    "name": "moldflow.integer_array.IntegerArray.add_integer",
    "kind": "py:method",
    "uri": "components/wrapper/integer_array.html#moldflow.integer_array.IntegerArray.add_integer",
    "path": "docs/components/wrapper/integer_array.html#moldflow.integer_array.IntegerArray.add_integer",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/integer_array.html#moldflow.integer_array.IntegerArray.add_integer",
    "signature": "add_integer ( value ) [source] #",
    "description": "Add a integer value to the array. Parameters : value ( int ) – The value to add. Return type : None"
  },
  {
    "name": "moldflow.integer_array.IntegerArray.from_list",
    "kind": "py:method",
    "uri": "components/wrapper/integer_array.html#moldflow.integer_array.IntegerArray.from_list",
    "path": "docs/components/wrapper/integer_array.html#moldflow.integer_array.IntegerArray.from_list",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/integer_array.html#moldflow.integer_array.IntegerArray.from_list",
    "signature": "from_list ( values ) [source] #",
    "description": "Convert a list of integers to an integer array. Parameters : values ( list [ int ] ) – The list of integers to convert. Returns : The number of elements added to the array. Return type : int"
  },
  {
    "name": "moldflow.integer_array.IntegerArray.size",
    "kind": "py:property",
    "uri": "components/wrapper/integer_array.html#moldflow.integer_array.IntegerArray.size",
    "path": "docs/components/wrapper/integer_array.html#moldflow.integer_array.IntegerArray.size",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/integer_array.html#moldflow.integer_array.IntegerArray.size",
    "signature": "property size : int #",
    "description": "Get the size of the array. Returns : The size of the array. Return type : int"
  },
  {
    "name": "moldflow.integer_array.IntegerArray.to_list",
    "kind": "py:method",
    "uri": "components/wrapper/integer_array.html#moldflow.integer_array.IntegerArray.to_list",
    "path": "docs/components/wrapper/integer_array.html#moldflow.integer_array.IntegerArray.to_list",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/integer_array.html#moldflow.integer_array.IntegerArray.to_list",
    "signature": "to_list ( ) [source] #",
    "description": "Convert the integer array to a list of integers. Returns : The list of integers. Return type : list[int]"
  },
  {
    "name": "moldflow.integer_array.IntegerArray.val",
    "kind": "py:method",
    "uri": "components/wrapper/integer_array.html#moldflow.integer_array.IntegerArray.val",
    "path": "docs/components/wrapper/integer_array.html#moldflow.integer_array.IntegerArray.val",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/integer_array.html#moldflow.integer_array.IntegerArray.val",
    "signature": "val ( index ) [source] #",
    "description": "Get the value at the specified index. Parameters : index ( int ) – The index of the value to get. Returns : The value at the specified index. Return type : int"
  },
  {
    "name": "moldflow.layer_manager",
    "kind": "py:module",
    "uri": "components/wrapper/layer_manager.html#module-moldflow.layer_manager",
    "path": "docs/components/wrapper/layer_manager.html#module-moldflow.layer_manager",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#module-moldflow.layer_manager",
    "signature": "moldflow.layer_manager",
    "description": ""
  },
  {
    "name": "moldflow.layer_manager.LayerManager",
    "kind": "py:class",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager",
    "signature": "class LayerManager [source] #",
    "description": "Bases: object Wrapper for LayerManager class of Moldflow Synergy."
  },
  {
    "name": "moldflow.layer_manager.LayerManager.activate_layer",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.activate_layer",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.activate_layer",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.activate_layer",
    "signature": "activate_layer ( layer ) [source] #",
    "description": "Activates a layer. Parameters : layer ( EntList ) – The layer to activate. Returns : True if the layer was activated successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.active",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.active",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.active",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.active",
    "signature": "active ( layer ) [source] #",
    "description": "Returns whether a layer is the active layer or not Parameters : layer ( EntList ) – The layer to check. Returns : True if the layer is active, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.allow_clipping",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.allow_clipping",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.allow_clipping",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.allow_clipping",
    "signature": "allow_clipping ( layer , checked ) [source] #",
    "description": "Sets whether clipping is allowed for a layer. Parameters : layer ( EntList ) – The layer to set the clipping for. checked ( bool ) – True to allow clipping, False otherwise. Returns : True if the clipping was set successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.assign_to_layer",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.assign_to_layer",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.assign_to_layer",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.assign_to_layer",
    "signature": "assign_to_layer ( elems , layer ) [source] #",
    "description": "Assigns elements to a layer. Parameters : elems ( EntList ) – The elements to assign. layer ( EntList ) – The layer to assign the elements to. Returns : The number of elements assigned to the layer. Return type : int"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.create_entity_list",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.create_entity_list",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.create_entity_list",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.create_entity_list",
    "signature": "create_entity_list ( ) [source] #",
    "description": "Creates a new entity list. Returns : The created entity list. Return type : EntList"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.create_layer",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.create_layer",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.create_layer",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.create_layer",
    "signature": "create_layer ( ) [source] #",
    "description": "Creates a new layer. Returns : True if the layer was created successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.create_layer_by_name",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.create_layer_by_name",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.create_layer_by_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.create_layer_by_name",
    "signature": "create_layer_by_name ( name ) [source] #",
    "description": "Creates a new layer with the specified name. Parameters : name ( str ) – The name of the new layer. Returns : The created layer. Return type : EntList"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.delete_layer",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.delete_layer",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.delete_layer",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.delete_layer",
    "signature": "delete_layer ( layer , move_ent ) [source] #",
    "description": "Deletes a layer. Parameters : layer ( EntList ) – The layer to delete. move_ent ( bool ) – Whether to move entities to the active layer or\r\ndelete them with the layer. Returns : True if the layer was deleted successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.expand_layer",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.expand_layer",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.expand_layer",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.expand_layer",
    "signature": "expand_layer ( layer , levels , expand_new_layer , inc_nodes = True , inc_tris = True , inc_tetras = True , inc_beams = True ) [source] #",
    "description": "Expands layers by a specified number of “levels” with specified entities Parameters : layer ( EntList ) – The layer to expand. levels ( int ) – The number of levels to expand. expand_new_layer ( bool ) – Whether to expand into a new layer or not. inc_nodes ( bool ) – Whether to include nodes in the expansion. inc_tris ( bool ) – Whether to include triangles in the expansion. inc_tetras ( bool ) – Whether to include tetras in the expansion. inc_beams ( bool ) – Whether to include beams in the expansion. Returns : The number of elements expanded. Return type : int"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.find_layer_by_name",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.find_layer_by_name",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.find_layer_by_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.find_layer_by_name",
    "signature": "find_layer_by_name ( name ) [source] #",
    "description": "Finds a layer by its name. Parameters : name ( str ) – The name of the layer to find. Returns : The found layer. Return type : EntList"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.get_activated",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.get_activated",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.get_activated",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.get_activated",
    "signature": "get_activated ( layer ) [source] #",
    "description": "Returns whether a layer is visible or not Parameters : layer ( EntList ) – The layer to check. Returns : True if the layer is visible, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.get_first",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.get_first",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.get_first",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.get_first",
    "signature": "get_first ( ) [source] #",
    "description": "Gets the first layer. Returns : The first layer. Return type : EntList"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.get_name",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.get_name",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.get_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.get_name",
    "signature": "get_name ( layer ) [source] #",
    "description": "Gets the name of a layer. Parameters : layer ( EntList ) – The layer to get the name for. Returns : The name of the layer. Return type : str"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.get_next",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.get_next",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.get_next",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.get_next",
    "signature": "get_next ( layer ) [source] #",
    "description": "Gets the next layer. Parameters : layer ( EntList ) – The current layer. Returns : The next layer. Return type : EntList"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.get_number_of_layers",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.get_number_of_layers",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.get_number_of_layers",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.get_number_of_layers",
    "signature": "get_number_of_layers ( ) [source] #",
    "description": "Gets the number of layers. Returns : The number of layers. Return type : int"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.get_type_visible",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.get_type_visible",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.get_type_visible",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.get_type_visible",
    "signature": "get_type_visible ( layer , entity_type ) [source] #",
    "description": "Gets the visibility of a given entity type in layers Parameters : layer ( EntList ) – The layer to get the visibility for. entity_type ( EntityType | str ) – The entity type to get the visibility for. Returns : True if the entity type is visible, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.hide_all_other_layers",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.hide_all_other_layers",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.hide_all_other_layers",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.hide_all_other_layers",
    "signature": "hide_all_other_layers ( layer ) [source] #",
    "description": "Hides all layers except the specified layer. Parameters : layer ( EntList ) – The layer to keep visible. Returns : True if all other layers were hidden successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.remove_empty_layers",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.remove_empty_layers",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.remove_empty_layers",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.remove_empty_layers",
    "signature": "remove_empty_layers ( ) [source] #",
    "description": "Delete empty layers. Returns : True if the empty layers were deleted successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.set_layer_name",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.set_layer_name",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.set_layer_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.set_layer_name",
    "signature": "set_layer_name ( layer , name ) [source] #",
    "description": "Sets the name of a layer. Parameters : layer ( EntList ) – The layer to set the name for. name ( str ) – The new name for the layer. Returns : True if the name was set successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.set_type_color",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.set_type_color",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.set_type_color",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.set_type_color",
    "signature": "set_type_color ( layer , entity_type , default , red , blue , green ) [source] #",
    "description": "Sets color of a given entity type in layers Parameters : layer ( EntList ) – The layer to set the color for. entity_type ( EntityType | str ) – The entity type to set the color for. default ( bool ) – Whether to set the default color or not. red ( int ) – The red component of the color (0-255). blue ( int ) – The blue component of the color (0-255). green ( int ) – The green component of the color (0-255). Returns : The integer identifier for the color Return type : int"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.set_type_display_option",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.set_type_display_option",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.set_type_display_option",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.set_type_display_option",
    "signature": "set_type_display_option ( layer , entity_type , option ) [source] #",
    "description": "Sets display option of a given entity type in layers Parameters : layer ( EntList ) – The layer to set the display option for. entity_type ( EntityType | str ) – The entity type to set the display option for. option ( DisplayOption | str ) – The display option to set. Display Option Triangle Beam Elements Tert Elements Node Surface Region STL Facet Curve Solid X X X X X X Solid + Element Edges X X X Transparent X X X X X X Transparent + Element Edges X X X Shrunken X X X Axis Line Only X X Point X Triad X Net X X X Solid + Net X X X Transparent + Net X X X Returns : True if the display option was set successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.set_type_show_glyphs",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.set_type_show_glyphs",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.set_type_show_glyphs",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.set_type_show_glyphs",
    "signature": "set_type_show_glyphs ( layer , entity_type , show ) [source] #",
    "description": "Sets the visibility of glyphs for a given entity type in layers Parameters : layer ( EntList ) – The layer to set the glyphs visibility for. entity_type ( EntityType | str ) – The entity type to set the glyphs visibility for. show ( bool ) – Whether to set the type as visible or not. Returns : True if the glyphs visibility was set successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.set_type_show_labels",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.set_type_show_labels",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.set_type_show_labels",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.set_type_show_labels",
    "signature": "set_type_show_labels ( layer , entity_type , show ) [source] #",
    "description": "Sets the visibility of labels for a given entity type in layers Parameters : layer ( EntList ) – The layer to set the label visibility for. entity_type ( EntityType | str ) – The entity type to set the label visibility for. show ( bool ) – Whether to set the type as visible or not. Returns : True if the label visibility was set successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.set_type_visible",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.set_type_visible",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.set_type_visible",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.set_type_visible",
    "signature": "set_type_visible ( layer , entity_type , visible ) [source] #",
    "description": "Sets visibility of a given entity type in layers Parameters : layer ( EntList ) – The layer to set the visibility for. entity_type ( EntityType | str ) – The entity type to set the visibility for. visible ( bool ) – Whether to set the type as visible or not. Returns : True if the visibility was set successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.show_all_layers",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.show_all_layers",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.show_all_layers",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.show_all_layers",
    "signature": "show_all_layers ( ) [source] #",
    "description": "Shows all layers. Returns : True if all layers were shown successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.show_glyphs",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.show_glyphs",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.show_glyphs",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.show_glyphs",
    "signature": "show_glyphs ( layer , show ) [source] #",
    "description": "Shows or hides glyphs for a layer. Parameters : layer ( EntList ) – The layer to show or hide labels for. show ( bool ) – True to show glyphs, False to hide them. Returns : True if the glyphs were shown or hidden successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.show_labels",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.show_labels",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.show_labels",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.show_labels",
    "signature": "show_labels ( layer , show ) [source] #",
    "description": "Shows or hides labels for a layer. Parameters : layer ( EntList ) – The layer to show or hide labels for. show ( bool ) – True to show labels, False to hide them. Returns : True if the labels were shown or hidden successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.show_layers",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.show_layers",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.show_layers",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.show_layers",
    "signature": "show_layers ( layers , show ) [source] #",
    "description": "Shows or hides specified layers. Parameters : layers ( EntList ) – The layers to show or hide. show ( bool ) – True to show the layers, False to hide them. Returns : True if the layers were shown or hidden successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.layer_manager.LayerManager.toggle_layer",
    "kind": "py:method",
    "uri": "components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.toggle_layer",
    "path": "docs/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.toggle_layer",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/layer_manager.html#moldflow.layer_manager.LayerManager.toggle_layer",
    "signature": "toggle_layer ( layer ) [source] #",
    "description": "Toggles the visibility of a layer. Parameters : layer ( EntList ) – The layer to toggle. Returns : True if the layer was toggled successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.material_finder",
    "kind": "py:module",
    "uri": "components/wrapper/material_finder.html#module-moldflow.material_finder",
    "path": "docs/components/wrapper/material_finder.html#module-moldflow.material_finder",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/material_finder.html#module-moldflow.material_finder",
    "signature": "moldflow.material_finder",
    "description": ""
  },
  {
    "name": "moldflow.material_finder.MaterialFinder",
    "kind": "py:class",
    "uri": "components/wrapper/material_finder.html#moldflow.material_finder.MaterialFinder",
    "path": "docs/components/wrapper/material_finder.html#moldflow.material_finder.MaterialFinder",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/material_finder.html#moldflow.material_finder.MaterialFinder",
    "signature": "class MaterialFinder [source] #",
    "description": "Bases: object Wrapper for MaterialFinder class of Moldflow Synergy."
  },
  {
    "name": "moldflow.material_finder.MaterialFinder.file_type",
    "kind": "py:property",
    "uri": "components/wrapper/material_finder.html#moldflow.material_finder.MaterialFinder.file_type",
    "path": "docs/components/wrapper/material_finder.html#moldflow.material_finder.MaterialFinder.file_type",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/material_finder.html#moldflow.material_finder.MaterialFinder.file_type",
    "signature": "property file_type : str #",
    "description": "Get the material database type. Returns : The material database type (System or User). Return type : str"
  },
  {
    "name": "moldflow.material_finder.MaterialFinder.get_first_material",
    "kind": "py:method",
    "uri": "components/wrapper/material_finder.html#moldflow.material_finder.MaterialFinder.get_first_material",
    "path": "docs/components/wrapper/material_finder.html#moldflow.material_finder.MaterialFinder.get_first_material",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/material_finder.html#moldflow.material_finder.MaterialFinder.get_first_material",
    "signature": "get_first_material ( ) [source] #",
    "description": "Get the first material. Returns : The first material. Return type : Property"
  },
  {
    "name": "moldflow.material_finder.MaterialFinder.get_next_material",
    "kind": "py:method",
    "uri": "components/wrapper/material_finder.html#moldflow.material_finder.MaterialFinder.get_next_material",
    "path": "docs/components/wrapper/material_finder.html#moldflow.material_finder.MaterialFinder.get_next_material",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/material_finder.html#moldflow.material_finder.MaterialFinder.get_next_material",
    "signature": "get_next_material ( material ) [source] #",
    "description": "Get the next material. Parameters : material ( Property | None ) – The current material. Returns : The next material. Return type : Property"
  },
  {
    "name": "moldflow.material_finder.MaterialFinder.set_data_domain",
    "kind": "py:method",
    "uri": "components/wrapper/material_finder.html#moldflow.material_finder.MaterialFinder.set_data_domain",
    "path": "docs/components/wrapper/material_finder.html#moldflow.material_finder.MaterialFinder.set_data_domain",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/material_finder.html#moldflow.material_finder.MaterialFinder.set_data_domain",
    "signature": "set_data_domain ( material_database , material_database_type ) [source] #",
    "description": "Set the material database, and its type for material finder. Parameters : material_database ( MaterialDatabase | int ) – The material database to set. material_database_type ( MaterialDatabaseType | str ) – The type of material\r\ndatabase to set. Return type : None"
  },
  {
    "name": "moldflow.material_plot",
    "kind": "py:module",
    "uri": "components/wrapper/material_plot.html#module-moldflow.material_plot",
    "path": "docs/components/wrapper/material_plot.html#module-moldflow.material_plot",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/material_plot.html#module-moldflow.material_plot",
    "signature": "moldflow.material_plot",
    "description": ""
  },
  {
    "name": "moldflow.material_plot.MaterialPlot",
    "kind": "py:class",
    "uri": "components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot",
    "path": "docs/components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot",
    "signature": "class MaterialPlot [source] #",
    "description": "Bases: object Wrapper for MaterialPlot class of Moldflow Synergy."
  },
  {
    "name": "moldflow.material_plot.MaterialPlot.default_value_range_x",
    "kind": "py:property",
    "uri": "components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot.default_value_range_x",
    "path": "docs/components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot.default_value_range_x",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot.default_value_range_x",
    "signature": "property default_value_range_x : bool #",
    "description": "The default X axis value range. Getter : Gets if default X axis value range is enabled. Setter : Sets default X axis value range enable/disable. Type : bool"
  },
  {
    "name": "moldflow.material_plot.MaterialPlot.default_value_range_y",
    "kind": "py:property",
    "uri": "components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot.default_value_range_y",
    "path": "docs/components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot.default_value_range_y",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot.default_value_range_y",
    "signature": "property default_value_range_y : bool #",
    "description": "The default Y axis value range. Getter : Gets if default y axis value range is enabled. Setter : Sets default y axis value range enable/disable. Type : bool"
  },
  {
    "name": "moldflow.material_plot.MaterialPlot.save_data",
    "kind": "py:method",
    "uri": "components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot.save_data",
    "path": "docs/components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot.save_data",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot.save_data",
    "signature": "save_data ( filename ) [source] #",
    "description": "Save the data of the material plot to a file. Parameters : filename ( str ) – The filename to save the data to. Return type : None"
  },
  {
    "name": "moldflow.material_plot.MaterialPlot.save_image",
    "kind": "py:method",
    "uri": "components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot.save_image",
    "path": "docs/components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot.save_image",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot.save_image",
    "signature": "save_image ( filename ) [source] #",
    "description": "Save the image of the material plot to a file. Parameters : filename ( str ) – The filename to save the image to. Return type : None"
  },
  {
    "name": "moldflow.material_plot.MaterialPlot.value_range_max_x",
    "kind": "py:property",
    "uri": "components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot.value_range_max_x",
    "path": "docs/components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot.value_range_max_x",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot.value_range_max_x",
    "signature": "property value_range_max_x : float #",
    "description": "The maximum X axis value. Getter : Get the maximum value for the X axis. Setter : Set the maximum value for the X axis. Type : float"
  },
  {
    "name": "moldflow.material_plot.MaterialPlot.value_range_max_y",
    "kind": "py:property",
    "uri": "components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot.value_range_max_y",
    "path": "docs/components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot.value_range_max_y",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot.value_range_max_y",
    "signature": "property value_range_max_y : float #",
    "description": "The maximum Y axis value. Getter : Get the maximum value for the Y axis. Setter : Set the maximum value for the Y axis. Type : float"
  },
  {
    "name": "moldflow.material_plot.MaterialPlot.value_range_min_x",
    "kind": "py:property",
    "uri": "components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot.value_range_min_x",
    "path": "docs/components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot.value_range_min_x",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot.value_range_min_x",
    "signature": "property value_range_min_x : float #",
    "description": "The minimum X axis value. Getter : Get the minimum value for the X axis. Setter : Set the minimum value for the X axis. Type : float"
  },
  {
    "name": "moldflow.material_plot.MaterialPlot.value_range_min_y",
    "kind": "py:property",
    "uri": "components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot.value_range_min_y",
    "path": "docs/components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot.value_range_min_y",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/material_plot.html#moldflow.material_plot.MaterialPlot.value_range_min_y",
    "signature": "property value_range_min_y : float #",
    "description": "The minimum Y axis value. Getter : Get the minimum value for the Y axis. Setter : Set the minimum value for the Y axis. Type : float"
  },
  {
    "name": "moldflow.material_selector",
    "kind": "py:module",
    "uri": "components/wrapper/material_selector.html#module-moldflow.material_selector",
    "path": "docs/components/wrapper/material_selector.html#module-moldflow.material_selector",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/material_selector.html#module-moldflow.material_selector",
    "signature": "moldflow.material_selector",
    "description": ""
  },
  {
    "name": "moldflow.material_selector.MaterialSelector",
    "kind": "py:class",
    "uri": "components/wrapper/material_selector.html#moldflow.material_selector.MaterialSelector",
    "path": "docs/components/wrapper/material_selector.html#moldflow.material_selector.MaterialSelector",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/material_selector.html#moldflow.material_selector.MaterialSelector",
    "signature": "class MaterialSelector [source] #",
    "description": "Bases: object Wrapper for MaterialSelector class of Moldflow Synergy."
  },
  {
    "name": "moldflow.material_selector.MaterialSelector.get_material_file",
    "kind": "py:method",
    "uri": "components/wrapper/material_selector.html#moldflow.material_selector.MaterialSelector.get_material_file",
    "path": "docs/components/wrapper/material_selector.html#moldflow.material_selector.MaterialSelector.get_material_file",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/material_selector.html#moldflow.material_selector.MaterialSelector.get_material_file",
    "signature": "get_material_file ( material ) [source] #",
    "description": "Allows the user to query the current material file name of the current study Parameters : material ( MaterialIndex | int ) – 0 to select the material as the first molding material\r\nand 1 to select it as the second molding material Return type : str Returns : Material File Name if successful; “” otherwise"
  },
  {
    "name": "moldflow.material_selector.MaterialSelector.get_material_file_type",
    "kind": "py:method",
    "uri": "components/wrapper/material_selector.html#moldflow.material_selector.MaterialSelector.get_material_file_type",
    "path": "docs/components/wrapper/material_selector.html#moldflow.material_selector.MaterialSelector.get_material_file_type",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/material_selector.html#moldflow.material_selector.MaterialSelector.get_material_file_type",
    "signature": "get_material_file_type ( material ) [source] #",
    "description": "Allows the user to query the current material file type of the current study Parameters : material ( MaterialIndex | int ) – 0 to select the material as the first molding material\r\nand 1 to select it as the second molding material Return type : str Returns : Material File Type if successful; “” otherwise"
  },
  {
    "name": "moldflow.material_selector.MaterialSelector.get_material_index",
    "kind": "py:method",
    "uri": "components/wrapper/material_selector.html#moldflow.material_selector.MaterialSelector.get_material_index",
    "path": "docs/components/wrapper/material_selector.html#moldflow.material_selector.MaterialSelector.get_material_index",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/material_selector.html#moldflow.material_selector.MaterialSelector.get_material_index",
    "signature": "get_material_index ( material ) [source] #",
    "description": "Allows the user to query the current material index of the current study Parameters : material ( MaterialIndex | int ) – 0 to select the material as the first molding material\r\nand 1 to select it as the second molding material Return type : int Returns : Material Index if successful; -1 otherwise"
  },
  {
    "name": "moldflow.material_selector.MaterialSelector.select",
    "kind": "py:method",
    "uri": "components/wrapper/material_selector.html#moldflow.material_selector.MaterialSelector.select",
    "path": "docs/components/wrapper/material_selector.html#moldflow.material_selector.MaterialSelector.select",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/material_selector.html#moldflow.material_selector.MaterialSelector.select",
    "signature": "select ( filename , filetype , index , material ) [source] #",
    "description": "Selects a material from a database file Parameters : filename ( str ) – material database file name filetype ( MaterialDatabaseType | str ) – file type, which can be one of the following:\r\n“System”: for databases that reside in the “system” database directory,\r\n“User”: for databases that reside in the “user” directory, and\r\n“”: for databases that reside in neither of the above locations;\r\nthe last option should be used with caution since scripts written with\r\n‘absolute’ file path names are typically not usable across\r\ndifferent versions of the software index ( int ) – material index in the database that uniquely identifies this material;\r\nthe easiest way to ascertain the material index is to record a macro\r\nthat selects the material from the database material ( MaterialIndex | int ) – 0 to select the material as the first molding material\r\nand 1 to select it as the second molding material Return type : bool Returns : True if successful; False otherwise"
  },
  {
    "name": "moldflow.material_selector.MaterialSelector.select_via_dialog",
    "kind": "py:method",
    "uri": "components/wrapper/material_selector.html#moldflow.material_selector.MaterialSelector.select_via_dialog",
    "path": "docs/components/wrapper/material_selector.html#moldflow.material_selector.MaterialSelector.select_via_dialog",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/material_selector.html#moldflow.material_selector.MaterialSelector.select_via_dialog",
    "signature": "select_via_dialog ( material , process_id ) [source] #",
    "description": "Allows the user to selects a material from a dialog for the current study Parameters : material ( MaterialIndex | int ) – 0 to select the material as the first molding material\r\nand 1 to select it as the second molding material process_id ( int ) – process ID of the client application that is requesting the dialog;\r\nthis is the process ID of the application that is running the script Return type : bool Returns : True if successful; False otherwise"
  },
  {
    "name": "moldflow.mesh_editor",
    "kind": "py:module",
    "uri": "components/wrapper/mesh_editor.html#module-moldflow.mesh_editor",
    "path": "docs/components/wrapper/mesh_editor.html#module-moldflow.mesh_editor",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#module-moldflow.mesh_editor",
    "signature": "moldflow.mesh_editor",
    "description": ""
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor",
    "kind": "py:class",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor",
    "signature": "class MeshEditor [source] #",
    "description": "Bases: object Wrapper for MeshEditor class of Moldflow Synergy."
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.align_nodes",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.align_nodes",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.align_nodes",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.align_nodes",
    "signature": "align_nodes ( node1 , node2 , to_align ) [source] #",
    "description": "Aligns a set of nodes so that they are collinear with a given pair of nodes Parameters : node1 ( EntList | None ) – EntList object containing the first node node2 ( EntList | None ) – EntList object containing the second node to_align ( EntList | None ) – EntList object containing nodes that are to be\r\naligned between node1 and node2 Return type : bool Returns : True if operation is successful; False otherwise"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.align_normals",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.align_normals",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.align_normals",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.align_normals",
    "signature": "align_normals ( seed_tri , tris ) [source] #",
    "description": "Aligns the normals of a set of triangles to match a seed triangle Parameters : seed_tri ( EntList | None ) – EntList object containing the seed triangle tris ( EntList | None ) – EntList object containing the triangles whose normals are\r\nto be aligned Return type : int Returns : Number of triangles whose normals were aligned"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.auto_fix",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.auto_fix",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.auto_fix",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.auto_fix",
    "signature": "auto_fix ( ) [source] #",
    "description": "Attempts to repair the mesh by automatically removing overlaps and intersections Returns : The number of elements repaired Return type : int"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.contact_stitch_interface",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.contact_stitch_interface",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.contact_stitch_interface",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.contact_stitch_interface",
    "signature": "contact_stitch_interface ( merge_tol ) [source] #",
    "description": "Stitches contact interface triangles Parameters : merge_tol ( float ) – Merge tolerance Return type : int Returns : 0 if no contact interfaces are found\r\n1 if the operation is successful\r\n2 if the 3D Mold Mesh functionality has not been used\r\nto prepare the mold internal surface"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.convert_to_beams",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.convert_to_beams",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.convert_to_beams",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.convert_to_beams",
    "signature": "convert_to_beams ( start_node , prop , junction , num_branch ) [source] #",
    "description": "Converts mesh to beam elements Parameters : start_node ( EntList | None ) – EntList object containing the starting node of the beam prop ( Property | None ) – Property set for the new beams junction ( bool ) – specify True to create junctions num_branch ( int ) – Number of branches to be created Return type : int Returns : Number of beams created"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.convert_wedges_to_tetras",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.convert_wedges_to_tetras",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.convert_wedges_to_tetras",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.convert_wedges_to_tetras",
    "signature": "convert_wedges_to_tetras ( wedges , num_layer ) [source] #",
    "description": "Converts wedges to tetras Parameters : wedges ( EntList | None ) – EntList object containing the wedges to be converted num_layer ( int ) – Number of layers Return type : bool Returns : True if operation is successful; False otherwise"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.create_beams",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.create_beams",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.create_beams",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.create_beams",
    "signature": "create_beams ( node1 , node2 , num_beams , prop ) [source] #",
    "description": "Creates a beam between two nodes Parameters : node1 ( EntList | None ) – EntList object containing the first node node2 ( EntList | None ) – EntList object containing the second node num_beams ( int ) – Number of beams to be created prop ( Property | None ) – Property object containing the property of the beam Return type : EntList Returns : The new beam."
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.create_beams_by_points",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.create_beams_by_points",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.create_beams_by_points",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.create_beams_by_points",
    "signature": "create_beams_by_points ( pt1 , pt2 , num , prop ) [source] #",
    "description": "Creates beams between two points Parameters : pt1 ( Vector | None ) – Vector object containing the first point pt2 ( Vector | None ) – Vector object containing the second point num ( int ) – Number of beams to be created prop ( Property | None ) – Property object containing the property of the beam Return type : EntList Returns : The new beam."
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.create_entity_list",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.create_entity_list",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.create_entity_list",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.create_entity_list",
    "signature": "create_entity_list ( ) [source] #",
    "description": "Creates a new entity list in the model.\r\nWhen using this function, it will first ask for result invalidation.\r\nIf you want to select entities without checking result, use study_doc.create_entity_list().\r\n:rtype: EntList :returns: The new entity list."
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.create_tet",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.create_tet",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.create_tet",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.create_tet",
    "signature": "create_tet ( node1 , node2 , node3 , node4 , prop ) [source] #",
    "description": "Creates a tetrahedron from 4 nodes and a property Parameters : node1 ( EntList | None ) – EntList object containing the first node node2 ( EntList | None ) – EntList object containing the second node node3 ( EntList | None ) – EntList object containing the third node node4 ( EntList | None ) – EntList object containing the fourth node prop ( Property | None ) – Property object containing the property of the tetrahedron Return type : EntList Returns : The new tetrahedron."
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.create_tri",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.create_tri",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.create_tri",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.create_tri",
    "signature": "create_tri ( node1 , node2 , node3 , prop ) [source] #",
    "description": "Creates a tetrahedron from 4 nodes and a property Parameters : node1 ( EntList | None ) – EntList object containing the first node node2 ( EntList | None ) – EntList object containing the second node node3 ( EntList | None ) – EntList object containing the third node prop ( Property | None ) – Property object containing the property of the triangle Return type : EntList Returns : The new triangle"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.create_wedge",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.create_wedge",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.create_wedge",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.create_wedge",
    "signature": "create_wedge ( node1 , node2 , node3 , node4 , node5 , node6 , prop ) [source] #",
    "description": "Creates a wedge from 6 nodes and a property Parameters : node1 ( EntList | None ) – EntList object containing the first node node2 ( EntList | None ) – EntList object containing the second node node3 ( EntList | None ) – EntList object containing the third node node4 ( EntList | None ) – EntList object containing the fourth node node5 ( EntList | None ) – EntList object containing the fifth node node6 ( EntList | None ) – EntList object containing the sixth node prop ( Property | None ) – Property object containing the property of the wedge Return type : EntList Returns : The new wedge."
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.cut_triangles_by_plane",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.cut_triangles_by_plane",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.cut_triangles_by_plane",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.cut_triangles_by_plane",
    "signature": "cut_triangles_by_plane ( plane_normal , ref_point , fill , smooth ) [source] #",
    "description": "Cut visible triangles by a plane defined by plane normal and a reference point on the plane Parameters : plane_normal ( Vector | None ) – Vector object containing normal plane ref_point ( Vector | None ) – Vector object containing a reference point on the plane fill ( bool ) – whether to fill holes after cut smooth ( bool ) – whether to smooth mesh after cut Return type : bool Returns : True if operation is successful; False otherwise"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.delete",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.delete",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.delete",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.delete",
    "signature": "delete ( entities ) [source] #",
    "description": "Deletes a set of entities Parameters : entities ( EntList | None ) – EntList object containing entities to be deleted Return type : EntList Returns : EntList object containing entities that were not deleted\r\nIf you attempt to delete nodes that are referenced\r\nby elements or boundary conditions, these will not be deleted.\r\nYou would need to delete the dependent entities first"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.extrude_triangles",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.extrude_triangles",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.extrude_triangles",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.extrude_triangles",
    "signature": "extrude_triangles ( offset_tri , dist , scale , smooth_nb , create_new_body , prop ) [source] #",
    "description": "Extrude selected triangles in surface normal direction by a specified distance Parameters : offset_tri ( EntList | None ) – EntList object containing the triangles to be extruded dist ( float ) – Extrusion distance scale ( float ) – scale selected triangles smooth_nb ( bool ) – whether to smooth surrounding triangles after extrusion create_new_body ( bool ) – whether to form a separate body with new triangles prop ( Property | None ) – Property object containing the property of the extruded mesh Return type : bool Returns : True if operation is successful; False otherwise"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.fill_hole",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.fill_hole",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.fill_hole",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.fill_hole",
    "signature": "fill_hole ( nodes , fill_type = None ) [source] #",
    "description": "Deprecated since version 27.0.0: Use fill_hole_from_nodes() or fill_hole_from_triangles() instead. Fill a “hole” in the mesh by creating triangles between given nodes.\r\nIf fill_type provided, fill a “hole” in the mesh by creating new triangles. Parameters : nodes ( EntList | None ) – EntList ordered sequence of nodes defining the outer\r\nboundary of the hole fill_type ( int , optional ) – Default is 0, triangles around the hole will be bent. Return type : bool Returns : True if operation is successful; False otherwise"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.fill_hole_from_nodes",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.fill_hole_from_nodes",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.fill_hole_from_nodes",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.fill_hole_from_nodes",
    "signature": "fill_hole_from_nodes ( nodes ) [source] #",
    "description": "Fill a “hole” in the mesh by nodes. Parameters : nodes ( EntList | None ) – EntList ordered sequence of nodes defining the outer boundary of the hole Return type : bool Returns : True if operation is successful; False otherwise"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.fill_hole_from_triangles",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.fill_hole_from_triangles",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.fill_hole_from_triangles",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.fill_hole_from_triangles",
    "signature": "fill_hole_from_triangles ( tris , apply_smoothing ) [source] #",
    "description": "Fill a “hole” in the mesh by triangles. Parameters : tris ( EntList | None ) – EntList of triangles around the hole apply_smoothing ( bool ) – Specify True to smooth; False to disable smoothing. Return type : bool Returns : True if operation is successful; False otherwise"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.find_property",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.find_property",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.find_property",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.find_property",
    "signature": "find_property ( prop_type , prop_id ) [source] #",
    "description": "Finds a property by type and ID Parameters : prop_type ( int ) – Property type prop_id ( int ) – Property ID Return type : Property Returns : The Property."
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.fix_aspect_ratio",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.fix_aspect_ratio",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.fix_aspect_ratio",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.fix_aspect_ratio",
    "signature": "fix_aspect_ratio ( target ) [source] #",
    "description": "Attempts to reduce triangle aspect ratios in the mesh below a specified value Parameters : target ( float ) – target aspect ratio Return type : int Returns : number of elements modified to effect aspect ratio reduction"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.flip_normals",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.flip_normals",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.flip_normals",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.flip_normals",
    "signature": "flip_normals ( tris ) [source] #",
    "description": "Flips triangle normals Parameters : tris ( EntList | None ) – EntList object containing the triangles whose normals are\r\nto be flipped Return type : bool Returns : True if operation is successful; False otherwise"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.global_merge",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.global_merge",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.global_merge",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.global_merge",
    "signature": "global_merge ( tolerance , fusion , bad_tri , squeeze = True , remove_dup_elements = True , merge_dup_nodes = True , vis_only = False ) [source] #",
    "description": "Merges nodes in the model that are within a specified tolerance Parameters : tolerance ( float ) – specifies the tolerance for merging nodes fusion ( bool ) – specify True to disallow merges between nodes that are not\r\non the same element bad_tri ( bool ) – specify True to merge bad triangles squeeze ( bool ) – specify True to squeeze the mesh remove_dup_elements ( bool ) – specify True to remove duplicate elements merge_dup_nodes ( bool ) – specify True to merge duplicate nodes vis_only ( bool ) – specify True to only merge visible nodes Return type : int Returns : number of nodes merged"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.imprint_selected_triangles",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.imprint_selected_triangles",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.imprint_selected_triangles",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.imprint_selected_triangles",
    "signature": "imprint_selected_triangles ( tri ) [source] #",
    "description": "Align nodes and triangles in selected areas Parameters : tri ( EntList | None ) – EntList object containing the triangles to be imprinted Return type : bool Returns : True if operation is successful; False otherwise"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.imprint_visible_triangles",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.imprint_visible_triangles",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.imprint_visible_triangles",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.imprint_visible_triangles",
    "signature": "imprint_visible_triangles ( ) [source] #",
    "description": "Align visible nodes and triangles Return type : bool Returns : True if operation is successful; False otherwise"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.insert_node",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.insert_node",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.insert_node",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.insert_node",
    "signature": "insert_node ( node1 , node2 ) [source] #",
    "description": "Inserts a node between two existing nodes.\r\n:type node1: EntList | None :param node1: EntList object containing the first node\r\n:type node1: EntList | None\r\n:type node2: EntList | None :param node2: EntList object containing the second node\r\n:type node2: EntList | None Return type : EntList Returns : The new node."
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.insert_node_in_tet",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.insert_node_in_tet",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.insert_node_in_tet",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.insert_node_in_tet",
    "signature": "insert_node_in_tet ( node1 , node2 = None , node3 = None , node4 = None ) [source] #",
    "description": "Inserts a node in the centroid of a given tetrahedron Provide 1 Entlist containing 4 nodes or 4 Entlist containing 1 node each. Parameters : node1 ( EntList | None ) – EntList object containing the first node node2 ( EntList | None ) – EntList object containing the second node node3 ( EntList | None ) – EntList object containing the third node node4 ( EntList | None ) – EntList object containing the fourth node Return type : EntList Returns : The new node at the centroid of tetrahedron."
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.insert_node_in_tet_by_nodes",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.insert_node_in_tet_by_nodes",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.insert_node_in_tet_by_nodes",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.insert_node_in_tet_by_nodes",
    "signature": "insert_node_in_tet_by_nodes ( node1 , node2 , node3 , node4 ) [source] #",
    "description": "DEPRECATED: Use insert_node_in_tet instead.\r\nInserts a node in the centroid of a given tetrahedron Parameters : node1 ( EntList | None ) – EntList object containing the first node node2 ( EntList | None ) – EntList object containing the second node node3 ( EntList | None ) – EntList object containing the third node node4 ( EntList | None ) – EntList object containing the fourth node Return type : EntList Returns : The new node at the centroid of tetrahedron."
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.insert_node_in_tri",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.insert_node_in_tri",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.insert_node_in_tri",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.insert_node_in_tri",
    "signature": "insert_node_in_tri ( node1 , node2 = None , node3 = None ) [source] #",
    "description": "Inserts a node in the centroid of a given triangle Provide 1 Entlist containing 3 nodes or 3 Entlist containing 1 node each. Parameters : node1 ( EntList | None ) – EntList object containing the first node node2 ( EntList | None ) – EntList object containing the second node node3 ( EntList | None ) – EntList object containing the third node Return type : EntList Returns : The new node at the centroid of triangle."
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.insert_node_on_beam",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.insert_node_on_beam",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.insert_node_on_beam",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.insert_node_on_beam",
    "signature": "insert_node_on_beam ( beam , num_div = 2 ) [source] #",
    "description": "Inserts nodes on a beam.\r\n:type beam: EntList | None :param beam: EntList object containing the beam\r\n:type beam: EntList | None\r\n:type num_div: int :param num_div: Number of divisions to be created along the beam. Default is 2.\r\n:type num_div: int Return type : EntList Returns : Entlist of the new node."
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.make_region",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.make_region",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.make_region",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.make_region",
    "signature": "make_region ( tol , is_angular , mesh = True , prop = None ) [source] #",
    "description": "Creates geometric regions from mesh triangle or STL Parameters : tol ( float ) – specifies planar or angular tolerance is_angular ( bool ) – specify True to check angular tolerance when\r\nmerging triangles and False to specify a planar tolerance mesh ( bool ) – specify True to convert mesh to regions and False to convert STL prop ( Property ) – property to set the region (for STL only) Return type : int Returns : Number of regions created"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.match_nodes",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.match_nodes",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.match_nodes",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.match_nodes",
    "signature": "match_nodes ( nodes , tris , layer ) [source] #",
    "description": "Matches the nodes of a set of triangles to a set of nodes Parameters : nodes ( EntList | None ) – EntList object containing the nodes to be matched tris ( EntList | None ) – EntList object containing the triangles to be matched layer ( str ) – name of the layer to which newly created nodes will be assigned. string ( Specify an empty ) Return type : int Returns : Number of nodes affected"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.merge_nodes",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.merge_nodes",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.merge_nodes",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.merge_nodes",
    "signature": "merge_nodes ( target , nodes , fusion , use_mid = False ) [source] #",
    "description": "Merges nodes in the model that are within a specified tolerance Parameters : target ( EntList | None ) – EntList object containing the target node nodes ( EntList | None ) – EntList object containing the set of nodes to be merged\r\nto the target node fusion ( bool ) – specify True to disallow merges between nodes that are not on\r\nthe same element use_mid ( bool ) – specify True to merge nodes to midpoint Return type : int Returns : number of nodes merged"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.move_beam_node",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.move_beam_node",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.move_beam_node",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.move_beam_node",
    "signature": "move_beam_node ( moving_node , target ) [source] #",
    "description": "Moves a beam node Parameters : moving_node ( EntList | None ) – EntList object containing the beam node to be moved target ( Vector | None ) – Vector object containing the destination point Return type : bool Returns : True if operation is successful; False otherwise"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.move_node_to_edge",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.move_node_to_edge",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.move_node_to_edge",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.move_node_to_edge",
    "signature": "move_node_to_edge ( node , edge_node1 , edge_node2 , param_loc ) [source] #",
    "description": "Moves a node to a triangle edge.\r\nIt breaks triangles that share the edge and creates new ones if necessary Parameters : node ( EntList | None ) – EntList object containing the node to be moved edge_node1 ( EntList | None ) – EntList object containing the first node of the edge edge_node2 ( EntList | None ) – EntList object containing the second node of the edge param_loc ( float ) – parameter location along the edge (0.0 to 1.0) Return type : bool Returns : True if operation is successful; False otherwise"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.move_nodes",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.move_nodes",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.move_nodes",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.move_nodes",
    "signature": "move_nodes ( nodes , vector , loc ) [source] #",
    "description": "Moves nodes to a new location or by an offset\r\n:type nodes: EntList | None :param nodes: EntList object containing the nodes to be moved\r\n:type nodes: EntList | None\r\n:type vector: Vector | None :param vector: Vector object that specifies the destination location or an offset vector Parameters : loc ( bool ) – specify True to specify a location and False to to specify an offset vector Return type : bool Returns : True if successful; False otherwise."
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.offset_triangles",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.offset_triangles",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.offset_triangles",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.offset_triangles",
    "signature": "offset_triangles ( offset_tri , offset_dist , falloff_dist , smooth_nb ) [source] #",
    "description": "Offsets triangles by a given distance Parameters : offset_tri ( EntList | None ) – EntList object containing the triangles to be offset offset_dist ( float ) – Offset distance falloff_dist ( float ) – Falloff distance smooth_nb ( bool ) – whether to smooth surrounding triangles after offset Return type : bool Returns : True if operation is successful; False otherwise"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.orient",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.orient",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.orient",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.orient",
    "signature": "orient ( fusion ) [source] #",
    "description": "Orients the mesh Parameters : fusion ( bool ) – specify True if the mesh if for a fusion model Return type : bool Returns : True if operation is successful; False otherwise"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.project_mesh",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.project_mesh",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.project_mesh",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.project_mesh",
    "signature": "project_mesh ( tris ) [source] #",
    "description": "Project mesh to geometry Parameters : tris ( EntList | None ) – EntList object containing the triangles to be projected Return type : bool Returns : True if operation is successful; False otherwise"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.purge_nodes",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.purge_nodes",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.purge_nodes",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.purge_nodes",
    "signature": "purge_nodes ( ) [source] #",
    "description": "Deletes nodes in the model that are not connected to any elements Returns : The number of nodes deleted Return type : int"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.refine_tetras",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.refine_tetras",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.refine_tetras",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.refine_tetras",
    "signature": "refine_tetras ( tet_ref_layer , num_layer , refine_surface , surface_edge_length ) [source] #",
    "description": "Refine selected tetras Parameters : tet_ref_layer ( int ) – Layer ID num_layer ( int ) – Number of layers refine_surface ( bool ) – specify True to refine the surface mesh surface_edge_length ( float ) – Length of the edge of the surface mesh Return type : bool Returns : True if operation is successful; False otherwise"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.refine_tetras_by_labels",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.refine_tetras_by_labels",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.refine_tetras_by_labels",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.refine_tetras_by_labels",
    "signature": "refine_tetras_by_labels ( nodes , num_layer , isolate_refined_tet , refine_surface , surface_edge_length ) [source] #",
    "description": "Refine selected tetras by labels Parameters : nodes ( EntList | None ) – EntList object containing the nodes to be refined num_layer ( int ) – Number of layers isolate_refined_tet ( bool ) – specify True to isolate the refined tetras refine_surface ( bool ) – specify True to refine the surface mesh surface_edge_length ( float ) – Length of the edge of the surface mesh Return type : bool Returns : True if operation is successful; False otherwise"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.remesh_area",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.remesh_area",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.remesh_area",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.remesh_area",
    "signature": "remesh_area ( tris , size , imprint = False , smooth = 0.0 ) [source] #",
    "description": "Remesh a set of triangles Parameters : tris ( EntList | None ) – EntList object containing the triangles to be remeshed size ( float ) – Size of the new mesh imprint ( bool ) – specify True to imprint the mesh onto the surface mesh smooth ( float ) – smoothing factor (0.0 to 1.0) Return type : bool Returns : True if operation is successful; False otherwise"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.smooth_nodes",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.smooth_nodes",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.smooth_nodes",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.smooth_nodes",
    "signature": "smooth_nodes ( nodes , feat ) [source] #",
    "description": "Performs Laplacian smoothing on a set of nodes Parameters : nodes ( EntList | None ) – EntList object containing the nodes to be smoothed feat ( bool ) – specify True to preserve feature edges during smoothing Return type : bool Returns : True if operation is successful; False otherwise"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.stitch_free_edges",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.stitch_free_edges",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.stitch_free_edges",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.stitch_free_edges",
    "signature": "stitch_free_edges ( nodes , tolerance ) [source] #",
    "description": "Stitches free edges within a given tolerance by providing a set of nodes Parameters : nodes ( EntList | None ) – EntList object containing the nodes tolerance ( float ) – float Tolerance Return type : bool Returns : True if successful False otherwise"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.swap_edge",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.swap_edge",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.swap_edge",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.swap_edge",
    "signature": "swap_edge ( tri1 , tri2 , feat_allow = False ) [source] #",
    "description": "Swaps the common edge between two triangles Parameters : tri1 ( EntList | None ) – EntList object containing the first triangle tri2 ( EntList | None ) – EntList object containing the second triangle feat_allow ( bool ) – specify True to permit modifications of feature edges Return type : bool Returns : True if operation is successful; False otherwise"
  },
  {
    "name": "moldflow.mesh_editor.MeshEditor.view_contact_stitch",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.view_contact_stitch",
    "path": "docs/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.view_contact_stitch",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_editor.html#moldflow.mesh_editor.MeshEditor.view_contact_stitch",
    "signature": "view_contact_stitch ( merge_tol ) [source] #",
    "description": "Preview the contact surface layer created by the stitch operation Parameters : merge_tol ( float ) – Merge tolerance Return type : int Returns : 0 if no contact interfaces are found\r\n1 if the operation is successful\r\n2 if the 3D Mold Mesh funcationality has not been used\r\nto prepare the mold internal surface"
  },
  {
    "name": "moldflow.mesh_generator",
    "kind": "py:module",
    "uri": "components/wrapper/mesh_generator.html#module-moldflow.mesh_generator",
    "path": "docs/components/wrapper/mesh_generator.html#module-moldflow.mesh_generator",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#module-moldflow.mesh_generator",
    "signature": "moldflow.mesh_generator",
    "description": ""
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator",
    "kind": "py:class",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator",
    "signature": "class MeshGenerator [source] #",
    "description": "Bases: object Wrapper for MeshGenerator class of Moldflow Synergy."
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.automatic_tetra_optimization",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.automatic_tetra_optimization",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.automatic_tetra_optimization",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.automatic_tetra_optimization",
    "signature": "property automatic_tetra_optimization : bool #",
    "description": "Deprecated since version 27.0.0. Specifies whether optimizing tetras automatically. Getter : Get the automatic tetra optimization option Setter : Set the automatic tetra optimization option Type : bool"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.cad_auto_size_scale",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.cad_auto_size_scale",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.cad_auto_size_scale",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.cad_auto_size_scale",
    "signature": "property cad_auto_size_scale : float #",
    "description": "Scale factor for edge length determined by auto sizing. Getter : Get the CAD auto size scale option Setter : Set the CAD auto size scale option Type : float"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.cad_contact_mesh_type",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.cad_contact_mesh_type",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.cad_contact_mesh_type",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.cad_contact_mesh_type",
    "signature": "property cad_contact_mesh_type : str #",
    "description": "Specifies CAD contact mesh type. Getter : Get the CAD contact mesh type option Setter : Set the CAD contact mesh type option Type : str"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.cad_mesh_grading_factor",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.cad_mesh_grading_factor",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.cad_mesh_grading_factor",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.cad_mesh_grading_factor",
    "signature": "property cad_mesh_grading_factor : float #",
    "description": "Specifies CAD mesh grading factor from slow(0) to fast(1) mesh transition.\r\nApplicable when mesh with chord angle and/or local density defined on face/edge Getter : Get the CAD mesh grading factor option Setter : Set the CAD mesh grading factor option Type : float"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.cad_mesh_minimum_curvature_percentage",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.cad_mesh_minimum_curvature_percentage",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.cad_mesh_minimum_curvature_percentage",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.cad_mesh_minimum_curvature_percentage",
    "signature": "property cad_mesh_minimum_curvature_percentage : float #",
    "description": "Specifies minimum mesh size in percentage with respect to\r\nglobal mesh size due to curvature refinement. Getter : Get the CAD mesh minimum curvature percentage option Setter : Set the CAD mesh minimum curvature percentage option Type : float"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.cad_sliver_remove",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.cad_sliver_remove",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.cad_sliver_remove",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.cad_sliver_remove",
    "signature": "property cad_sliver_remove : bool #",
    "description": "Specifies whether removing CAD sliver. Getter : Get the CAD sliver remove option Setter : Set the CAD sliver remove option Type : bool"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.chord_angle",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.chord_angle",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.chord_angle",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.chord_angle",
    "signature": "property chord_angle : float #",
    "description": "Chord angle value. Getter : Get the chord angle value Setter : Set the chord angle value Type : float"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.chord_angle_select",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.chord_angle_select",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.chord_angle_select",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.chord_angle_select",
    "signature": "property chord_angle_select : bool #",
    "description": "Specifies whether using chord angle. Getter : Get the chord angle select option Setter : Set the chord angle select option Type : bool"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.chord_height",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.chord_height",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.chord_height",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.chord_height",
    "signature": "property chord_height : float #",
    "description": "Chord height value. Getter : Get the chord height value Setter : Set the chord height value Type : float"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.chord_height_control",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.chord_height_control",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.chord_height_control",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.chord_height_control",
    "signature": "property chord_height_control : bool #",
    "description": "Specifies whether using chord height. Getter : Get the chord height control option Setter : Set the chord height control option Type : bool"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.chord_ht_aspect_ratio",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.chord_ht_aspect_ratio",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.chord_ht_aspect_ratio",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.chord_ht_aspect_ratio",
    "signature": "property chord_ht_aspect_ratio : bool #",
    "description": "Specifies whether optimize aspect ratio by surface curvature control. Getter : Get the chord height aspect ratio option Setter : Set the chord height aspect ratio option Type : bool"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.chord_ht_proximity",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.chord_ht_proximity",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.chord_ht_proximity",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.chord_ht_proximity",
    "signature": "property chord_ht_proximity : bool #",
    "description": "Specifies whether optimize aspect ratio by proximity control. Getter : Get the chord height proximity option Setter : Set the chord height proximity option Type : bool"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.cool_type",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.cool_type",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.cool_type",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.cool_type",
    "signature": "property cool_type : int #",
    "description": "FEM) Getter : Get the cool type option Setter : Set the cool type option Type : int Type : Specifies cool type (1 Type : BEM, 2"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.edge_length",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.edge_length",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.edge_length",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.edge_length",
    "signature": "property edge_length : float #",
    "description": "Edge Length of Mesh Generator Getter : Get length of the edge in the mesh generator. Setter : Set length of the edge in the mesh generator. Type : float"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.edge_length_ratio_circuits",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.edge_length_ratio_circuits",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.edge_length_ratio_circuits",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.edge_length_ratio_circuits",
    "signature": "property edge_length_ratio_circuits : float #",
    "description": "8]. Getter : Get the edge length ratio circuits option Setter : Set the edge length ratio circuits option Type : float Type : Specifies edge length vs diameter for circuits [0.5"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.edge_length_ratio_runner",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.edge_length_ratio_runner",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.edge_length_ratio_runner",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.edge_length_ratio_runner",
    "signature": "property edge_length_ratio_runner : float #",
    "description": "4].\r\nDisabled when mesh curves by global edge length is enabled. Getter : Get the edge length ratio runner option Setter : Set the edge length ratio runner option Type : float Type : Specifies edge length vs diameter for feed system [0.1"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.element_reduction",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.element_reduction",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.element_reduction",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.element_reduction",
    "signature": "property element_reduction : bool #",
    "description": "Deprecated since version 27.0.0. Enables/disables automatic element size determination\r\nfor fusion meshes from faceted geometry. Getter : Get the element reduction option Setter : Set the element reduction option Type : bool"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.eltt_ratio",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.eltt_ratio",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.eltt_ratio",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.eltt_ratio",
    "signature": "property eltt_ratio : float #",
    "description": "1.5] Getter : Get the ELTT ratio option Setter : Set the ELTT ratio option Type : float Type : Specifies edge length through thickness vs. global surface edge length. [0.4"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.eltt_ratio_al",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.eltt_ratio_al",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.eltt_ratio_al",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.eltt_ratio_al",
    "signature": "property eltt_ratio_al : float #",
    "description": "ELTTRatioAL Getter : Get the ELTTRatioAL option Setter : Set the ELTTRatioAL option Type : float"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.gate_el_factor",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.gate_el_factor",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.gate_el_factor",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.gate_el_factor",
    "signature": "property gate_el_factor : float #",
    "description": "50]. Getter : Get the gate edge length factor option Setter : Set the gate edge length factor option Type : float Type : Edge length factor for gate refinement [10"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.generate",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.generate",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.generate",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.generate",
    "signature": "generate ( ) [source] #",
    "description": "Generate the mesh using the MeshGenerator instance. Returns : True if mesh generation was successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.inc_thk_dd",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.inc_thk_dd",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.inc_thk_dd",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.inc_thk_dd",
    "signature": "property inc_thk_dd : bool #",
    "description": "Specifies whether to include thickness calculation. Getter : Get the inc thickness calculation option Setter : Set the inc thickness calculation option Type : bool"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.match",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.match",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.match",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.match",
    "signature": "property match : bool #",
    "description": "Enables/disables matched meshing for fusion models. Getter : Get the matched meshing option Setter : Set the matched meshing option Type : bool"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.max_chord_height_ratio_curve",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.max_chord_height_ratio_curve",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.max_chord_height_ratio_curve",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.max_chord_height_ratio_curve",
    "signature": "property max_chord_height_ratio_curve : float #",
    "description": "3]. Getter : Get the max chord height ratio curve option Setter : Set the max chord height ratio curve option Type : float Type : Specifies chord height vs chord length for curves [0.02"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.max_edge_length_in_thickness_direction",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.max_edge_length_in_thickness_direction",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.max_edge_length_in_thickness_direction",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.max_edge_length_in_thickness_direction",
    "signature": "property max_edge_length_in_thickness_direction : float #",
    "description": "Specifies maximum edge length in thickness direction. Getter : Get the max edge length in thickness direction option Setter : Set the max edge length in thickness direction option Type : float"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.maximum_match_distance",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.maximum_match_distance",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.maximum_match_distance",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.maximum_match_distance",
    "signature": "property maximum_match_distance : float #",
    "description": "Limit on match distance for wedges. Getter : Get the maximum match distance option Setter : Set the maximum match distance option Type : float"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.maximum_match_distance_option",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.maximum_match_distance_option",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.maximum_match_distance_option",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.maximum_match_distance_option",
    "signature": "property maximum_match_distance_option : int #",
    "description": "Specifies the option to determine the limit on max match dist. Getter : Get the maximum match distance option Setter : Set the maximum match distance option Type : int"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.merge_cavity_runner",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.merge_cavity_runner",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.merge_cavity_runner",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.merge_cavity_runner",
    "signature": "property merge_cavity_runner : bool #",
    "description": "Specifies whether merging cavity runner. Getter : Get the merge cavity runner option Setter : Set the merge cavity runner option Type : bool"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.merge_tolerance",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.merge_tolerance",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.merge_tolerance",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.merge_tolerance",
    "signature": "property merge_tolerance : float #",
    "description": "Merge Tolerance of Mesh Generator\r\nNodes within this tolerance will be merged after meshing. Getter : Get the merge tolerance Setter : Set the merge tolerance Type : float"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.mesh_component_type",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.mesh_component_type",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.mesh_component_type",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.mesh_component_type",
    "signature": "property mesh_component_type : int #",
    "description": "Specifies mesh component type. Getter : Get the mesh component type option Setter : Set the mesh component type option Type : int"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.mesh_curves_by_gel",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.mesh_curves_by_gel",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.mesh_curves_by_gel",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.mesh_curves_by_gel",
    "signature": "property mesh_curves_by_gel : bool #",
    "description": "Specifies whether to mesh curves by global edge length.\r\nDefault is False and curve edge length will be related to diameters. Getter : Get the mesh curves by global edge length option Setter : Set the mesh curves by global edge length option Type : bool"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.mesher_3d",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.mesher_3d",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.mesher_3d",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.mesher_3d",
    "signature": "property mesher_3d : str #",
    "description": "Specifies 3D mesher type. Getter : Get the mesher 3D option Setter : Set the mesher 3D option Type : str"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.min_num_elm_baffle_bubblers",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.min_num_elm_baffle_bubblers",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.min_num_elm_baffle_bubblers",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.min_num_elm_baffle_bubblers",
    "signature": "property min_num_elm_baffle_bubblers : int #",
    "description": "50]. Getter : Get the min number of elements baffle bubblers option Setter : Set the min number of elements baffle bubblers option Type : int Type : Specifies minimum number of beams on each curve for baffles and bubblers [3"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.min_num_elm_gates",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.min_num_elm_gates",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.min_num_elm_gates",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.min_num_elm_gates",
    "signature": "property min_num_elm_gates : int #",
    "description": "8]. Getter : Get the min number of elements gates option Setter : Set the min number of elements gates option Type : int Type : Specifies min beams on gates [1"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.nurbs_mesher",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.nurbs_mesher",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.nurbs_mesher",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.nurbs_mesher",
    "signature": "property nurbs_mesher : int #",
    "description": "Specifies nurbs mesher algorithm using default(0) or Advancing Front(1). Getter : Get the nurbs mesher option Setter : Set the nurbs mesher option Type : int"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.post_mesh_actions",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.post_mesh_actions",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.post_mesh_actions",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.post_mesh_actions",
    "signature": "property post_mesh_actions : bool #",
    "description": "Specifies whether post-meshing actions such as smoothing are enabled. Getter : Get the post mesh actions option Setter : Set the post mesh actions option Type : bool"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.remesh_all",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.remesh_all",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.remesh_all",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.remesh_all",
    "signature": "property remesh_all : bool #",
    "description": "Specifies whether previously meshed portions of the model will be re-meshed. Getter : Get the remesh all option Setter : Set the remesh all option Type : bool"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.save_options",
    "kind": "py:method",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.save_options",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.save_options",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.save_options",
    "signature": "save_options ( ) [source] #",
    "description": "Save the mesh generation options. Returns : True if options were saved successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.smoothing",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.smoothing",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.smoothing",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.smoothing",
    "signature": "property smoothing : bool #",
    "description": "Specifies whether node positions will be smoothed. Getter : Get the smoothing option Setter : Set the smoothing option Type : bool"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.source_geom_type",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.source_geom_type",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.source_geom_type",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.source_geom_type",
    "signature": "property source_geom_type : str #",
    "description": "Specifies Source Geometry Type. Getter : Get the source geometry type option Setter : Set the source geometry type option Type : str"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.surface_edge_length_scale_factor",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.surface_edge_length_scale_factor",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.surface_edge_length_scale_factor",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.surface_edge_length_scale_factor",
    "signature": "property surface_edge_length_scale_factor : float #",
    "description": "5]. Real edge length = DefaultEdgeLength * scale. Getter : Get the surface edge length scale factor option Setter : Set the surface edge length scale factor option Type : float Type : Edge length scale factor, [0.4"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.surface_optimization",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.surface_optimization",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.surface_optimization",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.surface_optimization",
    "signature": "property surface_optimization : bool #",
    "description": "Specifies whether using surface optimization. Getter : Get the surface optimization option Setter : Set the surface optimization option Type : bool"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.tetra_layers",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.tetra_layers",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.tetra_layers",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.tetra_layers",
    "signature": "property tetra_layers : int #",
    "description": "40]. Getter : Get the tetra layers option Setter : Set the tetra layers option Type : int Type : Number of tetra layers through thickness for plastic parts [4"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.tetra_layers_for_cores",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.tetra_layers_for_cores",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.tetra_layers_for_cores",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.tetra_layers_for_cores",
    "signature": "property tetra_layers_for_cores : int #",
    "description": "20]. Getter : Get the tetra layers for cores option Setter : Set the tetra layers for cores option Type : int Type : Number of tetra layers through thickness for cores/inserts [4"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.tetra_max_ar",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.tetra_max_ar",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.tetra_max_ar",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.tetra_max_ar",
    "signature": "property tetra_max_ar : float #",
    "description": "Deprecated since version 27.0.0. Limit on aspect ratio for tetrahedral meshes. Getter : Get the tetra max aspect ratio option Setter : Set the tetra max aspect ratio option Type : float"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.tetra_refine",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.tetra_refine",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.tetra_refine",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.tetra_refine",
    "signature": "property tetra_refine : bool #",
    "description": "Enables/disables tetrahedral refinement for 3D meshes. Getter : Get the tetra refine option Setter : Set the tetra refine option Type : bool"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.tri_classification_opt",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.tri_classification_opt",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.tri_classification_opt",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.tri_classification_opt",
    "signature": "property tri_classification_opt : int #",
    "description": "Specifies triangle classification option for CAD models\r\nOptions:\r\n0:ignore soft edges and merge slivers\r\n1:preserve CAD edges except for slivers\r\n2: preserve all CAD edges Getter : Get the triangle classification option Setter : Set the triangle classification option Type : int"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.use_active_layer",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.use_active_layer",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.use_active_layer",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.use_active_layer",
    "signature": "property use_active_layer : bool #",
    "description": "Specifies whether the newly generated mesh will be pushed into the active layer. Getter : Get the use active layer option Setter : Set the use active layer option Type : bool"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.use_auto_size",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.use_auto_size",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.use_auto_size",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.use_auto_size",
    "signature": "property use_auto_size : bool #",
    "description": "Specifies whether to use auto sizing for CAD. Getter : Get the use auto size option Setter : Set the use auto size option Type : bool"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.use_fallbacks",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.use_fallbacks",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.use_fallbacks",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.use_fallbacks",
    "signature": "property use_fallbacks : bool #",
    "description": "Deprecated since version 27.0.0. Specifies whether fallback is to be used when CAD meshing fails. Getter : Get the use fallbacks option Setter : Set the use fallbacks option Type : bool"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.use_gate_ref",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.use_gate_ref",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.use_gate_ref",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.use_gate_ref",
    "signature": "property use_gate_ref : bool #",
    "description": "Specifies whether to use gate refinement. Getter : Get the use gate refinement option Setter : Set the use gate refinement option Type : bool"
  },
  {
    "name": "moldflow.mesh_generator.MeshGenerator.use_tetras_on_edge",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.use_tetras_on_edge",
    "path": "docs/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.use_tetras_on_edge",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_generator.html#moldflow.mesh_generator.MeshGenerator.use_tetras_on_edge",
    "signature": "property use_tetras_on_edge : bool #",
    "description": "Deprecated since version 27.0.0. Specifies whether tetras are to be created on model edges. Getter : Get the use tetras on edge option Setter : Set the use tetras on edge option Type : bool"
  },
  {
    "name": "moldflow.mesh_summary",
    "kind": "py:module",
    "uri": "components/wrapper/mesh_summary.html#module-moldflow.mesh_summary",
    "path": "docs/components/wrapper/mesh_summary.html#module-moldflow.mesh_summary",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#module-moldflow.mesh_summary",
    "signature": "moldflow.mesh_summary",
    "description": ""
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary",
    "kind": "py:class",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary",
    "signature": "class MeshSummary [source] #",
    "description": "Bases: object Wrapper for MeshSummary class of Moldflow Synergy."
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.ave_aspect_ratio",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.ave_aspect_ratio",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.ave_aspect_ratio",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.ave_aspect_ratio",
    "signature": "property ave_aspect_ratio : float #",
    "description": "Average aspect ratio of the mesh."
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.beams_count",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.beams_count",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.beams_count",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.beams_count",
    "signature": "property beams_count : int #",
    "description": "Number of beams in the mesh."
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.connectivity_regions",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.connectivity_regions",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.connectivity_regions",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.connectivity_regions",
    "signature": "property connectivity_regions : int #",
    "description": "Number of connectivity regions in the mesh."
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.duplicated_beams",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.duplicated_beams",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.duplicated_beams",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.duplicated_beams",
    "signature": "property duplicated_beams : int #",
    "description": "Number of duplicated beams in the mesh."
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.free_edges_count",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.free_edges_count",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.free_edges_count",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.free_edges_count",
    "signature": "property free_edges_count : int #",
    "description": "Number of free edges in the mesh."
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.fusion_area",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.fusion_area",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.fusion_area",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.fusion_area",
    "signature": "property fusion_area : float #",
    "description": "Area of fusion"
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.intersection_elements",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.intersection_elements",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.intersection_elements",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.intersection_elements",
    "signature": "property intersection_elements : int #",
    "description": "Number of intersection elements in the mesh."
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.manifold_edges_count",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.manifold_edges_count",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.manifold_edges_count",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.manifold_edges_count",
    "signature": "property manifold_edges_count : int #",
    "description": "Number of manifold edges in the mesh."
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.match_ratio",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.match_ratio",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.match_ratio",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.match_ratio",
    "signature": "property match_ratio : float #",
    "description": "Mesh match ratio"
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.max_aspect_ratio",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.max_aspect_ratio",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.max_aspect_ratio",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.max_aspect_ratio",
    "signature": "property max_aspect_ratio : float #",
    "description": "Maximum aspect ratio of the mesh."
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.max_dihedral_angle",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.max_dihedral_angle",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.max_dihedral_angle",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.max_dihedral_angle",
    "signature": "property max_dihedral_angle : float #",
    "description": "Max dihedral angle of the mesh."
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.max_volume_ratio",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.max_volume_ratio",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.max_volume_ratio",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.max_volume_ratio",
    "signature": "property max_volume_ratio : float #",
    "description": "Max volume ratio of the mesh."
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.mesh_volume",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.mesh_volume",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.mesh_volume",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.mesh_volume",
    "signature": "property mesh_volume : float #",
    "description": "Volume of mesh"
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.min_aspect_ratio",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.min_aspect_ratio",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.min_aspect_ratio",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.min_aspect_ratio",
    "signature": "property min_aspect_ratio : float #",
    "description": "Minimum aspect ratio of the mesh."
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.nodes_count",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.nodes_count",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.nodes_count",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.nodes_count",
    "signature": "property nodes_count : int #",
    "description": "Number of nodes in the mesh."
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.non_manifold_edges_count",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.non_manifold_edges_count",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.non_manifold_edges_count",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.non_manifold_edges_count",
    "signature": "property non_manifold_edges_count : int #",
    "description": "Number of non-manifold edges in the mesh."
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.overlap_elements",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.overlap_elements",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.overlap_elements",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.overlap_elements",
    "signature": "property overlap_elements : int #",
    "description": "Number of overlap elements in the mesh."
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.percent_tets_ar_gt_thresh",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.percent_tets_ar_gt_thresh",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.percent_tets_ar_gt_thresh",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.percent_tets_ar_gt_thresh",
    "signature": "property percent_tets_ar_gt_thresh : float #",
    "description": "Percent of tetrahedra with aspect ratio greater than the threshold."
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.percent_tets_mda_gt_thresh",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.percent_tets_mda_gt_thresh",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.percent_tets_mda_gt_thresh",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.percent_tets_mda_gt_thresh",
    "signature": "property percent_tets_mda_gt_thresh : float #",
    "description": "Percent of tetrahedra with dihedral angle greater than the threshold."
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.percent_tets_vr_gt_thresh",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.percent_tets_vr_gt_thresh",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.percent_tets_vr_gt_thresh",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.percent_tets_vr_gt_thresh",
    "signature": "property percent_tets_vr_gt_thresh : float #",
    "description": "Percent of tetrahedra with volume ratio greater than the threshold."
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.reciprocal_match_ratio",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.reciprocal_match_ratio",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.reciprocal_match_ratio",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.reciprocal_match_ratio",
    "signature": "property reciprocal_match_ratio : float #",
    "description": "Mesh reciprocal match ratio"
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.runner_volume",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.runner_volume",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.runner_volume",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.runner_volume",
    "signature": "property runner_volume : float #",
    "description": "Volume of runner"
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.tetras_count",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.tetras_count",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.tetras_count",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.tetras_count",
    "signature": "property tetras_count : int #",
    "description": "Number of tetrahedra in the mesh."
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.triangles_count",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.triangles_count",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.triangles_count",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.triangles_count",
    "signature": "property triangles_count : int #",
    "description": "Number of triangles in the mesh."
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.unoriented",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.unoriented",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.unoriented",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.unoriented",
    "signature": "property unoriented : int #",
    "description": "Number of unoriented elements in the mesh."
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.zero_beams",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.zero_beams",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.zero_beams",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.zero_beams",
    "signature": "property zero_beams : int #",
    "description": "Number of zero beams in the mesh."
  },
  {
    "name": "moldflow.mesh_summary.MeshSummary.zero_triangles",
    "kind": "py:property",
    "uri": "components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.zero_triangles",
    "path": "docs/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.zero_triangles",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mesh_summary.html#moldflow.mesh_summary.MeshSummary.zero_triangles",
    "signature": "property zero_triangles : int #",
    "description": "Number of zero triangles in the mesh."
  },
  {
    "name": "moldflow.message_box",
    "kind": "py:module",
    "uri": "components/wrapper/message_box.html#module-moldflow.message_box",
    "path": "docs/components/wrapper/message_box.html#module-moldflow.message_box",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#module-moldflow.message_box",
    "signature": "moldflow.message_box",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBox",
    "kind": "py:class",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBox",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBox",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBox",
    "signature": "class MessageBox [source] #",
    "description": "Bases: object MessageBox convenience class. Example"
  },
  {
    "name": "moldflow.message_box.MessageBox.confirm_yes_no",
    "kind": "py:method",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBox.confirm_yes_no",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBox.confirm_yes_no",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBox.confirm_yes_no",
    "signature": "classmethod confirm_yes_no ( text , title = None , options = None ) [source] #",
    "description": "Show a confirmation message box with Yes/No buttons. Return type : MessageBoxResult"
  },
  {
    "name": "moldflow.message_box.MessageBox.error",
    "kind": "py:method",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBox.error",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBox.error",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBox.error",
    "signature": "classmethod error ( text , title = None , options = None ) [source] #",
    "description": "Show an error message box with an OK button. Return type : MessageBoxResult"
  },
  {
    "name": "moldflow.message_box.MessageBox.info",
    "kind": "py:method",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBox.info",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBox.info",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBox.info",
    "signature": "classmethod info ( text , title = None , options = None ) [source] #",
    "description": "Show an informational message box with an OK button. Return type : MessageBoxResult"
  },
  {
    "name": "moldflow.message_box.MessageBox.prompt_text",
    "kind": "py:method",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBox.prompt_text",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBox.prompt_text",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBox.prompt_text",
    "signature": "classmethod prompt_text ( prompt , title = None , default_text = None , placeholder = None , validator = None , options = None ) [source] #",
    "description": "Show a text input dialog. Return type : Optional [ str ]"
  },
  {
    "name": "moldflow.message_box.MessageBox.show",
    "kind": "py:method",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBox.show",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBox.show",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBox.show",
    "signature": "show ( ) [source] #",
    "description": "Show the message box. Return type : Union [ MessageBoxResult , str , None ] Returns : MessageBoxResult for INFO/WARNING/ERROR/YES_NO/OK_CANCEL str | None for INPUT (user-entered text or None if cancelled)"
  },
  {
    "name": "moldflow.message_box.MessageBox.warning",
    "kind": "py:method",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBox.warning",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBox.warning",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBox.warning",
    "signature": "classmethod warning ( text , title = None , options = None ) [source] #",
    "description": "Show a warning message box with an OK button. Return type : MessageBoxResult"
  },
  {
    "name": "moldflow.message_box.MessageBoxDefaultButton",
    "kind": "py:class",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxDefaultButton",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxDefaultButton",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxDefaultButton",
    "signature": "class MessageBoxDefaultButton [source] #",
    "description": "Bases: Enum Which button is the default (activated by Enter)."
  },
  {
    "name": "moldflow.message_box.MessageBoxDefaultButton.BUTTON1",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxDefaultButton.BUTTON1",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxDefaultButton.BUTTON1",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxDefaultButton.BUTTON1",
    "signature": "BUTTON1 = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxDefaultButton.BUTTON2",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxDefaultButton.BUTTON2",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxDefaultButton.BUTTON2",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxDefaultButton.BUTTON2",
    "signature": "BUTTON2 = 2 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxDefaultButton.BUTTON3",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxDefaultButton.BUTTON3",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxDefaultButton.BUTTON3",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxDefaultButton.BUTTON3",
    "signature": "BUTTON3 = 3 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxDefaultButton.BUTTON4",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxDefaultButton.BUTTON4",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxDefaultButton.BUTTON4",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxDefaultButton.BUTTON4",
    "signature": "BUTTON4 = 4 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxIcon",
    "kind": "py:class",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxIcon",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxIcon",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxIcon",
    "signature": "class MessageBoxIcon [source] #",
    "description": "Bases: Enum Icon to display on the message box. If not provided, a sensible default is\r\nchosen based on the MessageBoxType."
  },
  {
    "name": "moldflow.message_box.MessageBoxIcon.ERROR",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxIcon.ERROR",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxIcon.ERROR",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxIcon.ERROR",
    "signature": "ERROR = 4 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxIcon.INFORMATION",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxIcon.INFORMATION",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxIcon.INFORMATION",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxIcon.INFORMATION",
    "signature": "INFORMATION = 2 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxIcon.NONE",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxIcon.NONE",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxIcon.NONE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxIcon.NONE",
    "signature": "NONE = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxIcon.QUESTION",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxIcon.QUESTION",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxIcon.QUESTION",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxIcon.QUESTION",
    "signature": "QUESTION = 5 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxIcon.WARNING",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxIcon.WARNING",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxIcon.WARNING",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxIcon.WARNING",
    "signature": "WARNING = 3 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxModality",
    "kind": "py:class",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxModality",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxModality",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxModality",
    "signature": "class MessageBoxModality [source] #",
    "description": "Bases: Enum Modality for the message box window."
  },
  {
    "name": "moldflow.message_box.MessageBoxModality.APPLICATION",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxModality.APPLICATION",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxModality.APPLICATION",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxModality.APPLICATION",
    "signature": "APPLICATION = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxModality.SYSTEM",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxModality.SYSTEM",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxModality.SYSTEM",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxModality.SYSTEM",
    "signature": "SYSTEM = 2 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxModality.TASK",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxModality.TASK",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxModality.TASK",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxModality.TASK",
    "signature": "TASK = 3 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxOptions",
    "kind": "py:class",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions",
    "signature": "class MessageBoxOptions [source] #",
    "description": "Bases: object Optional advanced options for MessageBox."
  },
  {
    "name": "moldflow.message_box.MessageBoxOptions.char_limit",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.char_limit",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.char_limit",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.char_limit",
    "signature": "char_limit : Optional [ int ] = None #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxOptions.default_button",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.default_button",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.default_button",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.default_button",
    "signature": "default_button : Optional [ MessageBoxDefaultButton ] = None #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxOptions.default_text",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.default_text",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.default_text",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.default_text",
    "signature": "default_text : Optional [ str ] = None #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxOptions.font_face",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.font_face",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.font_face",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.font_face",
    "signature": "font_face : str = 'Segoe UI' #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxOptions.font_size_pt",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.font_size_pt",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.font_size_pt",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.font_size_pt",
    "signature": "font_size_pt : int = 9 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxOptions.height_dlu",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.height_dlu",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.height_dlu",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.height_dlu",
    "signature": "height_dlu : Optional [ int ] = None #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxOptions.help_button",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.help_button",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.help_button",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.help_button",
    "signature": "help_button : bool = False #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxOptions.icon",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.icon",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.icon",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.icon",
    "signature": "icon : Optional [ MessageBoxIcon ] = None #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxOptions.is_password",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.is_password",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.is_password",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.is_password",
    "signature": "is_password : bool = False #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxOptions.modality",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.modality",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.modality",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.modality",
    "signature": "modality : Optional [ MessageBoxModality ] = None #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxOptions.owner_hwnd",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.owner_hwnd",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.owner_hwnd",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.owner_hwnd",
    "signature": "owner_hwnd : Optional [ int ] = None #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxOptions.placeholder",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.placeholder",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.placeholder",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.placeholder",
    "signature": "placeholder : Optional [ str ] = None #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxOptions.right_align",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.right_align",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.right_align",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.right_align",
    "signature": "right_align : bool = False #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxOptions.rtl_reading",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.rtl_reading",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.rtl_reading",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.rtl_reading",
    "signature": "rtl_reading : bool = False #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxOptions.set_foreground",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.set_foreground",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.set_foreground",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.set_foreground",
    "signature": "set_foreground : bool = False #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxOptions.topmost",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.topmost",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.topmost",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.topmost",
    "signature": "topmost : bool = False #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxOptions.validator",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.validator",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.validator",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.validator",
    "signature": "validator : Optional [ Callable [[ str ], bool ]] = None #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxOptions.width_dlu",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.width_dlu",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.width_dlu",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxOptions.width_dlu",
    "signature": "width_dlu : Optional [ int ] = None #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxResult",
    "kind": "py:class",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult",
    "signature": "class MessageBoxResult [source] #",
    "description": "Bases: Enum Result of a message box interaction. For INPUT type, the MessageBox.show() method returns a string rather than\r\na MessageBoxResult. For other types, it returns one of these values."
  },
  {
    "name": "moldflow.message_box.MessageBoxResult.ABORT",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.ABORT",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.ABORT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.ABORT",
    "signature": "ABORT = 6 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxResult.CANCEL",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.CANCEL",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.CANCEL",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.CANCEL",
    "signature": "CANCEL = 2 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxResult.CONTINUE",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.CONTINUE",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.CONTINUE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.CONTINUE",
    "signature": "CONTINUE = 9 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxResult.IGNORE",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.IGNORE",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.IGNORE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.IGNORE",
    "signature": "IGNORE = 7 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxResult.NO",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.NO",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.NO",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.NO",
    "signature": "NO = 4 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxResult.OK",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.OK",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.OK",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.OK",
    "signature": "OK = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxResult.RETRY",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.RETRY",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.RETRY",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.RETRY",
    "signature": "RETRY = 5 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxResult.TRY_AGAIN",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.TRY_AGAIN",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.TRY_AGAIN",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.TRY_AGAIN",
    "signature": "TRY_AGAIN = 8 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxResult.YES",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.YES",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.YES",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxResult.YES",
    "signature": "YES = 3 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxType",
    "kind": "py:class",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxType",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxType",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxType",
    "signature": "class MessageBoxType [source] #",
    "description": "Bases: Enum Message box types supported by the convenience API."
  },
  {
    "name": "moldflow.message_box.MessageBoxType.ABORT_RETRY_IGNORE",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.ABORT_RETRY_IGNORE",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.ABORT_RETRY_IGNORE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.ABORT_RETRY_IGNORE",
    "signature": "ABORT_RETRY_IGNORE = 8 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxType.CANCEL_TRY_CONTINUE",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.CANCEL_TRY_CONTINUE",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.CANCEL_TRY_CONTINUE",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.CANCEL_TRY_CONTINUE",
    "signature": "CANCEL_TRY_CONTINUE = 9 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxType.ERROR",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.ERROR",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.ERROR",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.ERROR",
    "signature": "ERROR = 3 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxType.INFO",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.INFO",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.INFO",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.INFO",
    "signature": "INFO = 1 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxType.INPUT",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.INPUT",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.INPUT",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.INPUT",
    "signature": "INPUT = 10 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxType.OK_CANCEL",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.OK_CANCEL",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.OK_CANCEL",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.OK_CANCEL",
    "signature": "OK_CANCEL = 6 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxType.RETRY_CANCEL",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.RETRY_CANCEL",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.RETRY_CANCEL",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.RETRY_CANCEL",
    "signature": "RETRY_CANCEL = 7 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxType.WARNING",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.WARNING",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.WARNING",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.WARNING",
    "signature": "WARNING = 2 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxType.YES_NO",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.YES_NO",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.YES_NO",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.YES_NO",
    "signature": "YES_NO = 4 #",
    "description": ""
  },
  {
    "name": "moldflow.message_box.MessageBoxType.YES_NO_CANCEL",
    "kind": "py:attribute",
    "uri": "components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.YES_NO_CANCEL",
    "path": "docs/components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.YES_NO_CANCEL",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/message_box.html#moldflow.message_box.MessageBoxType.YES_NO_CANCEL",
    "signature": "YES_NO_CANCEL = 5 #",
    "description": ""
  },
  {
    "name": "moldflow.model_duplicator",
    "kind": "py:module",
    "uri": "components/wrapper/model_duplicator.html#module-moldflow.model_duplicator",
    "path": "docs/components/wrapper/model_duplicator.html#module-moldflow.model_duplicator",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/model_duplicator.html#module-moldflow.model_duplicator",
    "signature": "moldflow.model_duplicator",
    "description": ""
  },
  {
    "name": "moldflow.model_duplicator.ModelDuplicator",
    "kind": "py:class",
    "uri": "components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator",
    "path": "docs/components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator",
    "signature": "class ModelDuplicator [source] #",
    "description": "Bases: object Wrapper for ModelDuplicator class of Moldflow Synergy."
  },
  {
    "name": "moldflow.model_duplicator.ModelDuplicator.align_gates",
    "kind": "py:property",
    "uri": "components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator.align_gates",
    "path": "docs/components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator.align_gates",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator.align_gates",
    "signature": "property align_gates : bool #",
    "description": "Wheter to position cavities so that their gates are aligned. Getter : Get whether to position cavities so that their gates are aligned. Setter : Set whether to position cavities so that their gates are aligned. Type : bool"
  },
  {
    "name": "moldflow.model_duplicator.ModelDuplicator.by_columns",
    "kind": "py:property",
    "uri": "components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator.by_columns",
    "path": "docs/components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator.by_columns",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator.by_columns",
    "signature": "property by_columns : bool #",
    "description": "Whether to arrange by columns. Getter : Get whether to arrange by columns. Setter : Set whether to arrange by columns. Type : bool"
  },
  {
    "name": "moldflow.model_duplicator.ModelDuplicator.generate",
    "kind": "py:method",
    "uri": "components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator.generate",
    "path": "docs/components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator.generate",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator.generate",
    "signature": "generate ( ) [source] #",
    "description": "Duplicates cavities."
  },
  {
    "name": "moldflow.model_duplicator.ModelDuplicator.num_cavities",
    "kind": "py:property",
    "uri": "components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator.num_cavities",
    "path": "docs/components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator.num_cavities",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator.num_cavities",
    "signature": "property num_cavities : int #",
    "description": "The number of cavities desired. Getter : Get the number of cavities desired. Setter : Set the number of cavities desired. Type : int"
  },
  {
    "name": "moldflow.model_duplicator.ModelDuplicator.num_cols",
    "kind": "py:property",
    "uri": "components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator.num_cols",
    "path": "docs/components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator.num_cols",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator.num_cols",
    "signature": "property num_cols : int #",
    "description": "Number of columns[relevant only if ByColumns is set to True] Getter : Get the number of columns. Setter : Set the number of columns. Type : int"
  },
  {
    "name": "moldflow.model_duplicator.ModelDuplicator.num_rows",
    "kind": "py:property",
    "uri": "components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator.num_rows",
    "path": "docs/components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator.num_rows",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator.num_rows",
    "signature": "property num_rows : int #",
    "description": "Number of rows[relevant only if ByColumns is set to True] Getter : Get the number of rows. Setter : Set the number of rows. Type : int"
  },
  {
    "name": "moldflow.model_duplicator.ModelDuplicator.x_spacing",
    "kind": "py:property",
    "uri": "components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator.x_spacing",
    "path": "docs/components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator.x_spacing",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator.x_spacing",
    "signature": "property x_spacing : float #",
    "description": "Spacing in the X direction. Getter : Get the spacing in the X direction. Setter : Set the spacing in the X direction. Type : float"
  },
  {
    "name": "moldflow.model_duplicator.ModelDuplicator.y_spacing",
    "kind": "py:property",
    "uri": "components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator.y_spacing",
    "path": "docs/components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator.y_spacing",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/model_duplicator.html#moldflow.model_duplicator.ModelDuplicator.y_spacing",
    "signature": "property y_spacing : float #",
    "description": "Spacing in the Y direction. Getter : Get the spacing in the Y direction. Setter : Set the spacing in the Y direction. Type : float"
  },
  {
    "name": "moldflow.modeler",
    "kind": "py:module",
    "uri": "components/wrapper/modeler.html#module-moldflow.modeler",
    "path": "docs/components/wrapper/modeler.html#module-moldflow.modeler",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#module-moldflow.modeler",
    "signature": "moldflow.modeler",
    "description": ""
  },
  {
    "name": "moldflow.modeler.Modeler",
    "kind": "py:class",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler",
    "signature": "class Modeler [source] #",
    "description": "Bases: object Wrapper for Modeler class of Moldflow Synergy."
  },
  {
    "name": "moldflow.modeler.Modeler.activate_lcs",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.activate_lcs",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.activate_lcs",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.activate_lcs",
    "signature": "activate_lcs ( lcs , active , lcs_type ) [source] #",
    "description": "Activates or deactivates a local coordinate system (LCS) Parameters : lcs ( EntList ) – The LCS to activate or deactivate. active ( bool ) – Specify True to activate the LCS it ( False to deactivate ) lcs_type ( LCSType | str ) – The type of the LCS. Ignored if LCS is deactivated Returns : True if the operation was successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.modeler.Modeler.break_curves",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.break_curves",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.break_curves",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.break_curves",
    "signature": "break_curves ( curve1 , curve2 ) [source] #",
    "description": "Breaks two curves at their intersection points Parameters : curve1 ( EntList ) – The first curve. curve2 ( EntList ) – The second curve. Returns : True if the operation was successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.modeler.Modeler.center_lines",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.center_lines",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.center_lines",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.center_lines",
    "signature": "center_lines ( ) [source] #",
    "description": "Extract center lines from visible CAD bodies with Channel (3D) property.\r\nTapered bodies or flat bodies will not be processed.\r\n:rtype: bool Returns: bool: True if the operation was successful, False otherwise."
  },
  {
    "name": "moldflow.modeler.Modeler.create_arc_by_angle",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.create_arc_by_angle",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_arc_by_angle",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_arc_by_angle",
    "signature": "create_arc_by_angle ( center , radius , start , end , prop_set , ends ) [source] #",
    "description": "Creates an arc from a center and start and end angles Parameters : center ( Vector ) – The center of the arc. radius ( float ) – The radius of the arc. start ( float ) – The starting angle of the arc. end ( float ) – The ending angle of the arc. prop_set ( Property ) – The property set for the arc. ends ( bool ) – Whether to include the endpoints. Returns : The list of created arcs. Return type : EntList"
  },
  {
    "name": "moldflow.modeler.Modeler.create_arc_by_points",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.create_arc_by_points",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_arc_by_points",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_arc_by_points",
    "signature": "create_arc_by_points ( pt1 , pt2 , pt3 , circle , prop_set , ends ) [source] #",
    "description": "Creates an arc from three points Parameters : pt1 ( Vector ) – The first point. pt2 ( Vector ) – The second point. pt3 ( Vector ) – The third point. circle ( bool ) – Specify True to create a circle points ( False to create an arc between the first and third ) respectively prop_set ( Property ) – The property set for the arc. ends ( bool ) – Whether to include the endpoints. Returns : The list of created arcs. Return type : EntList"
  },
  {
    "name": "moldflow.modeler.Modeler.create_boundary_list",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.create_boundary_list",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_boundary_list",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_boundary_list",
    "signature": "create_boundary_list ( ) [source] #",
    "description": "Creates an empty BoundaryList object Returns : The created boundary list. Return type : BoundaryList"
  },
  {
    "name": "moldflow.modeler.Modeler.create_curve_by_connect",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.create_curve_by_connect",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_curve_by_connect",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_curve_by_connect",
    "signature": "create_curve_by_connect ( curve1 , end1 , curve2 , end2 , factor , prop_set ) [source] #",
    "description": "Creates a curve by connecting two curves Parameters : curve1 ( EntList ) – The first curve. end1 ( float ) – Specify curve ( 0 to choose the beginning of the first ) end ( 1 to choose its ) curve2 ( EntList ) – The second curve. end2 ( float ) – Specify curve end factor ( float ) – The fillet factor prop_set ( Property ) – The property set for the curve. Returns : The list of created curves. Return type : EntList"
  },
  {
    "name": "moldflow.modeler.Modeler.create_entity_list",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.create_entity_list",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_entity_list",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_entity_list",
    "signature": "create_entity_list ( ) [source] #",
    "description": "Creates an empty EntList object Returns : The created entity list. Return type : EntList"
  },
  {
    "name": "moldflow.modeler.Modeler.create_hole_by_boundary",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.create_hole_by_boundary",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_hole_by_boundary",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_hole_by_boundary",
    "signature": "create_hole_by_boundary ( region , curve ) [source] #",
    "description": "Creates a hole in a region from an ordered sequence of boundary curves Parameters : region ( EntList ) – The region to create the hole in. curve ( EntList ) – The boundary curve for the hole. Returns : True if the operation was successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.modeler.Modeler.create_hole_by_extrusion",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.create_hole_by_extrusion",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_hole_by_extrusion",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_hole_by_extrusion",
    "signature": "create_hole_by_extrusion ( region , curve , direction ) [source] #",
    "description": "Creates a hole in a region by extruding a set of curves along a given direction vector Parameters : region ( EntList ) – The region to create the hole in. curve ( EntList ) – The curve to extrude. direction ( Vector ) – The direction vector for extrusion. Returns : True if the operation was successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.modeler.Modeler.create_hole_by_nodes",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.create_hole_by_nodes",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_hole_by_nodes",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_hole_by_nodes",
    "signature": "create_hole_by_nodes ( region , nodes ) [source] #",
    "description": "Creates a hole in a region from an ordered sequence of boundary nodes Parameters : region ( EntList ) – The region to create the hole in. nodes ( EntList ) – The nodes for the hole. Returns : True if the operation was successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.modeler.Modeler.create_hole_by_ruling",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.create_hole_by_ruling",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_hole_by_ruling",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_hole_by_ruling",
    "signature": "create_hole_by_ruling ( region , curve1 , curve2 ) [source] #",
    "description": "Creates a hole in a region by a ruling operation Parameters : region ( EntList ) – The region to create the hole in. curve1 ( EntList ) – The first curve. curve2 ( EntList ) – The second curve. Returns : True if the operation was successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.modeler.Modeler.create_lcs_by_points",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.create_lcs_by_points",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_lcs_by_points",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_lcs_by_points",
    "signature": "create_lcs_by_points ( coord1 , coord2 = None , coord3 = None ) [source] #",
    "description": "Creates a local coordinate system (LCS) from three points Parameters : coord1 ( Vector ) – The first point. coord2 ( Vector ) – The second point. Specify None if only 1 point coord3 ( Vector ) – The third point. Specify None if only 2 points Returns : The created local coordinate system. Return type : EntList"
  },
  {
    "name": "moldflow.modeler.Modeler.create_line",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.create_line",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_line",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_line",
    "signature": "create_line ( coord , vec , relative , prop_set , ends ) [source] #",
    "description": "Creates a line from between two given points\r\n:rtype: EntList Args: coord (Vector): The starting point of the line.\r\nvec (Vector): The direction vector of the line.\r\nrelative (bool): Specify False if Vec specifies the coordinates of the second point\r\nTrue if Vec specifies an offset will be added to the first point to obtain the second\r\nprop_set (Property): The property set for the line.\r\nends (bool): Whether to include the endpoints. Returns: EntList: The list of created lines."
  },
  {
    "name": "moldflow.modeler.Modeler.create_node_by_intersect",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.create_node_by_intersect",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_node_by_intersect",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_node_by_intersect",
    "signature": "create_node_by_intersect ( curve , curve2 , pt ) [source] #",
    "description": "Creates a node at an intersection of two curves Parameters : curve ( EntList ) – The first curve. curve2 ( EntList ) – The second curve. pt ( Vector ) – The point of intersection. Returns : The list of created nodes. Return type : EntList"
  },
  {
    "name": "moldflow.modeler.Modeler.create_node_by_xyz",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.create_node_by_xyz",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_node_by_xyz",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_node_by_xyz",
    "signature": "create_node_by_xyz ( coord ) [source] #",
    "description": "Create a node by its coordinates. Parameters : coord ( Vector ) – The coordinates of the node. Returns : The ID of the created node. Return type : int"
  },
  {
    "name": "moldflow.modeler.Modeler.create_nodes_between",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.create_nodes_between",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_nodes_between",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_nodes_between",
    "signature": "create_nodes_between ( start , end , num_nodes ) [source] #",
    "description": "Creates a set of nodes between two given points Parameters : start ( Vector ) – Specifies the coordinates of the first point end ( Vector ) – Specifies the coordinates of the second point num_nodes ( int ) – The number of nodes to create. Returns : The list of created nodes. Return type : EntList"
  },
  {
    "name": "moldflow.modeler.Modeler.create_nodes_by_divide",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.create_nodes_by_divide",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_nodes_by_divide",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_nodes_by_divide",
    "signature": "create_nodes_by_divide ( curve , num_nodes , ends ) [source] #",
    "description": "Creates a set of nodes by dividing a curve (the curve itself is not modified) Parameters : curve ( EntList ) – The curve to divide. num_nodes ( int ) – The number of nodes to create. ends ( bool ) – Whether to include the endpoints. Returns : The list of created nodes. Return type : EntList"
  },
  {
    "name": "moldflow.modeler.Modeler.create_nodes_by_offset",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.create_nodes_by_offset",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_nodes_by_offset",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_nodes_by_offset",
    "signature": "create_nodes_by_offset ( coord , offset , num_nodes ) [source] #",
    "description": "Creates a set of nodes by an offset operation Parameters : coord ( Vector ) – The starting point. offset ( Vector ) – The offset vector. num_nodes ( int ) – The number of nodes to create. Returns : The list of created nodes. Return type : EntList"
  },
  {
    "name": "moldflow.modeler.Modeler.create_region_by_boundary",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.create_region_by_boundary",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_region_by_boundary",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_region_by_boundary",
    "signature": "create_region_by_boundary ( curve , prop_set ) [source] #",
    "description": "Creates a region from an ordered sequence of boundary curves Parameters : curve ( EntList ) – The boundary curve. prop_set ( Property ) – The property set for the region. Returns : The list of created regions. Return type : EntList"
  },
  {
    "name": "moldflow.modeler.Modeler.create_region_by_extrusion",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.create_region_by_extrusion",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_region_by_extrusion",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_region_by_extrusion",
    "signature": "create_region_by_extrusion ( curve , direction , prop_set ) [source] #",
    "description": "Creates one or more regions by extruding a set of curves along a given direction vector Parameters : curve ( EntList ) – The curve to extrude. direction ( Vector ) – The direction vector for extrusion. prop_set ( Property ) – The property set for the region. Returns : The list of created regions. Return type : EntList"
  },
  {
    "name": "moldflow.modeler.Modeler.create_region_by_nodes",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.create_region_by_nodes",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_region_by_nodes",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_region_by_nodes",
    "signature": "create_region_by_nodes ( nodes , prop_set ) [source] #",
    "description": "Creates a region from an ordered sequence of boundary nodes Parameters : nodes ( EntList ) – The nodes for the region. prop_set ( Property ) – The property set for the region. Returns : The list of created regions. Return type : EntList"
  },
  {
    "name": "moldflow.modeler.Modeler.create_region_by_ruling",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.create_region_by_ruling",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_region_by_ruling",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_region_by_ruling",
    "signature": "create_region_by_ruling ( curve1 , curve2 , prop_set ) [source] #",
    "description": "Creates one or more regions between two sets of curves by a ruling operation Parameters : curve1 ( EntList ) – The first curve. curve2 ( EntList ) – The second curve. prop_set ( Property ) – The property set for the region. Returns : The list of created regions. Return type : EntList"
  },
  {
    "name": "moldflow.modeler.Modeler.create_spline",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.create_spline",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_spline",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.create_spline",
    "signature": "create_spline ( coord , prop_set , ends ) [source] #",
    "description": "Creates a spline from a set of points Parameters : coord ( VectorArray ) – The coordinates of the spline. prop_set ( Property ) – The property that will be assigned to the spline ends ( bool ) – Whether to include the endpoints. Returns : The list of created splines. Return type : EntList"
  },
  {
    "name": "moldflow.modeler.Modeler.find_property",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.find_property",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.find_property",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.find_property",
    "signature": "find_property ( prop_type , prop_id ) [source] #",
    "description": "Find a property by its type and ID Parameters : prop_type ( int ) – The type of the property. prop_id ( int ) – The ID of the property. Returns : The found property. Return type : Property"
  },
  {
    "name": "moldflow.modeler.Modeler.get_new_edited_cad_study_name",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.get_new_edited_cad_study_name",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.get_new_edited_cad_study_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.get_new_edited_cad_study_name",
    "signature": "get_new_edited_cad_study_name ( job_id ) [source] #",
    "description": "Gets the name of the new edited CAD study Parameters : job_id ( int ) – The task ID for CAD editing. Returns : The name of the new edited CAD study. Return type : str"
  },
  {
    "name": "moldflow.modeler.Modeler.is_inventor_fusion_cad_edit_aborted",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.is_inventor_fusion_cad_edit_aborted",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.is_inventor_fusion_cad_edit_aborted",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.is_inventor_fusion_cad_edit_aborted",
    "signature": "is_inventor_fusion_cad_edit_aborted ( job_id ) [source] #",
    "description": "Checks if the Inventor Fusion CAD edit is aborted Parameters : job_id ( int ) – The task ID for CAD editing. Returns : True if the operation was aborted, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.modeler.Modeler.is_inventor_fusion_cad_edit_done",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.is_inventor_fusion_cad_edit_done",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.is_inventor_fusion_cad_edit_done",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.is_inventor_fusion_cad_edit_done",
    "signature": "is_inventor_fusion_cad_edit_done ( job_id ) [source] #",
    "description": "Checks if the Inventor Fusion CAD edit is done Parameters : job_id ( int ) – The task ID for CAD editing. Returns : True if the operation is completed, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.modeler.Modeler.modified_with_inventor_fusion",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.modified_with_inventor_fusion",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.modified_with_inventor_fusion",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.modified_with_inventor_fusion",
    "signature": "modified_with_inventor_fusion ( ents ) [source] #",
    "description": "Modifies a set of entities with Inventor Fusion Parameters : ents ( EntList ) – The entities to modify. Returns : Task ID for CAD editing Return type : int"
  },
  {
    "name": "moldflow.modeler.Modeler.reflect",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.reflect",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.reflect",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.reflect",
    "signature": "reflect ( ent , reference , plane , copy , merge ) [source] #",
    "description": "Reflects a set of entities about a plane defined by a reference point and a normal vector\r\n:type ent: EntList | None :param ent: The entities to reflect.\r\n:type ent: EntList\r\n:type reference: Vector | None :param reference: The reference point for the reflection.\r\n:type reference: Vector\r\n:type plane: Vector | None :param plane: The normal vector of the reflection plane.\r\n:type plane: Vector\r\n:type copy: bool :param copy: Specify True to create a copy of the reflected entities\r\n:type copy: bool\r\n:param False to move the original entities:\r\n:type merge: bool :param merge: Specify True to merge the reflected entities after reflection\r\n:type merge: bool Returns : True if the operation was successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.modeler.Modeler.rotate",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.rotate",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.rotate",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.rotate",
    "signature": "rotate ( ent , center , axis , angle , copy , num_copies , merge ) [source] #",
    "description": "Rotates entities about an axis passing through a reference point Parameters : ent ( EntList ) – The entities to rotate. center ( Vector ) – The center point for the rotation. axis ( Vector ) – The direction vector of the rotation axis. angle ( float ) – The rotation angle in degrees. copy ( bool ) – Specify True to create a copy of the rotated entities entities ( False to move the original ) num_copies ( int ) – The number of copies to create. merge ( bool ) – Specify True to merge the rotated entities after rotation Returns : True if the operation was successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.modeler.Modeler.rotate_3_pts",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.rotate_3_pts",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.rotate_3_pts",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.rotate_3_pts",
    "signature": "rotate_3_pts ( ents , pt1 , pt2 , pt3 , copy , merge ) [source] #",
    "description": "Rotates entities about a plane defined by three points Parameters : ents ( EntList ) – The entities to rotate. pt1 ( Vector ) – The first point defining the plane. pt2 ( Vector ) – The second point defining the plane. pt3 ( Vector ) – The third point defining the plane. copy ( bool ) – Specify True to create a copy of the rotated entities.\r\nFalse to move the original entities merge ( bool ) – Specify True to merge the rotated entities after rotation. Returns : True if the operation was successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.modeler.Modeler.scale",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.scale",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.scale",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.scale",
    "signature": "scale ( ent , reference , scale , copy , merge ) [source] #",
    "description": "Scales a set of entities about a reference point Parameters : ent ( EntList ) – The entities to scale. reference ( Vector ) – The reference point for the scaling. scale ( Vector ) – The scaling factor. copy ( bool ) – Specify True to create a copy of the scaled entities entities ( False to move the original ) merge ( bool ) – Specify True to merge the scaled entities after scaling Returns : True if the operation was successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.modeler.Modeler.scale_mesh_density",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.scale_mesh_density",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.scale_mesh_density",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.scale_mesh_density",
    "signature": "scale_mesh_density ( ents , boundaries , scale ) [source] #",
    "description": "Scales the mesh density of a set of entities Parameters : ents ( EntList ) – The entities to scale. boundaries ( BoundaryList ) – The boundaries for the scaling. scale ( float ) – The scaling factor. Returns : True if the operation was successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.modeler.Modeler.set_mesh_size",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.set_mesh_size",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.set_mesh_size",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.set_mesh_size",
    "signature": "set_mesh_size ( global_size , ents , boundaries , size , cad_bodies , num_layer ) [source] #",
    "description": "Sets the mesh size for a set of entities. Parameters : global_size ( float ) – The global mesh size. ents ( EntList ) – The entities to set the mesh size for. boundaries ( BoundaryList ) – The boundaries to set the mesh size for. size ( float ) – The mesh size. cad_bodies ( EntList ) – The CAD bodies to set the mesh size for. num_layer ( int ) – The number of layers. Returns : True if the operation was successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.modeler.Modeler.set_property",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.set_property",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.set_property",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.set_property",
    "signature": "set_property ( ents , prop_set ) [source] #",
    "description": "Sets the property of a set of entities Parameters : ents ( EntList ) – The entities to set the property for. prop_set ( Property ) – The property set. Returns : True if the operation was successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.modeler.Modeler.translate",
    "kind": "py:method",
    "uri": "components/wrapper/modeler.html#moldflow.modeler.Modeler.translate",
    "path": "docs/components/wrapper/modeler.html#moldflow.modeler.Modeler.translate",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/modeler.html#moldflow.modeler.Modeler.translate",
    "signature": "translate ( ent , translation , copy , num_copies , merge ) [source] #",
    "description": "Translates a set of entities by a given vector Parameters : ent ( EntList ) – The entities to translate. translation ( Vector ) – The translation vector. copy ( bool ) – Specify True to create a copy of the translated entities entities ( False to move the original ) num_copies ( int ) – The number of copies to create. merge ( bool ) – Specify True to merge the translated entities after translation Returns : True if the operation was successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.mold_surface_generator",
    "kind": "py:module",
    "uri": "components/wrapper/mold_surface_generator.html#module-moldflow.mold_surface_generator",
    "path": "docs/components/wrapper/mold_surface_generator.html#module-moldflow.mold_surface_generator",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mold_surface_generator.html#module-moldflow.mold_surface_generator",
    "signature": "moldflow.mold_surface_generator",
    "description": ""
  },
  {
    "name": "moldflow.mold_surface_generator.MoldSurfaceGenerator",
    "kind": "py:class",
    "uri": "components/wrapper/mold_surface_generator.html#moldflow.mold_surface_generator.MoldSurfaceGenerator",
    "path": "docs/components/wrapper/mold_surface_generator.html#moldflow.mold_surface_generator.MoldSurfaceGenerator",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mold_surface_generator.html#moldflow.mold_surface_generator.MoldSurfaceGenerator",
    "signature": "class MoldSurfaceGenerator [source] #",
    "description": "Bases: object Wrapper for MoldSurfaceGenerator class of Moldflow Synergy."
  },
  {
    "name": "moldflow.mold_surface_generator.MoldSurfaceGenerator.centered",
    "kind": "py:property",
    "uri": "components/wrapper/mold_surface_generator.html#moldflow.mold_surface_generator.MoldSurfaceGenerator.centered",
    "path": "docs/components/wrapper/mold_surface_generator.html#moldflow.mold_surface_generator.MoldSurfaceGenerator.centered",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mold_surface_generator.html#moldflow.mold_surface_generator.MoldSurfaceGenerator.centered",
    "signature": "property centered : bool #",
    "description": "Specifies whether the mold surface should be centered around your model. Getter : Get the mold surface is centered around your model Setter : Set the mold surface to be centered around your model. Type : bool"
  },
  {
    "name": "moldflow.mold_surface_generator.MoldSurfaceGenerator.dimensions",
    "kind": "py:property",
    "uri": "components/wrapper/mold_surface_generator.html#moldflow.mold_surface_generator.MoldSurfaceGenerator.dimensions",
    "path": "docs/components/wrapper/mold_surface_generator.html#moldflow.mold_surface_generator.MoldSurfaceGenerator.dimensions",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mold_surface_generator.html#moldflow.mold_surface_generator.MoldSurfaceGenerator.dimensions",
    "signature": "property dimensions : Vector #",
    "description": "Get the dimensions of the mold surface. Getter : Get the dimensions of the mold surface. Setter : Set the dimensions of the mold surface. Type : Vector"
  },
  {
    "name": "moldflow.mold_surface_generator.MoldSurfaceGenerator.generate",
    "kind": "py:method",
    "uri": "components/wrapper/mold_surface_generator.html#moldflow.mold_surface_generator.MoldSurfaceGenerator.generate",
    "path": "docs/components/wrapper/mold_surface_generator.html#moldflow.mold_surface_generator.MoldSurfaceGenerator.generate",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mold_surface_generator.html#moldflow.mold_surface_generator.MoldSurfaceGenerator.generate",
    "signature": "generate ( ) [source] #",
    "description": "Generate the mold surfaces Returns : True if the generation was successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.mold_surface_generator.MoldSurfaceGenerator.origin",
    "kind": "py:property",
    "uri": "components/wrapper/mold_surface_generator.html#moldflow.mold_surface_generator.MoldSurfaceGenerator.origin",
    "path": "docs/components/wrapper/mold_surface_generator.html#moldflow.mold_surface_generator.MoldSurfaceGenerator.origin",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mold_surface_generator.html#moldflow.mold_surface_generator.MoldSurfaceGenerator.origin",
    "signature": "property origin : Vector #",
    "description": "Get the origin of the mold surface. Getter : Get the origin of the mold surface. Setter : Set the origin of the mold surface. Type : Vector"
  },
  {
    "name": "moldflow.mold_surface_generator.MoldSurfaceGenerator.save_as_cad",
    "kind": "py:property",
    "uri": "components/wrapper/mold_surface_generator.html#moldflow.mold_surface_generator.MoldSurfaceGenerator.save_as_cad",
    "path": "docs/components/wrapper/mold_surface_generator.html#moldflow.mold_surface_generator.MoldSurfaceGenerator.save_as_cad",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mold_surface_generator.html#moldflow.mold_surface_generator.MoldSurfaceGenerator.save_as_cad",
    "signature": "property save_as_cad : bool #",
    "description": "Specifies whether to generate CAD mold block. Getter : Get whether to generate CAD mold block. Setter : Set whether to generate CAD mold block. Type : bool"
  },
  {
    "name": "moldflow.mold_surface_generator.MoldSurfaceGenerator.use_cad_merge_tolerance",
    "kind": "py:property",
    "uri": "components/wrapper/mold_surface_generator.html#moldflow.mold_surface_generator.MoldSurfaceGenerator.use_cad_merge_tolerance",
    "path": "docs/components/wrapper/mold_surface_generator.html#moldflow.mold_surface_generator.MoldSurfaceGenerator.use_cad_merge_tolerance",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/mold_surface_generator.html#moldflow.mold_surface_generator.MoldSurfaceGenerator.use_cad_merge_tolerance",
    "signature": "property use_cad_merge_tolerance : bool #",
    "description": "Specifies whether to use custom merge tolerance on contact interfaces between CAD parts. Getter : Get whether to use custom merge tolerance on contact interfaces between CAD parts. Setter : Set whether to use custom merge tolerance on contact interfaces between CAD parts. Type : bool"
  },
  {
    "name": "moldflow.plot",
    "kind": "py:module",
    "uri": "components/wrapper/plot.html#module-moldflow.plot",
    "path": "docs/components/wrapper/plot.html#module-moldflow.plot",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#module-moldflow.plot",
    "signature": "moldflow.plot",
    "description": ""
  },
  {
    "name": "moldflow.plot.Plot",
    "kind": "py:class",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot",
    "signature": "class Plot [source] #",
    "description": "Bases: object Wrapper for Plot class of Moldflow Synergy."
  },
  {
    "name": "moldflow.plot.Plot.active_indp_var",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.active_indp_var",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.active_indp_var",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.active_indp_var",
    "signature": "property active_indp_var : int #",
    "description": "The Active Independent Variable. Getter : Get the Active Independent Variable. Setter : Set the Active Independent Variable.\r\n[If the provided number exceeds the number of independent variables, it is capped\r\nto the number of independent variables.] Type : int"
  },
  {
    "name": "moldflow.plot.Plot.add_probe_plane",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.add_probe_plane",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.add_probe_plane",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.add_probe_plane",
    "signature": "add_probe_plane ( normal , point ) [source] #",
    "description": "Display a Probe plot. Parameters : normal ( str ) – The normal vector of the probe plane. point ( str ) – The point on the probe plane. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot.Plot.add_probe_plot_probe_line",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.add_probe_plot_probe_line",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.add_probe_plot_probe_line",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.add_probe_plot_probe_line",
    "signature": "add_probe_plot_probe_line ( start_pt , end_pt ) [source] #",
    "description": "Add a probe plot probe line. Parameters : start_pt ( Vector ) – Start point of the probe line. end_pt ( Vector ) – End point of the probe line. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot.Plot.add_xy_plot_curve",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.add_xy_plot_curve",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.add_xy_plot_curve",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.add_xy_plot_curve",
    "signature": "add_xy_plot_curve ( curve ) [source] #",
    "description": "Add curves to XY plot . Parameters : curve ( EntList ) – The curve to add. Return type : None"
  },
  {
    "name": "moldflow.plot.Plot.animation_type",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.animation_type",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.animation_type",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.animation_type",
    "signature": "property animation_type : int #",
    "description": "The Animation Type. Getter : Get the Animation Type. Setter : Set the Animation Type. Type : int"
  },
  {
    "name": "moldflow.plot.Plot.apply_best_fit",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.apply_best_fit",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.apply_best_fit",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.apply_best_fit",
    "signature": "apply_best_fit ( nodes ) [source] #",
    "description": "Apply the best fit to the plot. Parameters : nodes ( EntList | None ) – The nodes to apply the best fit. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot.Plot.capping",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.capping",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.capping",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.capping",
    "signature": "property capping : bool #",
    "description": "The capping.\r\n[True if the part of model behind active cutting planes is shown,\r\nin addition to the clipping plane] Getter : Get the capping. Setter : Set the capping. Type : bool"
  },
  {
    "name": "moldflow.plot.Plot.clip_legend",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.clip_legend",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.clip_legend",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.clip_legend",
    "signature": "property clip_legend : bool #",
    "description": "The status of the Clip Legend option. Getter : Get the status of the Clip Legend option in the plot. Setter : Set the status of the Clip Legend option in the plot. Type : bool"
  },
  {
    "name": "moldflow.plot.Plot.color_bands",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.color_bands",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.color_bands",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.color_bands",
    "signature": "property color_bands : int #",
    "description": "The number of color bands. values between 1 through 256: banded coloring with this number of colors Getter : Get the number of color bands. Setter : Set the number of color bands. Type : int"
  },
  {
    "name": "moldflow.plot.Plot.color_scale",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.color_scale",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.color_scale",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.color_scale",
    "signature": "property color_scale : bool #",
    "description": "The color scale. [True if the color scale is blue-to-red, False if vice-versa] Getter : Get the color scale. Setter : Set the color scale. Type : bool"
  },
  {
    "name": "moldflow.plot.Plot.color_table_id",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.color_table_id",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.color_table_id",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.color_table_id",
    "signature": "property color_table_id : int #",
    "description": "The Color Table ID. Getter : Get the Color Table ID. Setter : Set the Color Table ID. Type : int"
  },
  {
    "name": "moldflow.plot.Plot.component",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.component",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.component",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.component",
    "signature": "property component : int #",
    "description": "The displayed data component. Getter : Get the displayed data component. Setter : Set the displayed data component. Type : int"
  },
  {
    "name": "moldflow.plot.Plot.current_animation_frame_index",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.current_animation_frame_index",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.current_animation_frame_index",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.current_animation_frame_index",
    "signature": "property current_animation_frame_index : int #",
    "description": "The current animation frame index. Getter : Get the current animation frame index in the plot. Type : int"
  },
  {
    "name": "moldflow.plot.Plot.data_id",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.data_id",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.data_id",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.data_id",
    "signature": "property data_id : int #",
    "description": "The data ID. Getter : Get the data ID in the plot. Type : int"
  },
  {
    "name": "moldflow.plot.Plot.data_nb_components",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.data_nb_components",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.data_nb_components",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.data_nb_components",
    "signature": "property data_nb_components : int #",
    "description": "The number of components. Getter : Get the number of components in the plot. Type : int"
  },
  {
    "name": "moldflow.plot.Plot.data_type",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.data_type",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.data_type",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.data_type",
    "signature": "property data_type : str #",
    "description": "The data type. Getter : Get the data type in the plot. Type : str"
  },
  {
    "name": "moldflow.plot.Plot.deflection_lcs",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.deflection_lcs",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.deflection_lcs",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.deflection_lcs",
    "signature": "property deflection_lcs : int #",
    "description": "The deflection LCS (local coordinate system). Getter : Get the deflection LCS (local coordinate system) in the plot. Setter : Set the deflection LCS (local coordinate system) in the plot.\r\nFor global, set value to 0 or -1 Type : int"
  },
  {
    "name": "moldflow.plot.Plot.deflection_overlay_with_mesh",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.deflection_overlay_with_mesh",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.deflection_overlay_with_mesh",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.deflection_overlay_with_mesh",
    "signature": "property deflection_overlay_with_mesh : bool #",
    "description": "The deflection overlay with mesh. Getter : Get the deflection overlay with mesh in the plot. Setter : Set the deflection overlay with mesh in the plot. Type : bool"
  },
  {
    "name": "moldflow.plot.Plot.deflection_scale_direction",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.deflection_scale_direction",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.deflection_scale_direction",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.deflection_scale_direction",
    "signature": "property deflection_scale_direction : int #",
    "description": "The deflection scale direction. Getter : Get the deflection scale direction in the plot. Setter : Set the deflection scale direction in the plot. Type : int"
  },
  {
    "name": "moldflow.plot.Plot.deflection_scale_factor",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.deflection_scale_factor",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.deflection_scale_factor",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.deflection_scale_factor",
    "signature": "property deflection_scale_factor : float #",
    "description": "The deflection scale factor. Getter : Get the deflection scale factor in the plot. Setter : Set the deflection scale factor in the plot. Type : float"
  },
  {
    "name": "moldflow.plot.Plot.deflection_show_anchor_plane",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.deflection_show_anchor_plane",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.deflection_show_anchor_plane",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.deflection_show_anchor_plane",
    "signature": "property deflection_show_anchor_plane : bool #",
    "description": "The deflection show anchor plane. Getter : Get the deflection show anchor plane in the plot. Setter : Set the deflection show anchor plane in the plot. Type : bool"
  },
  {
    "name": "moldflow.plot.Plot.delete_xy_plot_curve",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.delete_xy_plot_curve",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.delete_xy_plot_curve",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.delete_xy_plot_curve",
    "signature": "delete_xy_plot_curve ( curve ) [source] #",
    "description": "Delete curves from XY plot. Parameters : curve ( EntList ) – The curve to delete. Return type : None"
  },
  {
    "name": "moldflow.plot.Plot.edge_display",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.edge_display",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.edge_display",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.edge_display",
    "signature": "property edge_display : int #",
    "description": "The edge display option. Getter : Get the edge display option in the plot. Setter : Set the edge display option in the plot. Type : int"
  },
  {
    "name": "moldflow.plot.Plot.extended_color",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.extended_color",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.extended_color",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.extended_color",
    "signature": "property extended_color : bool #",
    "description": "The Extended Coloring Option. Getter : Get the Extended Coloring Option. Setter : Set the Extended Coloring Option. Type : bool"
  },
  {
    "name": "moldflow.plot.Plot.first_animation_frame_index",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.first_animation_frame_index",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.first_animation_frame_index",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.first_animation_frame_index",
    "signature": "property first_animation_frame_index : int #",
    "description": "The first animation frame index. Getter : Get the first animation frame index in the plot. Setter : Set the first animation frame index in the plot. Type : int"
  },
  {
    "name": "moldflow.plot.Plot.get_pathline_density",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.get_pathline_density",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.get_pathline_density",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.get_pathline_density",
    "signature": "get_pathline_density ( trace_mode ) [source] #",
    "description": "Get the trace density for the given trace mode . Parameters : trace_mode ( TraceModes | int ) – Trace mode to get the trace density. Returns : The trace density for the given trace mode . Return type : int"
  },
  {
    "name": "moldflow.plot.Plot.get_pathline_result_are_settings_valid",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.get_pathline_result_are_settings_valid",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.get_pathline_result_are_settings_valid",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.get_pathline_result_are_settings_valid",
    "signature": "get_pathline_result_are_settings_valid ( result_id ) [source] #",
    "description": "Get the validity of the settings for the pathline result. Parameters : result_id ( int ) – Result ID to check the validity of the settings. Returns : True if settings are valid, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot.Plot.get_pathline_result_max",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.get_pathline_result_max",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.get_pathline_result_max",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.get_pathline_result_max",
    "signature": "get_pathline_result_max ( scale_type , result_id ) [source] #",
    "description": "Get the maximum value of the result for the given type ID and result ID. Parameters : scale_type ( ScaleTypes | int ) – Type ID to get the result maximum value. result_id ( int ) – Result ID to get the result maximum value. Returns : The maximum value of the result for the given type ID and result ID. Return type : float"
  },
  {
    "name": "moldflow.plot.Plot.get_pathline_result_min",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.get_pathline_result_min",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.get_pathline_result_min",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.get_pathline_result_min",
    "signature": "get_pathline_result_min ( scale_type , result_id ) [source] #",
    "description": "Get the minimum value of the result for the given type ID and result ID. Parameters : scale_type ( ScaleTypes | int ) – Type ID to get the result minimum value. result_id ( int ) – Result ID to get the result minimum value. Returns : The minimum value of the result for the given type ID and result ID. Return type : float"
  },
  {
    "name": "moldflow.plot.Plot.get_pathline_result_name",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.get_pathline_result_name",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.get_pathline_result_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.get_pathline_result_name",
    "signature": "get_pathline_result_name ( ds_id ) [source] #",
    "description": "Get the name of the result for the given dataset ID. Parameters : ds_id ( int ) – Dataset ID to get the result name. Returns : The name of the result for the given dataset ID. Return type : str"
  },
  {
    "name": "moldflow.plot.Plot.get_pathline_result_use_extended_colour",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.get_pathline_result_use_extended_colour",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.get_pathline_result_use_extended_colour",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.get_pathline_result_use_extended_colour",
    "signature": "get_pathline_result_use_extended_colour ( result_id ) [source] #",
    "description": "Get the use extended colour for the pathline result. Parameters : result_id ( int ) – Result ID to get the use extended colour. Returns : The use extended colour for the pathline result. Return type : bool"
  },
  {
    "name": "moldflow.plot.Plot.get_pathline_result_use_specified_values",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.get_pathline_result_use_specified_values",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.get_pathline_result_use_specified_values",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.get_pathline_result_use_specified_values",
    "signature": "get_pathline_result_use_specified_values ( result_id ) [source] #",
    "description": "Get the use specified values for the given result ID. Parameters : result_id ( int ) – Result ID to get the use specified values. Returns : The use specified values for the given result ID. Return type : bool"
  },
  {
    "name": "moldflow.plot.Plot.get_pathline_trace_size",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.get_pathline_trace_size",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.get_pathline_trace_size",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.get_pathline_trace_size",
    "signature": "get_pathline_trace_size ( trace_mode ) [source] #",
    "description": "Get the trace size for the given trace mode . Parameters : trace_mode ( TraceModes | int ) – Trace mode to get the trace density. Returns : The trace size for the given trace mode . Return type : int"
  },
  {
    "name": "moldflow.plot.Plot.get_probe_plot_probe_line",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.get_probe_plot_probe_line",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.get_probe_plot_probe_line",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.get_probe_plot_probe_line",
    "signature": "get_probe_plot_probe_line ( index , start_pt , end_pt ) [source] #",
    "description": "Returns the two end points of a probe line Parameters : index ( int ) – Index of the probe line. start_pt ( Vector ) – Start point of the probe line. end_pt ( Vector ) – End point of the probe line. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot.Plot.glyph_size_factor",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.glyph_size_factor",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.glyph_size_factor",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.glyph_size_factor",
    "signature": "property glyph_size_factor : float #",
    "description": "The glyph size factor. Getter : Get the glyph size factor in the plot. Setter : Set the glyph size factor in the plot. Type : float"
  },
  {
    "name": "moldflow.plot.Plot.histogram",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.histogram",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.histogram",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.histogram",
    "signature": "property histogram : bool #",
    "description": "The visibility status of histogram. Getter : Get the visibility status of histogram in the plot. Setter : Set the visibility status of histogram in the plot. Type : bool"
  },
  {
    "name": "moldflow.plot.Plot.histogram_cumulative_plot",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.histogram_cumulative_plot",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.histogram_cumulative_plot",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.histogram_cumulative_plot",
    "signature": "property histogram_cumulative_plot : bool #",
    "description": "The displayed volume is cumulative for the histogram plot. Getter : Get the displayed volume is cumulative for the histogram plot in the plot. Setter : Set the displayed volume is cumulative for the histogram plot in the plot. Type : bool"
  },
  {
    "name": "moldflow.plot.Plot.histogram_number_of_bars",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.histogram_number_of_bars",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.histogram_number_of_bars",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.histogram_number_of_bars",
    "signature": "property histogram_number_of_bars : int #",
    "description": "The number of bars in histogram. Getter : Get the number of bars in histogram in the plot. Setter : Set the number of bars in histogram in the plot. Type : int"
  },
  {
    "name": "moldflow.plot.Plot.last_animation_frame_index",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.last_animation_frame_index",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.last_animation_frame_index",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.last_animation_frame_index",
    "signature": "property last_animation_frame_index : int #",
    "description": "The last animation frame index. Getter : Get the last animation frame index in the plot. Setter : Set the last animation frame index in the plot. Type : int"
  },
  {
    "name": "moldflow.plot.Plot.max_value",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.max_value",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.max_value",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.max_value",
    "signature": "property max_value : float #",
    "description": "The max value. Getter : Get the max value in the plot. Setter : Set the max value in the plot. Type : float"
  },
  {
    "name": "moldflow.plot.Plot.mesh_fill",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.mesh_fill",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.mesh_fill",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.mesh_fill",
    "signature": "property mesh_fill : float #",
    "description": "The mesh fill. Getter : Get the mesh fill. Setter : Set the mesh fill. Type : float"
  },
  {
    "name": "moldflow.plot.Plot.min_max",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.min_max",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.min_max",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.min_max",
    "signature": "property min_max : bool #",
    "description": "The Min/Max visibility status. Getter : Get the Min/Max visibility status in the plot. Setter : Set the Min/Max visibility status in the plot. Type : bool"
  },
  {
    "name": "moldflow.plot.Plot.min_max_slice_at_probe",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.min_max_slice_at_probe",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.min_max_slice_at_probe",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.min_max_slice_at_probe",
    "signature": "property min_max_slice_at_probe : str #",
    "description": "The Min/Max slice plane location of a plot. Getter : Get the Min/Max slice plane location of a plot in the plot. Setter : Set the Min/Max slice plane location of a plot in the plot. Type : str"
  },
  {
    "name": "moldflow.plot.Plot.min_value",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.min_value",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.min_value",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.min_value",
    "signature": "property min_value : float #",
    "description": "The min value. Getter : Get the min value in the plot. Setter : Set the min value in the plot. Type : float"
  },
  {
    "name": "moldflow.plot.Plot.name",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.name",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.name",
    "signature": "property name : str #",
    "description": "The name of the plot. Getter : Get the name of the plot. Setter : Set the name of the plot. Type : str"
  },
  {
    "name": "moldflow.plot.Plot.nodal_averaging",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.nodal_averaging",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.nodal_averaging",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.nodal_averaging",
    "signature": "property nodal_averaging : bool #",
    "description": "The nodal averaging. Getter : Get the nodal averaging. Setter : Set the nodal averaging. Type : bool"
  },
  {
    "name": "moldflow.plot.Plot.notes",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.notes",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.notes",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.notes",
    "signature": "property notes : str #",
    "description": "The plot notes. Getter : Get the plot notes in the plot. Setter : Set the plot notes in the plot. Type : str"
  },
  {
    "name": "moldflow.plot.Plot.number_of_animation_frames",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.number_of_animation_frames",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.number_of_animation_frames",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.number_of_animation_frames",
    "signature": "property number_of_animation_frames : int #",
    "description": "The number of animation frames. Getter : Get the number of animation frames in the plot. Setter : Set the number of animation frames in the plot. Type : int"
  },
  {
    "name": "moldflow.plot.Plot.number_of_contours",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.number_of_contours",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.number_of_contours",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.number_of_contours",
    "signature": "property number_of_contours : int #",
    "description": "The number of contours. Getter : Get the number of contours. Setter : Set the number of contours. Type : int"
  },
  {
    "name": "moldflow.plot.Plot.number_of_frames",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.number_of_frames",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.number_of_frames",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.number_of_frames",
    "signature": "property number_of_frames : int #",
    "description": "The number of frames. Getter : Get the number of frames. Setter : Set the number of frames. Type : int"
  },
  {
    "name": "moldflow.plot.Plot.number_of_indp_vars",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.number_of_indp_vars",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.number_of_indp_vars",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.number_of_indp_vars",
    "signature": "property number_of_indp_vars : int #",
    "description": "The Number of Independent Variables. Getter : Get the Number of Independent Variables. Type : int"
  },
  {
    "name": "moldflow.plot.Plot.pathline_display_field",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.pathline_display_field",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.pathline_display_field",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.pathline_display_field",
    "signature": "property pathline_display_field : int #",
    "description": "Get the ID of the result mapped on the pathlines."
  },
  {
    "name": "moldflow.plot.Plot.pathline_number_of_selected_elements",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.pathline_number_of_selected_elements",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.pathline_number_of_selected_elements",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.pathline_number_of_selected_elements",
    "signature": "property pathline_number_of_selected_elements : int #",
    "description": "The number of selected elements in the pathline plot. Getter : Get the number of selected elements in the pathline plot in the plot. Type : int"
  },
  {
    "name": "moldflow.plot.Plot.pathline_selected_elements",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.pathline_selected_elements",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.pathline_selected_elements",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.pathline_selected_elements",
    "signature": "property pathline_selected_elements : str #",
    "description": "The selected elements for the pathline plot. Getter : Get the selected elements for the pathline plot in the plot. Setter : Set the selected elements for the pathline plot in the plot. Type : str"
  },
  {
    "name": "moldflow.plot.Plot.pathline_trace_mode",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.pathline_trace_mode",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.pathline_trace_mode",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.pathline_trace_mode",
    "signature": "property pathline_trace_mode : int #",
    "description": "Get the ID of the result mapped on the pathlines."
  },
  {
    "name": "moldflow.plot.Plot.pathline_trace_style",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.pathline_trace_style",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.pathline_trace_style",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.pathline_trace_style",
    "signature": "property pathline_trace_style : int #",
    "description": "Get the current trace style.x"
  },
  {
    "name": "moldflow.plot.Plot.plot_method",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.plot_method",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.plot_method",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.plot_method",
    "signature": "property plot_method : int #",
    "description": "The Plot Method. Getter : Get the Plot Method. Setter : Set the Plot Method. Type : int"
  },
  {
    "name": "moldflow.plot.Plot.plot_type",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.plot_type",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.plot_type",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.plot_type",
    "signature": "property plot_type : str #",
    "description": "The Plot Type.\r\n- Highlight Plot\r\n- XY Plot\r\n- Vector Plot\r\n- Tensor Plot\r\n- XYZ Plot\r\n- Shrink Check Plot\r\n- Sink Mark Plot\r\n- Contour Plot Getter : Get the Plot Type in the plot. Type : str"
  },
  {
    "name": "moldflow.plot.Plot.probe_plot_number_of_probe_lines",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.probe_plot_number_of_probe_lines",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.probe_plot_number_of_probe_lines",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.probe_plot_number_of_probe_lines",
    "signature": "property probe_plot_number_of_probe_lines : int #",
    "description": "The probe plot number of probe lines. Getter : Get the probe plot number of probe lines in the plot. Type : int"
  },
  {
    "name": "moldflow.plot.Plot.regenerate",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.regenerate",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.regenerate",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.regenerate",
    "signature": "regenerate ( ) [source] #",
    "description": "Rebuilds the plot. Return type : None"
  },
  {
    "name": "moldflow.plot.Plot.reset_probe_plane",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.reset_probe_plane",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.reset_probe_plane",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.reset_probe_plane",
    "signature": "reset_probe_plane ( ) [source] #",
    "description": "Reset the probe plane. Return type : None"
  },
  {
    "name": "moldflow.plot.Plot.restore_original_position",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.restore_original_position",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.restore_original_position",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.restore_original_position",
    "signature": "restore_original_position ( ) [source] #",
    "description": "Restore the original position of the plot. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot.Plot.save_result_in_fbx",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.save_result_in_fbx",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.save_result_in_fbx",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.save_result_in_fbx",
    "signature": "save_result_in_fbx ( file_name , inc_frames , scale_factor , binary , unit_sys = '' ) [source] #",
    "description": "Save the result in FBX format. Parameters : file_name ( str ) – The file name to save the result. inc_frames ( bool ) – True if incremental frames, False otherwise. scale_factor ( float ) – The scale factor to use. binary ( bool ) – True if binary format, False if ASCII format. unit_sys ( SystemUnits | str ) – The unit system to use. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot.Plot.save_result_in_patran",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.save_result_in_patran",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.save_result_in_patran",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.save_result_in_patran",
    "signature": "save_result_in_patran ( file_name , unit_sys = '' ) [source] #",
    "description": "Save the result in Patran format. Parameters : file_name ( str ) – The file name to save the result. unit_sys ( SystemUnits | str ) – The unit system to use. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot.Plot.save_result_in_xml",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.save_result_in_xml",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.save_result_in_xml",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.save_result_in_xml",
    "signature": "save_result_in_xml ( file_name , unit_sys = '' ) [source] #",
    "description": "Save the result in XML format. Parameters : file_name ( str ) – The file name to save the result. unit_sys ( SystemUnits | str ) – The unit system to use. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot.Plot.save_warped_shape_in_cad",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.save_warped_shape_in_cad",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.save_warped_shape_in_cad",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.save_warped_shape_in_cad",
    "signature": "save_warped_shape_in_cad ( file_name , scale_factor ) [source] #",
    "description": "Save the warped shape in CAD format. Parameters : file_name ( str ) – The file name to save the warped shape. scale_factor ( float ) – The scale factor to use. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot.Plot.save_warped_shape_in_stl",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.save_warped_shape_in_stl",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.save_warped_shape_in_stl",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.save_warped_shape_in_stl",
    "signature": "save_warped_shape_in_stl ( file_name , scale_factor , binary , unit_sys = SystemUnits.STANDARD ) [source] #",
    "description": "Save the warped shape in STL format. Parameters : file_name ( str ) – The file name to save the warped shape. scale_factor ( float ) – The scale factor to use. binary ( bool ) – True if binary format, False if ASCII format. unit_sys ( SystemUnits | str ) – The unit system to use. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot.Plot.save_warped_shape_in_udm",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.save_warped_shape_in_udm",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.save_warped_shape_in_udm",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.save_warped_shape_in_udm",
    "signature": "save_warped_shape_in_udm ( file_name , scale_factor ) [source] #",
    "description": "Save the warped shape in UDM format. Parameters : file_name ( str ) – The file name to save the warped shape. scale_factor ( float ) – The scale factor to use. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot.Plot.save_xy_plot_curve_data",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.save_xy_plot_curve_data",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.save_xy_plot_curve_data",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.save_xy_plot_curve_data",
    "signature": "save_xy_plot_curve_data ( file_name ) [source] #",
    "description": "Save the XY plot curve data. Parameters : file_name ( str ) – The file_name to save the data. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot.Plot.scale_option",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.scale_option",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.scale_option",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.scale_option",
    "signature": "property scale_option : int #",
    "description": "The Scale Option. Getter : Get the Scale Option. Setter : Set the Scale Option. Type : int"
  },
  {
    "name": "moldflow.plot.Plot.set_fixed_indp_var_value",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.set_fixed_indp_var_value",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.set_fixed_indp_var_value",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.set_fixed_indp_var_value",
    "signature": "set_fixed_indp_var_value ( index , value ) [source] #",
    "description": "Set the fixed independent variable value. Parameters : index ( int ) – Index of the independent variable. value ( float ) – Value to set. Return type : None"
  },
  {
    "name": "moldflow.plot.Plot.set_pathline_density",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.set_pathline_density",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.set_pathline_density",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.set_pathline_density",
    "signature": "set_pathline_density ( trace_mode , value ) [source] #",
    "description": "Set the trace density for the given trace mode . Parameters : trace_mode ( TraceModes | int ) – Trace mode to set the trace density. value ( int ) – Trace density to set. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot.Plot.set_pathline_injection_location",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.set_pathline_injection_location",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.set_pathline_injection_location",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.set_pathline_injection_location",
    "signature": "set_pathline_injection_location ( key , enabled ) [source] #",
    "description": "Set the visibility of pathlines originating from specified injection location . Parameters : key ( str ) – The injection location node ID. enabled ( bool ) – The visibility is on. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot.Plot.set_pathline_result_max",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.set_pathline_result_max",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.set_pathline_result_max",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.set_pathline_result_max",
    "signature": "set_pathline_result_max ( scale_type , result_id , result_max ) [source] #",
    "description": "Set the maximum value of the result for the given type ID and result ID. Parameters : scale_type ( ScaleTypes | int ) – Type ID to set the result maximum value. result_id ( int ) – Result ID to set the result maximum value. result_max ( float , int ) – Result maximum value to set. Return type : None"
  },
  {
    "name": "moldflow.plot.Plot.set_pathline_result_min",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.set_pathline_result_min",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.set_pathline_result_min",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.set_pathline_result_min",
    "signature": "set_pathline_result_min ( scale_type , result_id , result_min ) [source] #",
    "description": "Set the minimum value of the result for the given type ID and result ID. Parameters : scale_type ( ScaleTypes | int ) – Type ID to set the result minimum value. result_id ( int ) – Result ID to set the result minimum value. result_min ( float , int ) – Result minimum value to set. Return type : None"
  },
  {
    "name": "moldflow.plot.Plot.set_pathline_result_use_extended_colour",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.set_pathline_result_use_extended_colour",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.set_pathline_result_use_extended_colour",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.set_pathline_result_use_extended_colour",
    "signature": "set_pathline_result_use_extended_colour ( result_id , use_extended_colour ) [source] #",
    "description": "Set the use extended colour for the pathline result. Parameters : result_id ( int ) – Result ID to set the use extended colour. use_extended_colour ( bool ) – Use extended colour or not. Return type : None"
  },
  {
    "name": "moldflow.plot.Plot.set_pathline_result_use_specified_values",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.set_pathline_result_use_specified_values",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.set_pathline_result_use_specified_values",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.set_pathline_result_use_specified_values",
    "signature": "set_pathline_result_use_specified_values ( result_id , use_specified_values ) [source] #",
    "description": "Set the use specified values for the given result ID. Parameters : result_id ( int ) – Result ID to set the use specified values. use_specified_values ( bool ) – Use specified values or not. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot.Plot.set_pathline_trace_size",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.set_pathline_trace_size",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.set_pathline_trace_size",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.set_pathline_trace_size",
    "signature": "set_pathline_trace_size ( trace_mode , value ) [source] #",
    "description": "Set the trace size for the given trace mode . Parameters : trace_mode ( TraceModes | int ) – Trace mode to set the trace density. value ( int ) – Trace size to set. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot.Plot.set_plot_nodes_from_ent_list",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.set_plot_nodes_from_ent_list",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.set_plot_nodes_from_ent_list",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.set_plot_nodes_from_ent_list",
    "signature": "set_plot_nodes_from_ent_list ( ent_list ) [source] #",
    "description": "Set the plot nodes from an entity list. Parameters : ent_list ( EntList ) – The entity list to set. Return type : None"
  },
  {
    "name": "moldflow.plot.Plot.set_plot_nodes_from_string",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.set_plot_nodes_from_string",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.set_plot_nodes_from_string",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.set_plot_nodes_from_string",
    "signature": "set_plot_nodes_from_string ( nodes ) [source] #",
    "description": "Set the plot nodes from a string. Parameters : nodes ( str ) – The nodes to set. Return type : None"
  },
  {
    "name": "moldflow.plot.Plot.set_plot_tolerance",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.set_plot_tolerance",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.set_plot_tolerance",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.set_plot_tolerance",
    "signature": "set_plot_tolerance ( min_value , max_value ) [source] #",
    "description": "Set 2 lines to be shown at certain Y positions. Parameters : min_value ( str ) – The minimum value of the tolerance. max_value ( str ) – The maximum value of the tolerance. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot.Plot.set_probe_plot_probe_line",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.set_probe_plot_probe_line",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.set_probe_plot_probe_line",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.set_probe_plot_probe_line",
    "signature": "set_probe_plot_probe_line ( index , start_pt , end_pt ) [source] #",
    "description": "Modifies an existing probe line Parameters : index ( int ) – Index of the probe line. start_pt ( Vector ) – Start point of the probe line. end_pt ( Vector ) – End point of the probe line. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot.Plot.shrinkage_compensation_estimated_shrinkage",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.shrinkage_compensation_estimated_shrinkage",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.shrinkage_compensation_estimated_shrinkage",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.shrinkage_compensation_estimated_shrinkage",
    "signature": "property shrinkage_compensation_estimated_shrinkage : Vector | None #",
    "description": "The shrinkage compensation estimated shrinkage. Getter : Get the shrinkage compensation estimated shrinkage in the plot. Setter : Set the shrinkage compensation estimated shrinkage in the plot. Type : Vector"
  },
  {
    "name": "moldflow.plot.Plot.shrinkage_compensation_option",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.shrinkage_compensation_option",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.shrinkage_compensation_option",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.shrinkage_compensation_option",
    "signature": "property shrinkage_compensation_option : str #",
    "description": "The shrinkage compensation option. Getter : Get the shrinkage compensation option in the plot. Setter : Set the shrinkage compensation option in the plot. Type : str"
  },
  {
    "name": "moldflow.plot.Plot.single_color",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.single_color",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.single_color",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.single_color",
    "signature": "property single_color : Vector | None #",
    "description": "The single color as RGB vector. Getter : Get the single color in the plot as RGB vector. Setter : Set the single color in the plot as RGB vector. Type : Vector"
  },
  {
    "name": "moldflow.plot.Plot.smooth_shading",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.smooth_shading",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.smooth_shading",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.smooth_shading",
    "signature": "property smooth_shading : bool #",
    "description": "The smooth shading. Getter : Get the smooth shading. Setter : Set the smooth shading. Type : bool"
  },
  {
    "name": "moldflow.plot.Plot.tensor_glyph_axis_ratio",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.tensor_glyph_axis_ratio",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.tensor_glyph_axis_ratio",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.tensor_glyph_axis_ratio",
    "signature": "property tensor_glyph_axis_ratio : int #",
    "description": "The glyph tensor axis ratio. Getter : Get the glyph tensor axis ratio in the plot. Setter : Set the glyph tensor axis ratio in the plot. Type : int"
  },
  {
    "name": "moldflow.plot.Plot.use_single_color",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.use_single_color",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.use_single_color",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.use_single_color",
    "signature": "property use_single_color : bool #",
    "description": "The use single color. Getter : Get the use single color in the plot. Setter : Set the use single color in the plot. Type : bool"
  },
  {
    "name": "moldflow.plot.Plot.warp_query_begin",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.warp_query_begin",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.warp_query_begin",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.warp_query_begin",
    "signature": "warp_query_begin ( ) [source] #",
    "description": "Begin the warp query. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot.Plot.warp_query_end",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.warp_query_end",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.warp_query_end",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.warp_query_end",
    "signature": "warp_query_end ( ) [source] #",
    "description": "End the warp query. Return type : None"
  },
  {
    "name": "moldflow.plot.Plot.warp_query_node",
    "kind": "py:method",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.warp_query_node",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.warp_query_node",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.warp_query_node",
    "signature": "warp_query_node ( node_id , return_values ) [source] #",
    "description": "Query the warp node. Parameters : node_id ( int ) – Node ID to query. return_values ( DoubleArray ) – Returned query values. deflection ( ( node coordinates before and after ) displacements ) ( and ) Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot.Plot.xy_plot_auto_range_x",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_auto_range_x",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_auto_range_x",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_auto_range_x",
    "signature": "property xy_plot_auto_range_x : bool #",
    "description": "The XY Plot Auto Range X. Getter : Get the XY Plot Auto Range X in the plot. Setter : Set the XY Plot Auto Range X in the plot. Type : bool"
  },
  {
    "name": "moldflow.plot.Plot.xy_plot_auto_range_y",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_auto_range_y",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_auto_range_y",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_auto_range_y",
    "signature": "property xy_plot_auto_range_y : bool #",
    "description": "The XY Plot Auto Range Y. Getter : Get the XY Plot Auto Range Y in the plot. Setter : Set the XY Plot Auto Range Y in the plot. Type : bool"
  },
  {
    "name": "moldflow.plot.Plot.xy_plot_legend_rect_bottom",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_legend_rect_bottom",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_legend_rect_bottom",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_legend_rect_bottom",
    "signature": "property xy_plot_legend_rect_bottom : float #",
    "description": "The XY Plot Legend Rect bottom position. Getter : Get the XY Plot Legend Rect bottom position in the plot. Setter : Set the XY Plot Legend Rect bottom position in the plot. Type : float"
  },
  {
    "name": "moldflow.plot.Plot.xy_plot_legend_rect_height",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_legend_rect_height",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_legend_rect_height",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_legend_rect_height",
    "signature": "property xy_plot_legend_rect_height : float #",
    "description": "The XY Plot Legend Height. Getter : Get the XY Plot Legend Height in the plot. Setter : Set the XY Plot Legend Height in the plot. Type : float"
  },
  {
    "name": "moldflow.plot.Plot.xy_plot_legend_rect_left",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_legend_rect_left",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_legend_rect_left",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_legend_rect_left",
    "signature": "property xy_plot_legend_rect_left : float #",
    "description": "The XY Plot Legend Rect left position. Getter : Get the XY Plot Legend Rect left position in the plot. Setter : Set the XY Plot Legend Rect left position in the plot. Type : float"
  },
  {
    "name": "moldflow.plot.Plot.xy_plot_legend_rect_width",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_legend_rect_width",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_legend_rect_width",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_legend_rect_width",
    "signature": "property xy_plot_legend_rect_width : float #",
    "description": "The XY Plot Legend Width. Getter : Get the XY Plot Legend Width in the plot. Setter : Set the XY Plot Legend Width in the plot. Type : float"
  },
  {
    "name": "moldflow.plot.Plot.xy_plot_max_number_of_curves",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_max_number_of_curves",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_max_number_of_curves",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_max_number_of_curves",
    "signature": "property xy_plot_max_number_of_curves : int #",
    "description": "The XY Plot Max Number of Curves. Getter : Get the XY Plot Max Number of Curves in the plot. Setter : Set the XY Plot Max Number of Curves in the plot. Type : int"
  },
  {
    "name": "moldflow.plot.Plot.xy_plot_max_x",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_max_x",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_max_x",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_max_x",
    "signature": "property xy_plot_max_x : float #",
    "description": "The XY Plot max X. Getter : Get the XY Plot max X in the plot. Setter : Set the XY Plot max X in the plot. Type : float"
  },
  {
    "name": "moldflow.plot.Plot.xy_plot_max_y",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_max_y",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_max_y",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_max_y",
    "signature": "property xy_plot_max_y : float #",
    "description": "The XY Plot max Y. Getter : Get the XY Plot max Y in the plot. Setter : Set the XY Plot max Y in the plot. Type : float"
  },
  {
    "name": "moldflow.plot.Plot.xy_plot_min_x",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_min_x",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_min_x",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_min_x",
    "signature": "property xy_plot_min_x : float #",
    "description": "The XY Plot min X. Getter : Get the XY Plot min X in the plot. Setter : Set the XY Plot min X in the plot. Type : float"
  },
  {
    "name": "moldflow.plot.Plot.xy_plot_min_y",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_min_y",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_min_y",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_min_y",
    "signature": "property xy_plot_min_y : float #",
    "description": "The XY Plot min Y. Getter : Get the XY Plot min Y in the plot. Setter : Set the XY Plot min Y in the plot. Type : float"
  },
  {
    "name": "moldflow.plot.Plot.xy_plot_number_of_curves",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_number_of_curves",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_number_of_curves",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_number_of_curves",
    "signature": "property xy_plot_number_of_curves : int #",
    "description": "The XY Plot Number of Curves. Getter : Get the XY Plot Number of Curves in the plot. Type : int"
  },
  {
    "name": "moldflow.plot.Plot.xy_plot_overlay_with_mesh",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_overlay_with_mesh",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_overlay_with_mesh",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_overlay_with_mesh",
    "signature": "property xy_plot_overlay_with_mesh : bool #",
    "description": "The XY Plot Overlay With Mesh. Getter : Get the XY Plot Overlay With Mesh in the plot. Setter : Set the XY Plot Overlay With Mesh in the plot. Type : bool"
  },
  {
    "name": "moldflow.plot.Plot.xy_plot_show_legend",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_show_legend",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_show_legend",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_show_legend",
    "signature": "property xy_plot_show_legend : bool #",
    "description": "The XY Plot Show Legend. Getter : Get the XY Plot Show Legend. Setter : Set the XY Plot Show Legend. Type : bool"
  },
  {
    "name": "moldflow.plot.Plot.xy_plot_show_points",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_show_points",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_show_points",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_show_points",
    "signature": "property xy_plot_show_points : bool #",
    "description": "The XY Plot Show Points. Getter : Get the XY Plot Show Points. Setter : Set the XY Plot Show Points. Type : bool"
  },
  {
    "name": "moldflow.plot.Plot.xy_plot_title",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_title",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_title",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_title",
    "signature": "property xy_plot_title : str #",
    "description": "The XY Plot Title. Getter : Get the XY Plot Title in the plot. Setter : Set the XY Plot Title in the plot. Type : str"
  },
  {
    "name": "moldflow.plot.Plot.xy_plot_title_x",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_title_x",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_title_x",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_title_x",
    "signature": "property xy_plot_title_x : str #",
    "description": "The XY Plot Title X. Getter : Get the XY Plot Title X in the plot. Setter : Set the XY Plot Title X in the plot. Type : str"
  },
  {
    "name": "moldflow.plot.Plot.xy_plot_title_y",
    "kind": "py:property",
    "uri": "components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_title_y",
    "path": "docs/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_title_y",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot.html#moldflow.plot.Plot.xy_plot_title_y",
    "signature": "property xy_plot_title_y : str #",
    "description": "The XY Plot Title Y. Getter : Get the XY Plot Title Y in the plot. Setter : Set the XY Plot Title Y in the plot. Type : str"
  },
  {
    "name": "moldflow.plot_manager",
    "kind": "py:module",
    "uri": "components/wrapper/plot_manager.html#module-moldflow.plot_manager",
    "path": "docs/components/wrapper/plot_manager.html#module-moldflow.plot_manager",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#module-moldflow.plot_manager",
    "signature": "moldflow.plot_manager",
    "description": ""
  },
  {
    "name": "moldflow.plot_manager.PlotManager",
    "kind": "py:class",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager",
    "signature": "class PlotManager [source] #",
    "description": "Bases: object Wrapper for PlotManager class of Moldflow Synergy."
  },
  {
    "name": "moldflow.plot_manager.PlotManager.add_default_plots",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.add_default_plots",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.add_default_plots",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.add_default_plots",
    "signature": "add_default_plots ( ) [source] #",
    "description": "Add all default plots in the study Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.apply_anchor_plane",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.apply_anchor_plane",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.apply_anchor_plane",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.apply_anchor_plane",
    "signature": "apply_anchor_plane ( anchor_index , plot ) [source] #",
    "description": "Apply an anchor plane to a plot Parameters : anchor_index ( int ) – The index of the anchor plane. plot ( Plot ) – The plot to apply the anchor plane to. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.create_anchor_plane",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.create_anchor_plane",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.create_anchor_plane",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.create_anchor_plane",
    "signature": "create_anchor_plane ( node_id1 , node_id2 , node_id3 , plane_name ) [source] #",
    "description": "Create an anchor plane Parameters : node_id1 ( int ) – The first node ID. node_id2 ( int ) – The second node ID. node_id3 ( int ) – The third node ID. plane_name ( str ) – The name of the plane. Returns : The total number of anchor plane, -1 if failed Return type : int"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.create_material_plot",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.create_material_plot",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.create_material_plot",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.create_material_plot",
    "signature": "create_material_plot ( mat_database , material_index , property_id ) [source] #",
    "description": "Create a material plot Parameters : mat_database ( MaterialDatabase | int ) – The material database. material_index ( MaterialIndex | int ) – The material index. property_id ( int ) – The property ID. Returns : The created material plot. Return type : MaterialPlot"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.create_plot_by_ds_id",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.create_plot_by_ds_id",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.create_plot_by_ds_id",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.create_plot_by_ds_id",
    "signature": "create_plot_by_ds_id ( ds_id , plot_type ) [source] #",
    "description": "Create a plot by dataset ID Parameters : ds_id ( int ) – The dataset ID. plot_type ( PlotType | int ) – The type of the plot. Returns : The created plot. Return type : Plot"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.create_plot_by_name",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.create_plot_by_name",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.create_plot_by_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.create_plot_by_name",
    "signature": "create_plot_by_name ( plot_name , is_xy_plot ) [source] #",
    "description": "Create a plot by name Parameters : plot_name ( str ) – The name of the plot. is_xy_plot ( bool ) – Whether an XY plot needs to be created plots ) ( ( only if this dataset supports XY ) Returns : The created plot. Return type : Plot"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.create_user_plot",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.create_user_plot",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.create_user_plot",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.create_user_plot",
    "signature": "create_user_plot ( ) [source] #",
    "description": "Create a user plot Returns : The created user plot. Return type : UserPlot"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.create_xy_plot_by_name",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.create_xy_plot_by_name",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.create_xy_plot_by_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.create_xy_plot_by_name",
    "signature": "create_xy_plot_by_name ( plot_name ) [source] #",
    "description": "Create an XY plot by name Parameters : plot_name ( str ) – The name of the plot. Returns : The created XY plot. Return type : Plot"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.data_has_xy_plot_by_ds_id",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.data_has_xy_plot_by_ds_id",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.data_has_xy_plot_by_ds_id",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.data_has_xy_plot_by_ds_id",
    "signature": "data_has_xy_plot_by_ds_id ( ds_id ) [source] #",
    "description": "Check if the data has an XY plot by dataset ID Parameters : ds_id ( int ) – The dataset ID of the plot. Returns : True if the data has an XY plot, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.data_has_xy_plot_by_name",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.data_has_xy_plot_by_name",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.data_has_xy_plot_by_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.data_has_xy_plot_by_name",
    "signature": "data_has_xy_plot_by_name ( name ) [source] #",
    "description": "Check if the data has an XY plot by name Parameters : name ( str ) – The name of the dataset. Returns : True if the data has an XY plot, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.delete_anchor_plane_by_index",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.delete_anchor_plane_by_index",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.delete_anchor_plane_by_index",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.delete_anchor_plane_by_index",
    "signature": "delete_anchor_plane_by_index ( anchor_index ) [source] #",
    "description": "Delete an anchor plane by index Parameters : anchor_index ( int ) – The index of the anchor plane. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.delete_anchor_plane_by_name",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.delete_anchor_plane_by_name",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.delete_anchor_plane_by_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.delete_anchor_plane_by_name",
    "signature": "delete_anchor_plane_by_name ( anchor_name ) [source] #",
    "description": "Delete an anchor plane by name Parameters : anchor_name ( str ) – The name of the anchor plane. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.delete_plot",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.delete_plot",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.delete_plot",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.delete_plot",
    "signature": "delete_plot ( plot ) [source] #",
    "description": "Delete a plot\r\n[You cannot use the plot object after it has been deleted,\r\ne.g., as a parameter in the GetNextPlot function] Parameters : plot ( Plot ) – The plot to delete. Return type : None"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.delete_plot_by_ds_id",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.delete_plot_by_ds_id",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.delete_plot_by_ds_id",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.delete_plot_by_ds_id",
    "signature": "delete_plot_by_ds_id ( ds_id ) [source] #",
    "description": "Delete a plot by dataset ID Parameters : ds_id ( int ) – The dataset ID of the plot to delete. Return type : None"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.delete_plot_by_name",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.delete_plot_by_name",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.delete_plot_by_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.delete_plot_by_name",
    "signature": "delete_plot_by_name ( plot_name ) [source] #",
    "description": "Delete a plot by name Parameters : plot_name ( str ) – The name of the plot to delete. Return type : None"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.export_to_sdz",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.export_to_sdz",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.export_to_sdz",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.export_to_sdz",
    "signature": "export_to_sdz ( file_name ) [source] #",
    "description": "Export the results to a SDZ file Parameters : file_name ( str ) – The name of the SDZ file. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.export_to_vtk",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.export_to_vtk",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.export_to_vtk",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.export_to_vtk",
    "signature": "export_to_vtk ( file_name , binary_format = True ) [source] #",
    "description": "Export the results to a VTK output folder. Parameters : file_name ( str ) – The name of the VTK output folder. binary_format ( bool ) – Use Binary (True) or ASCII (False). Default: True. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.fbx_export",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.fbx_export",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.fbx_export",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.fbx_export",
    "signature": "fbx_export ( file_name , geo_list , mesh_list , export_type , wp_scale_factor , sm_scale_factor , unit_sys = '' ) [source] #",
    "description": "Export selected geometry entities with sink mark and/or warp results mapped on them Parameters : file_name ( str ) – The name of the FBX file. geo_list ( EntList ) – The geometry list. mesh_list ( EntList ) – The mesh list. export_type ( int ) – The export type. wp_scale_factor ( float ) – The warp scale factor. sm_scale_factor ( float ) – The scale factor for the SM. unit_sys ( SystemUnits | str ) – The unit system to use. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.find_dataset_by_id",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.find_dataset_by_id",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.find_dataset_by_id",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.find_dataset_by_id",
    "signature": "find_dataset_by_id ( ds_id ) [source] #",
    "description": "Check whether the result data with the given id exists in the results files Parameters : ds_id ( int ) – The dataset ID. Returns : True if the dataset exists, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.find_dataset_id_by_name",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.find_dataset_id_by_name",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.find_dataset_id_by_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.find_dataset_id_by_name",
    "signature": "find_dataset_id_by_name ( name ) [source] #",
    "description": "Find a dataset ID by name Parameters : name ( str ) – The name of the dataset. Returns : The dataset ID. Return type : int"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.find_dataset_ids_by_name",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.find_dataset_ids_by_name",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.find_dataset_ids_by_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.find_dataset_ids_by_name",
    "signature": "find_dataset_ids_by_name ( name , ds_ids ) [source] #",
    "description": "Find all dataset IDs by name Parameters : name ( str ) – The name of the dataset. ds_ids ( IntegerArray ) – The dataset IDs. Returns : The number of dataset IDs found. Return type : int"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.find_plot_by_name",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.find_plot_by_name",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.find_plot_by_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.find_plot_by_name",
    "signature": "find_plot_by_name ( plot_name , dataset_name = None ) [source] #",
    "description": "Find a plot by name Parameters : plot_name ( str ) – The name of the plot. dataset_name ( str | None ) – The name of the data source. Returns : The found plot. Return type : Plot"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.get_anchor_plane_index",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_anchor_plane_index",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_anchor_plane_index",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_anchor_plane_index",
    "signature": "get_anchor_plane_index ( anchor_name ) [source] #",
    "description": "Get the index of an anchor plane by name Parameters : anchor_name ( str ) – The name of the anchor plane. Returns : The index of the anchor, otherwise -1. Return type : int"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.get_anchor_plane_node",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_anchor_plane_node",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_anchor_plane_node",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_anchor_plane_node",
    "signature": "get_anchor_plane_node ( anchor_index , node_index ) [source] #",
    "description": "Get the anchor plane node ID at given index Parameters : anchor_index ( int ) – The index of the anchor plane. node_index ( int ) – The index of the node. Returns : The node ID. Return type : int"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.get_data_display_format",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_data_display_format",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_data_display_format",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_data_display_format",
    "signature": "get_data_display_format ( ds_id ) [source] #",
    "description": "Get the display data type for a given dataset ID Parameters : ds_id ( int ) – The dataset ID. Returns : The display data type string. Return type : str"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.get_data_nb_components",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_data_nb_components",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_data_nb_components",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_data_nb_components",
    "signature": "get_data_nb_components ( ds_id ) [source] #",
    "description": "Get the number of components for a given dataset ID Parameters : ds_id ( int ) – The dataset ID. Returns : The number of components. [which could be 1, 3 or 6] Return type : int"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.get_data_type",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_data_type",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_data_type",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_data_type",
    "signature": "get_data_type ( ds_id ) [source] #",
    "description": "Get the data type for a given dataset ID Parameters : ds_id ( int ) – The dataset ID. Returns : The data type string, which can be one of the following\r\n- LBDT\r\n- LYDT\r\n- NDDT\r\n- ELDT\r\n- NMDT\r\n- TXDT\r\n- HLDT Return type : str"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.get_first_plot",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_first_plot",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_first_plot",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_first_plot",
    "signature": "get_first_plot ( ) [source] #",
    "description": "Get the first plot Returns : The first plot. Return type : Plot"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.get_highlight_data",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_highlight_data",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_highlight_data",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_highlight_data",
    "signature": "get_highlight_data ( ds_id , indp_values , highlight_data ) [source] #",
    "description": "Get highlight data for a given dataset ID Parameters : ds_id ( int ) – The dataset ID. indp_values ( DoubleArray ) – The independent variable values. highlight_data ( DoubleArray ) – The highlight data. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.get_indp_values",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_indp_values",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_indp_values",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_indp_values",
    "signature": "get_indp_values ( ds_id , values ) [source] #",
    "description": "Get the independent variable values for a given dataset ID Parameters : ds_id ( int ) – The dataset ID. values ( DoubleArray ) – The independent variable values. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.get_indp_var_count",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_indp_var_count",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_indp_var_count",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_indp_var_count",
    "signature": "get_indp_var_count ( ds_id ) [source] #",
    "description": "Get the independent variable count for a given dataset ID Parameters : ds_id ( int ) – The dataset ID. Returns : The independent variable count. Return type : int"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.get_next_plot",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_next_plot",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_next_plot",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_next_plot",
    "signature": "get_next_plot ( plot ) [source] #",
    "description": "Get the next plot Parameters : plot ( Plot ) – The current plot. Returns : The next plot. Return type : Plot"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.get_non_mesh_data",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_non_mesh_data",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_non_mesh_data",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_non_mesh_data",
    "signature": "get_non_mesh_data ( ds_id , indp_values , non_mesh_data ) [source] #",
    "description": "Get non-mesh data for a given dataset ID Parameters : ds_id ( int ) – The dataset ID. indp_values ( DoubleArray ) – The independent variable values. non_mesh_data ( DoubleArray ) – The non-mesh data. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.get_number_of_anchor_planes",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_number_of_anchor_planes",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_number_of_anchor_planes",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_number_of_anchor_planes",
    "signature": "get_number_of_anchor_planes ( ) [source] #",
    "description": "Get the number of anchor planes Returns : The number of anchor planes. Return type : int"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.get_number_of_results_files",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_number_of_results_files",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_number_of_results_files",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_number_of_results_files",
    "signature": "get_number_of_results_files ( ) [source] #",
    "description": "Get the number of results files Returns : The number of results files. Return type : int"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.get_results_file_name",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_results_file_name",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_results_file_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_results_file_name",
    "signature": "get_results_file_name ( index ) [source] #",
    "description": "Get the name of a results file by index Parameters : index ( int ) – The index of the results file. Returns : The name of the results file. Return type : str"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.get_scalar_data",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_scalar_data",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_scalar_data",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_scalar_data",
    "signature": "get_scalar_data ( ds_id , indp_values , ent_ids , scalar_data ) [source] #",
    "description": "Get scalar data for a given dataset ID Parameters : ds_id ( int ) – The dataset ID. indp_values ( DoubleArray ) – The independent variable values. ent_ids ( IntegerArray ) – The entity IDs. scalar_data ( DoubleArray ) – The scalar data. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.get_tensor_data",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_tensor_data",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_tensor_data",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_tensor_data",
    "signature": "get_tensor_data ( ds_id , indp_values , ent_ids , t11 , t22 , t33 , t12 , t13 , t23 ) [source] #",
    "description": "Get tensor data for a given dataset ID Parameters : ds_id ( int ) – The dataset ID. indp_values ( DoubleArray ) – The independent variable values. ent_ids ( IntegerArray ) – The entity IDs. t11 ( DoubleArray ) – The 11 component of the tensor data. t22 ( DoubleArray ) – The 22 component of the tensor data. t33 ( DoubleArray ) – The 33 component of the tensor data. t12 ( DoubleArray ) – The 12 component of the tensor data. t13 ( DoubleArray ) – The 13 component of the tensor data. t23 ( DoubleArray ) – The 23 component of the tensor data. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.get_vector_data",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_vector_data",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_vector_data",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.get_vector_data",
    "signature": "get_vector_data ( ds_id , indp_values , ent_ids , va , vb , vc ) [source] #",
    "description": "Get vector data for a given dataset ID Parameters : ds_id ( int ) – The dataset ID. indp_values ( DoubleArray ) – The independent variable values. ent_ids ( IntegerArray ) – The entity IDs. va ( DoubleArray ) – The X component of the vector data. vb ( DoubleArray ) – The Y component of the vector data. vc ( DoubleArray ) – The Z component of the vector data. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.mark_all_results_for_export",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.mark_all_results_for_export",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.mark_all_results_for_export",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.mark_all_results_for_export",
    "signature": "mark_all_results_for_export ( export ) [source] #",
    "description": "Mark all results for export Parameters : export ( True to ) – Whether to export the results. export export. ( False to not ) Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.mark_result_for_export",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.mark_result_for_export",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.mark_result_for_export",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.mark_result_for_export",
    "signature": "mark_result_for_export ( result_name , export ) [source] #",
    "description": "Mark a result for export Parameters : result_name ( str ) – The name of the result. export ( True to ) – Whether to export the result. export export. ( False to not ) Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.mark_result_for_export_by_id",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.mark_result_for_export_by_id",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.mark_result_for_export_by_id",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.mark_result_for_export_by_id",
    "signature": "mark_result_for_export_by_id ( ds_id , export ) [source] #",
    "description": "Mark a result for export by dataset ID Parameters : ds_id ( int ) – The dataset ID. export ( True to ) – Whether to export the result. export export. ( False to not ) Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.save_result_data_in_patran",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.save_result_data_in_patran",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.save_result_data_in_patran",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.save_result_data_in_patran",
    "signature": "save_result_data_in_patran ( data_id , file_name , unit_sys = '' ) [source] #",
    "description": "Save the result in Patran format. Parameters : data_id ( int ) – The result data ID. file_name ( str ) – The file name to save the result. unit_sys ( SystemUnits | str ) – The unit system to use. string. ( None is treated as empty ) Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.save_result_data_in_xml",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.save_result_data_in_xml",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.save_result_data_in_xml",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.save_result_data_in_xml",
    "signature": "save_result_data_in_xml ( data_id , file_name , unit_sys = '' ) [source] #",
    "description": "Save the result in XML format. Parameters : data_id ( int ) – The result data ID. file_name ( str ) – The file name to save the result. unit_sys ( SystemUnits | str ) – The unit system to use. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.set_anchor_plane_name",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.set_anchor_plane_name",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.set_anchor_plane_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.set_anchor_plane_name",
    "signature": "set_anchor_plane_name ( anchor_index , name ) [source] #",
    "description": "Set the name of an anchor plane Parameters : anchor_index ( int ) – The index of the anchor plane. name ( str ) – The name of the anchor plane. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.set_anchor_plane_nodes",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.set_anchor_plane_nodes",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.set_anchor_plane_nodes",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.set_anchor_plane_nodes",
    "signature": "set_anchor_plane_nodes ( anchor_index , node_id1 , node_id2 , node_id3 ) [source] #",
    "description": "Set the nodes of an anchor plane Parameters : anchor_index ( int ) – The index of the anchor plane. node_id1 ( int ) – The first node ID. node_id2 ( int ) – The second node ID. node_id3 ( int ) – The third node ID. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.set_data_display_format",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.set_data_display_format",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.set_data_display_format",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.set_data_display_format",
    "signature": "set_data_display_format ( ds_id , format_str ) [source] #",
    "description": "Set the display data type for a given dataset ID Parameters : ds_id ( int ) – The dataset ID. format_str ( str ) – The the format string(C-style format string). Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.warp_query_begin",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.warp_query_begin",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.warp_query_begin",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.warp_query_begin",
    "signature": "warp_query_begin ( ds_id , indp_values ) [source] #",
    "description": "Begin the warp query Parameters : ds_id ( int ) – The dataset ID. indp_values ( DoubleArray ) – The independent variable values. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.warp_query_end",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.warp_query_end",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.warp_query_end",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.warp_query_end",
    "signature": "warp_query_end ( ) [source] #",
    "description": "End the warp query Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.plot_manager.PlotManager.warp_query_node",
    "kind": "py:method",
    "uri": "components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.warp_query_node",
    "path": "docs/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.warp_query_node",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/plot_manager.html#moldflow.plot_manager.PlotManager.warp_query_node",
    "signature": "warp_query_node ( node_id , anchor_index , ret_values ) [source] #",
    "description": "Warp query for a node Parameters : node_id ( int ) – The node ID. anchor_index ( int ) – The index of the anchor plane. ret_values ( DoubleArray ) – The return values. Note specified ( If anchor plane is ) contains ( the return array ) values ( the return array contains 9 values which are the following ) 0 ( -- Index ) – X, Y, Z coordinates in global coordinate system before deflection 1 – X, Y, Z coordinates in global coordinate system before deflection 2 – X, Y, Z coordinates in global coordinate system before deflection 3 ( -- Index ) – X, Y, Z coordinates in global coordinate system after deflection 4 – X, Y, Z coordinates in global coordinate system after deflection 5 – X, Y, Z coordinates in global coordinate system after deflection 6 ( -- Index ) – X, Y, Z coordinates in local coordinate system before deflection 7 – X, Y, Z coordinates in local coordinate system before deflection 8 – X, Y, Z coordinates in local coordinate system before deflection 9 ( -- Index ) – X, Y, Z coordinates in local coordinate system after deflection 10 – X, Y, Z coordinates in local coordinate system after deflection 11 – X, Y, Z coordinates in local coordinate system after deflection 12 ( -- Index ) – X, Y, Z displacement components in global coordinate system 13 – X, Y, Z displacement components in global coordinate system 14 – X, Y, Z displacement components in global coordinate system 15 ( -- Index ) – X, Y, Z displacement components in local coordinate system 16 – X, Y, Z displacement components in local coordinate system 17 – X, Y, Z displacement components in local coordinate system otherwise ( - ) values 0 – X, Y, Z coordinates in global coordinate system before deflection 1 – X, Y, Z coordinates in global coordinate system before deflection 2 – X, Y, Z coordinates in global coordinate system before deflection 3 – X, Y, Z coordinates in global coordinate system after deflection 4 – X, Y, Z coordinates in global coordinate system after deflection 5 – X, Y, Z coordinates in global coordinate system after deflection 6 – X, Y, Z displacement components in global coordinate system 7 – X, Y, Z displacement components in global coordinate system 8 – X, Y, Z displacement components in global coordinate system Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.predicate",
    "kind": "py:module",
    "uri": "components/wrapper/predicate.html#module-moldflow.predicate",
    "path": "docs/components/wrapper/predicate.html#module-moldflow.predicate",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/predicate.html#module-moldflow.predicate",
    "signature": "moldflow.predicate",
    "description": ""
  },
  {
    "name": "moldflow.predicate.Predicate",
    "kind": "py:class",
    "uri": "components/wrapper/predicate.html#moldflow.predicate.Predicate",
    "path": "docs/components/wrapper/predicate.html#moldflow.predicate.Predicate",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/predicate.html#moldflow.predicate.Predicate",
    "signature": "class Predicate [source] #",
    "description": "Bases: object Wrapper for Predicate class of Moldflow Synergy."
  },
  {
    "name": "moldflow.predicate_manager",
    "kind": "py:module",
    "uri": "components/wrapper/predicate_manager.html#module-moldflow.predicate_manager",
    "path": "docs/components/wrapper/predicate_manager.html#module-moldflow.predicate_manager",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/predicate_manager.html#module-moldflow.predicate_manager",
    "signature": "moldflow.predicate_manager",
    "description": ""
  },
  {
    "name": "moldflow.predicate_manager.PredicateManager",
    "kind": "py:class",
    "uri": "components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager",
    "path": "docs/components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager",
    "signature": "class PredicateManager [source] #",
    "description": "Bases: object Wrapper for PredicateManager class of Moldflow Synergy."
  },
  {
    "name": "moldflow.predicate_manager.PredicateManager.create_bool_and_predicate",
    "kind": "py:method",
    "uri": "components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_bool_and_predicate",
    "path": "docs/components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_bool_and_predicate",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_bool_and_predicate",
    "signature": "create_bool_and_predicate ( predicate1 , predicate2 ) [source] #",
    "description": "Creates a predicate from two predicates using a boolean AND operation.\r\nAn entity satisfies the AND predicate if it satisfies both its “child” predicates Parameters : predicate1 ( Predicate | None ) – The left predicate. predicate2 ( Predicate | None ) – The right predicate. Returns : The created AND predicate. Return type : Predicate"
  },
  {
    "name": "moldflow.predicate_manager.PredicateManager.create_bool_not_predicate",
    "kind": "py:method",
    "uri": "components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_bool_not_predicate",
    "path": "docs/components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_bool_not_predicate",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_bool_not_predicate",
    "signature": "create_bool_not_predicate ( predicate ) [source] #",
    "description": "Creates a predicate from a predicate using a boolean NOT operation.\r\nAn entity satisfies the NOT predicate if it does not satisfy its “child” predicate. Parameters : predicate ( Predicate | None ) – The predicate to negate. Returns : The created NOT predicate. Return type : Predicate"
  },
  {
    "name": "moldflow.predicate_manager.PredicateManager.create_bool_or_predicate",
    "kind": "py:method",
    "uri": "components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_bool_or_predicate",
    "path": "docs/components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_bool_or_predicate",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_bool_or_predicate",
    "signature": "create_bool_or_predicate ( predicate1 , predicate2 ) [source] #",
    "description": "Creates a predicate from two predicates using a boolean OR operation.\r\nAn entity satisfies the OR predicate if it satisfies either of its “child” predicates” Parameters : predicate1 ( Predicate | None ) – The left predicate. predicate2 ( Predicate | None ) – The right predicate. Returns : The created OR predicate Return type : Predicate"
  },
  {
    "name": "moldflow.predicate_manager.PredicateManager.create_bool_xor_predicate",
    "kind": "py:method",
    "uri": "components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_bool_xor_predicate",
    "path": "docs/components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_bool_xor_predicate",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_bool_xor_predicate",
    "signature": "create_bool_xor_predicate ( predicate1 , predicate2 ) [source] #",
    "description": "Creates a predicate from two predicates using a boolean XOR operation.\r\nAn entity satisfies the XOR predicate if it satisfies exactly one of its “child” predicates. Parameters : predicate1 ( Predicate | None ) – The left predicate. predicate2 ( Predicate | None ) – The right predicate. Returns : The created XOR predicate. Return type : Predicate"
  },
  {
    "name": "moldflow.predicate_manager.PredicateManager.create_label_predicate",
    "kind": "py:method",
    "uri": "components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_label_predicate",
    "path": "docs/components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_label_predicate",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_label_predicate",
    "signature": "create_label_predicate ( label ) [source] #",
    "description": "Create a predicate for a label range. Parameters : label ( str ) – The label to create the predicate for. Returns : The created label predicate. Return type : Predicate"
  },
  {
    "name": "moldflow.predicate_manager.PredicateManager.create_prop_type_predicate",
    "kind": "py:method",
    "uri": "components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_prop_type_predicate",
    "path": "docs/components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_prop_type_predicate",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_prop_type_predicate",
    "signature": "create_prop_type_predicate ( prop_type ) [source] #",
    "description": "Create a predicate for a property type. Parameters : prop_type ( int ) – The type of the property. Returns : The created property type predicate. Return type : Predicate"
  },
  {
    "name": "moldflow.predicate_manager.PredicateManager.create_property_predicate",
    "kind": "py:method",
    "uri": "components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_property_predicate",
    "path": "docs/components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_property_predicate",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_property_predicate",
    "signature": "create_property_predicate ( property_type , property_id ) [source] #",
    "description": "Create a predicate for a property. Parameters : property_type ( int ) – The type of the property. property_id ( int ) – The id of the property. Returns : The created property predicate. Return type : Predicate"
  },
  {
    "name": "moldflow.predicate_manager.PredicateManager.create_thickness_predicate",
    "kind": "py:method",
    "uri": "components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_thickness_predicate",
    "path": "docs/components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_thickness_predicate",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_thickness_predicate",
    "signature": "create_thickness_predicate ( min_value , max_value ) [source] #",
    "description": "Create a predicate for a thickness range. Parameters : min_value ( float ) – The minimum thickness. max_value ( float ) – The maximum thickness. Returns : The created thickness predicate. Return type : Predicate"
  },
  {
    "name": "moldflow.predicate_manager.PredicateManager.create_x_section_predicate",
    "kind": "py:method",
    "uri": "components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_x_section_predicate",
    "path": "docs/components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_x_section_predicate",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/predicate_manager.html#moldflow.predicate_manager.PredicateManager.create_x_section_predicate",
    "signature": "create_x_section_predicate ( cross_section , min_value , max_value ) [source] #",
    "description": "Create a predicate for a cross section. Parameters : cross_section ( CrossSectionType | str ) – The cross section type. min_value ( DoubleArray | None ) – The minimum values for the cross section. max_value ( DoubleArray | None ) – The maximum values for the cross section. Cross Section Parameters Circular Diameter Rectangular Width, Height Annular Outer Diameter, Inner Diameter Half-Circular Diameter, Height U-shape Width, Height Trapezoidal Top Width, Bottom Width, Height Returns : The created cross section predicate. Return type : Predicate"
  },
  {
    "name": "moldflow.project",
    "kind": "py:module",
    "uri": "components/wrapper/project.html#module-moldflow.project",
    "path": "docs/components/wrapper/project.html#module-moldflow.project",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#module-moldflow.project",
    "signature": "moldflow.project",
    "description": ""
  },
  {
    "name": "moldflow.project.Project",
    "kind": "py:class",
    "uri": "components/wrapper/project.html#moldflow.project.Project",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project",
    "signature": "class Project [source] #",
    "description": "Bases: object Wrapper for Project class of Moldflow Synergy."
  },
  {
    "name": "moldflow.project.Project.attach",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.attach",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.attach",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.attach",
    "signature": "attach ( item_name ) [source] #",
    "description": "Attach an item to the project. Parameters : item_name ( str ) – The name of the item. Returns : True if the item is attached successfully. Return type : bool"
  },
  {
    "name": "moldflow.project.Project.close",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.close",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.close",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.close",
    "signature": "close ( prompts = True ) [source] #",
    "description": "Close the current project. Parameters : prompts ( bool ) – Whether to prompt for saving changes. Returns : True if the project is closed successfully. Return type : bool"
  },
  {
    "name": "moldflow.project.Project.close_folder",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.close_folder",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.close_folder",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.close_folder",
    "signature": "close_folder ( folder_name ) [source] #",
    "description": "Close a folder. Parameters : folder_name ( str ) – The name of the folder. Returns : True if the folder is closed successfully. Return type : bool"
  },
  {
    "name": "moldflow.project.Project.compact",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.compact",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.compact",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.compact",
    "signature": "compact ( ) [source] #",
    "description": "Compacts current project by removing redundant restart files. Returns : True if the project is compacted successfully. Return type : bool"
  },
  {
    "name": "moldflow.project.Project.copy_study_settings",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.copy_study_settings",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.copy_study_settings",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.copy_study_settings",
    "signature": "copy_study_settings ( from_name , to_name ) [source] #",
    "description": "Copy study settings from one study to another. Parameters : from_name ( str ) – The name of the source study. to_name ( str ) – The name of the destination study. Returns : True if the settings are copied successfully. Return type : bool"
  },
  {
    "name": "moldflow.project.Project.delete_item_by_index",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.delete_item_by_index",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.delete_item_by_index",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.delete_item_by_index",
    "signature": "delete_item_by_index ( index ) [source] #",
    "description": "Delete an item by index. Parameters : index ( int ) – The index of the item. Returns : True if the item is deleted successfully. Return type : bool"
  },
  {
    "name": "moldflow.project.Project.delete_item_by_name",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.delete_item_by_name",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.delete_item_by_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.delete_item_by_name",
    "signature": "delete_item_by_name ( item_name , item_type ) [source] #",
    "description": "Delete an item by name. Parameters : item_name ( str ) – The name of the item. item_type ( ItemType | str ) – The type of the item. Returns : True if the item is deleted successfully. Return type : bool"
  },
  {
    "name": "moldflow.project.Project.duplicate_study_by_index",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.duplicate_study_by_index",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.duplicate_study_by_index",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.duplicate_study_by_index",
    "signature": "duplicate_study_by_index ( item_index , save_study = False , duplicate_option = 2 ) [source] #",
    "description": "Duplicate a study by index. Parameters : item_index ( int ) – The index of the study. save_study ( bool ) – Save the study after duplication. duplicate_option ( DuplicateOption | int ) – The option for duplication. Returns : True if the study is duplicated successfully. Return type : bool"
  },
  {
    "name": "moldflow.project.Project.duplicate_study_by_name",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.duplicate_study_by_name",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.duplicate_study_by_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.duplicate_study_by_name",
    "signature": "duplicate_study_by_name ( study_name , save_study = False , duplicate_option = 2 ) [source] #",
    "description": "Duplicate a study by name. Parameters : study_name ( str ) – The name of the study. save_study ( bool ) – Save the study after duplication. duplicate_option ( DuplicateOption | int ) – The option for duplication. Returns : True if the study is duplicated successfully. Return type : bool"
  },
  {
    "name": "moldflow.project.Project.expand_folder",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.expand_folder",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.expand_folder",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.expand_folder",
    "signature": "expand_folder ( folder_name ) [source] #",
    "description": "Expand a folder. Parameters : folder_name ( str ) – The name of the folder. Returns : True if the folder is expanded successfully. Return type : bool"
  },
  {
    "name": "moldflow.project.Project.export",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.export",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.export",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.export",
    "signature": "export ( file_name , selected , results , criteria_file = '' , restrict = False , skip_cad = False ) [source] #",
    "description": "Export the project to a file. Parameters : file_name ( str ) – The name of the file to export. selected ( bool ) – Export selected items only or all. results ( bool ) – Export results too. criteria_file ( str ) – Export criteria file. - Deprecated value is ignored restrict ( bool ) – Restrict export based on criteria contents. - Deprecated\r\nvalue is ignored skip_cad ( bool ) – Skip CAD Data. Returns : True if the project is exported successfully. Return type : bool"
  },
  {
    "name": "moldflow.project.Project.export_model",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.export_model",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.export_model",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.export_model",
    "signature": "export_model ( file_name , unit_index = None ) [source] #",
    "description": "Export the model to a file. Parameters : file_name ( str ) – The name of the file to export. unit_index ( optional ) – The unit index for the export. Returns : True if the model is exported successfully. Return type : bool"
  },
  {
    "name": "moldflow.project.Project.get_first_folder_name",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.get_first_folder_name",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.get_first_folder_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.get_first_folder_name",
    "signature": "get_first_folder_name ( ) [source] #",
    "description": "Get the first folder name. Returns : The name of the first folder. Return type : str"
  },
  {
    "name": "moldflow.project.Project.get_first_report_name",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.get_first_report_name",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.get_first_report_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.get_first_report_name",
    "signature": "get_first_report_name ( ) [source] #",
    "description": "Get the first report name. Returns : The name of the first report. Return type : str"
  },
  {
    "name": "moldflow.project.Project.get_first_study_name",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.get_first_study_name",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.get_first_study_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.get_first_study_name",
    "signature": "get_first_study_name ( ) [source] #",
    "description": "Get the first study name. Returns : The name of the first study. Return type : str"
  },
  {
    "name": "moldflow.project.Project.get_item_name_by_index",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.get_item_name_by_index",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.get_item_name_by_index",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.get_item_name_by_index",
    "signature": "get_item_name_by_index ( index ) [source] #",
    "description": "Get the item name by index.[1-based indexing] Parameters : index ( int ) – The index of the item. Returns : The name of the item. Return type : str"
  },
  {
    "name": "moldflow.project.Project.get_next_folder_name",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.get_next_folder_name",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.get_next_folder_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.get_next_folder_name",
    "signature": "get_next_folder_name ( folder_name ) [source] #",
    "description": "Get the next folder name. Parameters : folder_name ( str ) – The name of the folder. Returns : The name of the next folder. Return type : str"
  },
  {
    "name": "moldflow.project.Project.get_next_report_name",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.get_next_report_name",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.get_next_report_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.get_next_report_name",
    "signature": "get_next_report_name ( report_name ) [source] #",
    "description": "Get the next report name. Parameters : report_name ( str ) – The name of the report. Returns : The name of the next report. Return type : str"
  },
  {
    "name": "moldflow.project.Project.get_next_study_name",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.get_next_study_name",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.get_next_study_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.get_next_study_name",
    "signature": "get_next_study_name ( study_name ) [source] #",
    "description": "Get the next study name. Parameters : study_name ( str ) – The name of the study. Returns : The name of the next study. Return type : str"
  },
  {
    "name": "moldflow.project.Project.get_number_of_items",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.get_number_of_items",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.get_number_of_items",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.get_number_of_items",
    "signature": "get_number_of_items ( ) [source] #",
    "description": "Get the number of items in the project. Returns : The number of items. Return type : int"
  },
  {
    "name": "moldflow.project.Project.is_open",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.is_open",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.is_open",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.is_open",
    "signature": "is_open ( study_name ) [source] #",
    "description": "Check if a study is open. Parameters : study_name ( str ) – The name of the study. Returns : True if the study is open. Return type : bool"
  },
  {
    "name": "moldflow.project.Project.move_item_to_folder",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.move_item_to_folder",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.move_item_to_folder",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.move_item_to_folder",
    "signature": "move_item_to_folder ( item_name , item_type , folder_name ) [source] #",
    "description": "Move an item to a folder. Parameters : item_name ( str ) – The name of the item. item_type ( ItemType | str ) – The type of the item. folder_name ( str ) – The name of the folder. Returns : True if the item is moved successfully. Return type : bool"
  },
  {
    "name": "moldflow.project.Project.name",
    "kind": "py:property",
    "uri": "components/wrapper/project.html#moldflow.project.Project.name",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.name",
    "signature": "property name : str #",
    "description": "The name of the project. Getter : Get the name of the project. Type : str"
  },
  {
    "name": "moldflow.project.Project.new_folder",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.new_folder",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.new_folder",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.new_folder",
    "signature": "new_folder ( folder_name ) [source] #",
    "description": "Create a new folder in the project. Parameters : folder_name ( str ) – The name of the folder. Returns : True if the folder is created successfully. Return type : bool"
  },
  {
    "name": "moldflow.project.Project.new_study",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.new_study",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.new_study",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.new_study",
    "signature": "new_study ( study_name ) [source] #",
    "description": "Create a new study in the project. Parameters : study_name ( str ) – The name of the study. Returns : True if the study is created successfully. Return type : bool"
  },
  {
    "name": "moldflow.project.Project.open_item_by_index",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.open_item_by_index",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.open_item_by_index",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.open_item_by_index",
    "signature": "open_item_by_index ( item_index ) [source] #",
    "description": "Open an item by index. [1-based indexing] Parameters : item_index ( int ) – The index of the item. Returns : True if the item is opened successfully. Return type : bool"
  },
  {
    "name": "moldflow.project.Project.open_item_by_name",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.open_item_by_name",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.open_item_by_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.open_item_by_name",
    "signature": "open_item_by_name ( item_name , item_type ) [source] #",
    "description": "Open an item by name. Parameters : item_name ( str ) – The name of the item. item_type ( ItemType | str ) – The type of the item. Returns : True if the item is opened successfully. Return type : bool"
  },
  {
    "name": "moldflow.project.Project.path",
    "kind": "py:property",
    "uri": "components/wrapper/project.html#moldflow.project.Project.path",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.path",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.path",
    "signature": "property path : str #",
    "description": "The path of the project. Getter : Get the path of the project. Type : str"
  },
  {
    "name": "moldflow.project.Project.rename_item_by_index",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.rename_item_by_index",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.rename_item_by_index",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.rename_item_by_index",
    "signature": "rename_item_by_index ( index , new_name ) [source] #",
    "description": "Rename an item by index. Parameters : index ( int ) – The index of the item. new_name ( str ) – The new name of the item. Returns : True if the item is renamed successfully. Return type : bool"
  },
  {
    "name": "moldflow.project.Project.rename_item_by_name",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.rename_item_by_name",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.rename_item_by_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.rename_item_by_name",
    "signature": "rename_item_by_name ( old_name , item_type , new_name ) [source] #",
    "description": "Rename an item by name. Parameters : old_name ( str ) – The old name of the item. item_type ( ItemType | str ) – The type of the item. new_name ( str ) – The new name of the item. Returns : True if the item is renamed successfully. Return type : bool"
  },
  {
    "name": "moldflow.project.Project.save_all",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.save_all",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.save_all",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.save_all",
    "signature": "save_all ( ) [source] #",
    "description": "Save all open documents. Returns : True if the project is saved successfully. Return type : bool"
  },
  {
    "name": "moldflow.project.Project.select_folder",
    "kind": "py:method",
    "uri": "components/wrapper/project.html#moldflow.project.Project.select_folder",
    "path": "docs/components/wrapper/project.html#moldflow.project.Project.select_folder",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/project.html#moldflow.project.Project.select_folder",
    "signature": "select_folder ( folder_name ) [source] #",
    "description": "Select a folder. Parameters : folder_name ( str ) – The name of the folder. Returns : True if the folder is selected successfully. Return type : bool"
  },
  {
    "name": "moldflow.prop",
    "kind": "py:module",
    "uri": "components/wrapper/prop.html#module-moldflow.prop",
    "path": "docs/components/wrapper/prop.html#module-moldflow.prop",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/prop.html#module-moldflow.prop",
    "signature": "moldflow.prop",
    "description": ""
  },
  {
    "name": "moldflow.prop.Property",
    "kind": "py:class",
    "uri": "components/wrapper/prop.html#moldflow.prop.Property",
    "path": "docs/components/wrapper/prop.html#moldflow.prop.Property",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/prop.html#moldflow.prop.Property",
    "signature": "class Property [source] #",
    "description": "Bases: object Wrapper for Property class of Moldflow Synergy."
  },
  {
    "name": "moldflow.prop.Property.delete_field",
    "kind": "py:method",
    "uri": "components/wrapper/prop.html#moldflow.prop.Property.delete_field",
    "path": "docs/components/wrapper/prop.html#moldflow.prop.Property.delete_field",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/prop.html#moldflow.prop.Property.delete_field",
    "signature": "delete_field ( field_id ) [source] #",
    "description": "Delete field from the property. Parameters : field_id ( int ) – The id of the field to delete. Returns : True if the field is deleted, False otherwise Return type : bool"
  },
  {
    "name": "moldflow.prop.Property.field_units",
    "kind": "py:method",
    "uri": "components/wrapper/prop.html#moldflow.prop.Property.field_units",
    "path": "docs/components/wrapper/prop.html#moldflow.prop.Property.field_units",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/prop.html#moldflow.prop.Property.field_units",
    "signature": "field_units ( field_id ) [source] #",
    "description": "Get the units of the field. Parameters : field_id ( int ) – The id of the field. Returns : The units of the field values. Return type : StringArray"
  },
  {
    "name": "moldflow.prop.Property.get_field_description",
    "kind": "py:method",
    "uri": "components/wrapper/prop.html#moldflow.prop.Property.get_field_description",
    "path": "docs/components/wrapper/prop.html#moldflow.prop.Property.get_field_description",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/prop.html#moldflow.prop.Property.get_field_description",
    "signature": "get_field_description ( field_id ) [source] #",
    "description": "Get the description of the field. Parameters : field_id ( int ) – The id of the field. Returns : The description of the field. Return type : str"
  },
  {
    "name": "moldflow.prop.Property.get_field_values",
    "kind": "py:method",
    "uri": "components/wrapper/prop.html#moldflow.prop.Property.get_field_values",
    "path": "docs/components/wrapper/prop.html#moldflow.prop.Property.get_field_values",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/prop.html#moldflow.prop.Property.get_field_values",
    "signature": "get_field_values ( field_id ) [source] #",
    "description": "Get the values of the field. Parameters : field_id ( int ) – The id of the field. Returns : The values of the field. Return type : DoubleArray"
  },
  {
    "name": "moldflow.prop.Property.get_first_field",
    "kind": "py:method",
    "uri": "components/wrapper/prop.html#moldflow.prop.Property.get_first_field",
    "path": "docs/components/wrapper/prop.html#moldflow.prop.Property.get_first_field",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/prop.html#moldflow.prop.Property.get_first_field",
    "signature": "get_first_field ( ) [source] #",
    "description": "Get the first field of the property. Returns : The id of the first field of the property. Return type : int"
  },
  {
    "name": "moldflow.prop.Property.get_next_field",
    "kind": "py:method",
    "uri": "components/wrapper/prop.html#moldflow.prop.Property.get_next_field",
    "path": "docs/components/wrapper/prop.html#moldflow.prop.Property.get_next_field",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/prop.html#moldflow.prop.Property.get_next_field",
    "signature": "get_next_field ( field_id ) [source] #",
    "description": "Get the first field of the property. Parameters : field_id ( int ) – The id of the current field. Returns : The id of the next field. Return type : int"
  },
  {
    "name": "moldflow.prop.Property.hide_field",
    "kind": "py:method",
    "uri": "components/wrapper/prop.html#moldflow.prop.Property.hide_field",
    "path": "docs/components/wrapper/prop.html#moldflow.prop.Property.hide_field",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/prop.html#moldflow.prop.Property.hide_field",
    "signature": "hide_field ( field_id ) [source] #",
    "description": "Make field confidential. Parameters : field_id ( int ) – The id of the field to make confidential. Returns : True if the field is made confidential, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.prop.Property.id",
    "kind": "py:property",
    "uri": "components/wrapper/prop.html#moldflow.prop.Property.id",
    "path": "docs/components/wrapper/prop.html#moldflow.prop.Property.id",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/prop.html#moldflow.prop.Property.id",
    "signature": "property id : int #",
    "description": "Get the id of the property. Returns : The id of the property. Return type : int"
  },
  {
    "name": "moldflow.prop.Property.is_field_hidden",
    "kind": "py:method",
    "uri": "components/wrapper/prop.html#moldflow.prop.Property.is_field_hidden",
    "path": "docs/components/wrapper/prop.html#moldflow.prop.Property.is_field_hidden",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/prop.html#moldflow.prop.Property.is_field_hidden",
    "signature": "is_field_hidden ( field_id ) [source] #",
    "description": "Check if the field is confidential. Parameters : field_id ( int ) – The id of the field to check. Returns : True if the field is confidential, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.prop.Property.is_field_writable",
    "kind": "py:method",
    "uri": "components/wrapper/prop.html#moldflow.prop.Property.is_field_writable",
    "path": "docs/components/wrapper/prop.html#moldflow.prop.Property.is_field_writable",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/prop.html#moldflow.prop.Property.is_field_writable",
    "signature": "is_field_writable ( field_id ) [source] #",
    "description": "Check if the field is writable. Parameters : field_id ( int ) – The id of the field to check. Returns : True if the field is writable, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.prop.Property.name",
    "kind": "py:property",
    "uri": "components/wrapper/prop.html#moldflow.prop.Property.name",
    "path": "docs/components/wrapper/prop.html#moldflow.prop.Property.name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/prop.html#moldflow.prop.Property.name",
    "signature": "property name : str #",
    "description": "Get the name of the property. Returns : The name of the property. Return type : str"
  },
  {
    "name": "moldflow.prop.Property.set_field_description",
    "kind": "py:method",
    "uri": "components/wrapper/prop.html#moldflow.prop.Property.set_field_description",
    "path": "docs/components/wrapper/prop.html#moldflow.prop.Property.set_field_description",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/prop.html#moldflow.prop.Property.set_field_description",
    "signature": "set_field_description ( field_id , description ) [source] #",
    "description": "Set the description of the field. Parameters : field_id ( int ) – The id of the field. description ( str ) – The description of the field. Return type : None"
  },
  {
    "name": "moldflow.prop.Property.set_field_values",
    "kind": "py:method",
    "uri": "components/wrapper/prop.html#moldflow.prop.Property.set_field_values",
    "path": "docs/components/wrapper/prop.html#moldflow.prop.Property.set_field_values",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/prop.html#moldflow.prop.Property.set_field_values",
    "signature": "set_field_values ( field_id , values ) [source] #",
    "description": "Set the values of the field. Parameters : field_id ( int ) – The id of the field. values ( DoubleArray | None ) – The values of the field. Return type : None"
  },
  {
    "name": "moldflow.prop.Property.type",
    "kind": "py:property",
    "uri": "components/wrapper/prop.html#moldflow.prop.Property.type",
    "path": "docs/components/wrapper/prop.html#moldflow.prop.Property.type",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/prop.html#moldflow.prop.Property.type",
    "signature": "property type : int #",
    "description": "Get the type of the property. Returns : The type of the property. Return type : int"
  },
  {
    "name": "moldflow.property_editor",
    "kind": "py:module",
    "uri": "components/wrapper/property_editor.html#module-moldflow.property_editor",
    "path": "docs/components/wrapper/property_editor.html#module-moldflow.property_editor",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/property_editor.html#module-moldflow.property_editor",
    "signature": "moldflow.property_editor",
    "description": ""
  },
  {
    "name": "moldflow.property_editor.PropertyEditor",
    "kind": "py:class",
    "uri": "components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor",
    "path": "docs/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor",
    "signature": "class PropertyEditor [source] #",
    "description": "Bases: object Wrapper for PropertyEditor class of Moldflow Synergy."
  },
  {
    "name": "moldflow.property_editor.PropertyEditor.commit_changes",
    "kind": "py:method",
    "uri": "components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.commit_changes",
    "path": "docs/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.commit_changes",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.commit_changes",
    "signature": "commit_changes ( action ) [source] #",
    "description": "Commit changes to the property editor. Parameters : action ( CommitActions | str ) – The action to commit. Returns : True if the changes were committed successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.property_editor.PropertyEditor.create_entity_list",
    "kind": "py:method",
    "uri": "components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.create_entity_list",
    "path": "docs/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.create_entity_list",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.create_entity_list",
    "signature": "create_entity_list ( ) [source] #",
    "description": "Create a new entity list. Returns : The created entity list. Return type : EntList"
  },
  {
    "name": "moldflow.property_editor.PropertyEditor.create_property",
    "kind": "py:method",
    "uri": "components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.create_property",
    "path": "docs/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.create_property",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.create_property",
    "signature": "create_property ( prop_type , prop_id , defaults ) [source] #",
    "description": "Create a property Parameters : prop_type ( int ) – The type of the property. prop_id ( int ) – The ID of the property. defaults ( bool ) – Whether to use default values for property fields. Returns : The created property. Return type : Property"
  },
  {
    "name": "moldflow.property_editor.PropertyEditor.delete_property",
    "kind": "py:method",
    "uri": "components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.delete_property",
    "path": "docs/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.delete_property",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.delete_property",
    "signature": "delete_property ( prop_type , prop_id ) [source] #",
    "description": "Delete a property Parameters : prop_type ( int ) – The type of the property. prop_id ( int ) – The ID of the property. Returns : True if the property was deleted successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.property_editor.PropertyEditor.fetch_property",
    "kind": "py:method",
    "uri": "components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.fetch_property",
    "path": "docs/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.fetch_property",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.fetch_property",
    "signature": "fetch_property ( prop_type , prop_id , file_name , file_type , file_id ) [source] #",
    "description": "Fetch a property from the property editor. Parameters : prop_type ( int ) – The type of the property. prop_id ( int ) – The ID of the property. file_name ( str ) – The name of the file. file_type ( MaterialDatabaseType | str ) – The type of the file. string ( - Can take empty ) locations ( if the file is not in any of the standard database ) case ( - In this ) specification ( aFile must be a full path ) file_id ( int ) – The ID of the file. Returns : The fetched property. Return type : Property"
  },
  {
    "name": "moldflow.property_editor.PropertyEditor.find_property",
    "kind": "py:method",
    "uri": "components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.find_property",
    "path": "docs/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.find_property",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.find_property",
    "signature": "find_property ( prop_type , prop_id ) [source] #",
    "description": "Find a property Parameters : prop_type ( int ) – The type of the property. prop_id ( int ) – The ID of the property. Returns : The found property. Return type : Property"
  },
  {
    "name": "moldflow.property_editor.PropertyEditor.get_data_description",
    "kind": "py:method",
    "uri": "components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.get_data_description",
    "path": "docs/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.get_data_description",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.get_data_description",
    "signature": "get_data_description ( prop_type , prop_id ) [source] #",
    "description": "Get the field property description. Parameters : prop_type ( int ) – The type of the property. prop_id ( int ) – The ID of the property. Returns : The data description of the property. Return type : str"
  },
  {
    "name": "moldflow.property_editor.PropertyEditor.get_entity_property",
    "kind": "py:method",
    "uri": "components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.get_entity_property",
    "path": "docs/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.get_entity_property",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.get_entity_property",
    "signature": "get_entity_property ( entities ) [source] #",
    "description": "Get the property assigned to an entity. Parameters : entities ( EntList | None ) – The entity. Returns : The property of the entities. Return type : Property"
  },
  {
    "name": "moldflow.property_editor.PropertyEditor.get_first_property",
    "kind": "py:method",
    "uri": "components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.get_first_property",
    "path": "docs/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.get_first_property",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.get_first_property",
    "signature": "get_first_property ( prop_type ) [source] #",
    "description": "Get the first property of a given type. Parameters : prop_type ( int ) – The type of the property. Returns : The first property of the specified type. Return type : Property"
  },
  {
    "name": "moldflow.property_editor.PropertyEditor.get_next_property",
    "kind": "py:method",
    "uri": "components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.get_next_property",
    "path": "docs/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.get_next_property",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.get_next_property",
    "signature": "get_next_property ( prop ) [source] #",
    "description": "Get the next property in the list. Parameters : prop ( Property | None ) – The current property. Returns : The next property in the list. Return type : Property"
  },
  {
    "name": "moldflow.property_editor.PropertyEditor.get_next_property_of_type",
    "kind": "py:method",
    "uri": "components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.get_next_property_of_type",
    "path": "docs/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.get_next_property_of_type",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.get_next_property_of_type",
    "signature": "get_next_property_of_type ( prop ) [source] #",
    "description": "Get the next property of the same type. Parameters : prop ( Property | None ) – The current property. Returns : The next property of the same type. Return type : Property"
  },
  {
    "name": "moldflow.property_editor.PropertyEditor.remove_unused_properties",
    "kind": "py:method",
    "uri": "components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.remove_unused_properties",
    "path": "docs/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.remove_unused_properties",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.remove_unused_properties",
    "signature": "remove_unused_properties ( ) [source] #",
    "description": "Remove unused properties in the study.\r\nUnused properties are those that are not assigned to any entities. Returns : The number of unused properties removed. Return type : int"
  },
  {
    "name": "moldflow.property_editor.PropertyEditor.set_property",
    "kind": "py:method",
    "uri": "components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.set_property",
    "path": "docs/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.set_property",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/property_editor.html#moldflow.property_editor.PropertyEditor.set_property",
    "signature": "set_property ( entities , prop ) [source] #",
    "description": "Assigns a property to a list of entities. Parameters : entities ( EntList | None ) – The list of entities to assign the property to. prop ( Property | None ) – The property to assign. Returns : True if the property was assigned successfully, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.runner_generator",
    "kind": "py:module",
    "uri": "components/wrapper/runner_generator.html#module-moldflow.runner_generator",
    "path": "docs/components/wrapper/runner_generator.html#module-moldflow.runner_generator",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#module-moldflow.runner_generator",
    "signature": "moldflow.runner_generator",
    "description": ""
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator",
    "kind": "py:class",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator",
    "signature": "class RunnerGenerator [source] #",
    "description": "Bases: object Wrapper for RunnerGenerator class of Moldflow Synergy."
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.bottom",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.bottom",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.bottom",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.bottom",
    "signature": "property bottom : float #",
    "description": "Value of Bottom Getter : Get value of Bottom Type : float"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.delete_old",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.delete_old",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.delete_old",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.delete_old",
    "signature": "property delete_old : bool #",
    "description": "Value of Delete Old Getter : Get value of Delete Old Setter : Set value of Delete Old Type : bool"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.drop_diameter",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.drop_diameter",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.drop_diameter",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.drop_diameter",
    "signature": "property drop_diameter : float #",
    "description": "Value of Drop Diameter Getter : Get value of Drop Diameter Setter : Set value of Drop Diameter Type : float"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.drop_taper_angle",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.drop_taper_angle",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.drop_taper_angle",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.drop_taper_angle",
    "signature": "property drop_taper_angle : float #",
    "description": "Value of Drop Taper Angle Getter : Get value of Drop Taper Angle Setter : Set value of Drop Taper Angle Type : float"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.gate_angle",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.gate_angle",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.gate_angle",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.gate_angle",
    "signature": "property gate_angle : float #",
    "description": "Value of Gate Angle Getter : Get value of Gate Angle Setter : Set value of Gate Angle Type : float"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.gate_diameter",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.gate_diameter",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.gate_diameter",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.gate_diameter",
    "signature": "property gate_diameter : float #",
    "description": "Value of Gate Diameter Getter : Get value of Gate Diameter Setter : Set value of Gate Diameter Type : float"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.gate_length",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.gate_length",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.gate_length",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.gate_length",
    "signature": "property gate_length : float #",
    "description": "Value of Gate Length Getter : Get value of Gate Length Setter : Set value of Gate Length Type : float"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.gate_plane_z",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.gate_plane_z",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.gate_plane_z",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.gate_plane_z",
    "signature": "property gate_plane_z : float #",
    "description": "Value of Gate Plane Z Getter : Get value of Gate Plane Z Type : float"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.gate_taper_angle",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.gate_taper_angle",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.gate_taper_angle",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.gate_taper_angle",
    "signature": "property gate_taper_angle : float #",
    "description": "Value of Gate Taper Angle Getter : Get value of Gate Taper Angle Setter : Set value of Gate Taper Angle Type : float"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.gates_by_length",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.gates_by_length",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.gates_by_length",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.gates_by_length",
    "signature": "property gates_by_length : bool #",
    "description": "Value of Gates By Length Getter : Get value of Gates By Length Setter : Set value of Gates By Length Type : bool"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.gates_center_x",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.gates_center_x",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.gates_center_x",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.gates_center_x",
    "signature": "property gates_center_x : float #",
    "description": "Value of Gates Center X Getter : Get value of Gates Center X Type : float"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.gates_center_y",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.gates_center_y",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.gates_center_y",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.gates_center_y",
    "signature": "property gates_center_y : float #",
    "description": "Value of Gates Center Y Getter : Get value of Gates Center Y Type : float"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.generate",
    "kind": "py:method",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.generate",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.generate",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.generate",
    "signature": "generate ( ) [source] #",
    "description": "Generate the runner system. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.hot_runners",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.hot_runners",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.hot_runners",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.hot_runners",
    "signature": "property hot_runners : bool #",
    "description": "Value of Hot Runners Getter : Get value of Hot Runners Setter : Set value of Hot Runners Type : bool"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.part_center_x",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.part_center_x",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.part_center_x",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.part_center_x",
    "signature": "property part_center_x : float #",
    "description": "Value of Part Center X Getter : Get value of Part Center X Type : float"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.part_center_y",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.part_center_y",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.part_center_y",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.part_center_y",
    "signature": "property part_center_y : float #",
    "description": "Value of Part Center Y Getter : Get value of Part Center Y Type : float"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.parting_z",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.parting_z",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.parting_z",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.parting_z",
    "signature": "property parting_z : float #",
    "description": "Value of Parting Z Getter : Get value of Parting Z Setter : Set value of Parting Z Type : float"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.runner_diameter",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.runner_diameter",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.runner_diameter",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.runner_diameter",
    "signature": "property runner_diameter : float #",
    "description": "Value of Runner Diameter Getter : Get value of Runner Diameter Setter : Set value of Runner Diameter Type : float"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.sprue_diameter",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.sprue_diameter",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.sprue_diameter",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.sprue_diameter",
    "signature": "property sprue_diameter : float #",
    "description": "Value of Sprue Diameter Getter : Get value of Sprue Diameter Setter : Set value of Sprue Diameter Type : float"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.sprue_length",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.sprue_length",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.sprue_length",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.sprue_length",
    "signature": "property sprue_length : float #",
    "description": "Value of Sprue Length Getter : Get value of Sprue Length Setter : Set value of Sprue Length Type : float"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.sprue_taper_angle",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.sprue_taper_angle",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.sprue_taper_angle",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.sprue_taper_angle",
    "signature": "property sprue_taper_angle : float #",
    "description": "Value of Sprue Taper Angle Getter : Get value of Sprue Taper Angle Setter : Set value of Sprue Taper Angle Type : float"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.sprue_x",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.sprue_x",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.sprue_x",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.sprue_x",
    "signature": "property sprue_x : float #",
    "description": "Value of Sprue X Getter : Get value of Sprue X Setter : Set value of Sprue X Type : float"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.sprue_y",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.sprue_y",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.sprue_y",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.sprue_y",
    "signature": "property sprue_y : float #",
    "description": "Value of Sprue Y Getter : Get value of Sprue Y Setter : Set value of Sprue Y Type : float"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.top",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.top",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.top",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.top",
    "signature": "property top : float #",
    "description": "Value of Top Getter : Get value of Top Type : float"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.top_gate_end_diameter",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.top_gate_end_diameter",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.top_gate_end_diameter",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.top_gate_end_diameter",
    "signature": "property top_gate_end_diameter : float #",
    "description": "Value of Top Gate End Diameter Getter : Get value of Top Gate End Diameter Setter : Set value of Top Gate End Diameter Type : float"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.top_gate_length",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.top_gate_length",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.top_gate_length",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.top_gate_length",
    "signature": "property top_gate_length : float #",
    "description": "Value of Top Gate Length Getter : Get value of Top Gate Length Setter : Set value of Top Gate Length Type : float"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.top_gate_start_diameter",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.top_gate_start_diameter",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.top_gate_start_diameter",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.top_gate_start_diameter",
    "signature": "property top_gate_start_diameter : float #",
    "description": "Value of Top Gate Start Diameter Getter : Get value of Top Gate Start Diameter Setter : Set value of Top Gate Start Diameter Type : float"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.top_runner_z",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.top_runner_z",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.top_runner_z",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.top_runner_z",
    "signature": "property top_runner_z : float #",
    "description": "Value of Top Runner Z Getter : Get value of Top Runner Z Setter : Set value of Top Runner Z Type : float"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.trapezoid_angle",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.trapezoid_angle",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.trapezoid_angle",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.trapezoid_angle",
    "signature": "property trapezoid_angle : float #",
    "description": "Value of Trapezoid Angle Getter : Get value of Trapezoid Angle Setter : Set value of Trapezoid Angle Type : float"
  },
  {
    "name": "moldflow.runner_generator.RunnerGenerator.trapezoidal",
    "kind": "py:property",
    "uri": "components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.trapezoidal",
    "path": "docs/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.trapezoidal",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/runner_generator.html#moldflow.runner_generator.RunnerGenerator.trapezoidal",
    "signature": "property trapezoidal : bool #",
    "description": "Value of Trapezoidal Getter : Get value of Trapezoidal Setter : Set value of Trapezoidal Type : bool"
  },
  {
    "name": "moldflow.server",
    "kind": "py:module",
    "uri": "components/wrapper/server.html#module-moldflow.server",
    "path": "docs/components/wrapper/server.html#module-moldflow.server",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/server.html#module-moldflow.server",
    "signature": "moldflow.server",
    "description": ""
  },
  {
    "name": "moldflow.server.Server",
    "kind": "py:class",
    "uri": "components/wrapper/server.html#moldflow.server.Server",
    "path": "docs/components/wrapper/server.html#moldflow.server.Server",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/server.html#moldflow.server.Server",
    "signature": "class Server [source] #",
    "description": "Bases: object Wrapper for Server class of Moldflow Synergy."
  },
  {
    "name": "moldflow.server.Server.address",
    "kind": "py:property",
    "uri": "components/wrapper/server.html#moldflow.server.Server.address",
    "path": "docs/components/wrapper/server.html#moldflow.server.Server.address",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/server.html#moldflow.server.Server.address",
    "signature": "property address : str #",
    "description": "Address of the server. Getter : Get the address of the server. Type : str"
  },
  {
    "name": "moldflow.server.Server.name",
    "kind": "py:property",
    "uri": "components/wrapper/server.html#moldflow.server.Server.name",
    "path": "docs/components/wrapper/server.html#moldflow.server.Server.name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/server.html#moldflow.server.Server.name",
    "signature": "property name : str #",
    "description": "Name of the server. Getter : Get the name of the server. Type : str"
  },
  {
    "name": "moldflow.server.Server.status",
    "kind": "py:property",
    "uri": "components/wrapper/server.html#moldflow.server.Server.status",
    "path": "docs/components/wrapper/server.html#moldflow.server.Server.status",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/server.html#moldflow.server.Server.status",
    "signature": "property status : str #",
    "description": "Status of the server. Getter : Get the status of the server. Type : str"
  },
  {
    "name": "moldflow.string_array",
    "kind": "py:module",
    "uri": "components/wrapper/string_array.html#module-moldflow.string_array",
    "path": "docs/components/wrapper/string_array.html#module-moldflow.string_array",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/string_array.html#module-moldflow.string_array",
    "signature": "moldflow.string_array",
    "description": ""
  },
  {
    "name": "moldflow.string_array.StringArray",
    "kind": "py:class",
    "uri": "components/wrapper/string_array.html#moldflow.string_array.StringArray",
    "path": "docs/components/wrapper/string_array.html#moldflow.string_array.StringArray",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/string_array.html#moldflow.string_array.StringArray",
    "signature": "class StringArray [source] #",
    "description": "Bases: object Wrapper for StringArray class of Moldflow Synergy."
  },
  {
    "name": "moldflow.string_array.StringArray.add_string",
    "kind": "py:method",
    "uri": "components/wrapper/string_array.html#moldflow.string_array.StringArray.add_string",
    "path": "docs/components/wrapper/string_array.html#moldflow.string_array.StringArray.add_string",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/string_array.html#moldflow.string_array.StringArray.add_string",
    "signature": "add_string ( value ) [source] #",
    "description": "Add a string value to the array. Parameters : value ( str ) – The value to add. Return type : None"
  },
  {
    "name": "moldflow.string_array.StringArray.from_list",
    "kind": "py:method",
    "uri": "components/wrapper/string_array.html#moldflow.string_array.StringArray.from_list",
    "path": "docs/components/wrapper/string_array.html#moldflow.string_array.StringArray.from_list",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/string_array.html#moldflow.string_array.StringArray.from_list",
    "signature": "from_list ( values ) [source] #",
    "description": "Convert a list of strings to a string array. Parameters : values ( list [ str ] ) – The list of strings to convert. Returns : The number of elements added to the array. Return type : int"
  },
  {
    "name": "moldflow.string_array.StringArray.size",
    "kind": "py:property",
    "uri": "components/wrapper/string_array.html#moldflow.string_array.StringArray.size",
    "path": "docs/components/wrapper/string_array.html#moldflow.string_array.StringArray.size",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/string_array.html#moldflow.string_array.StringArray.size",
    "signature": "property size : int #",
    "description": "Get the size of the array. Returns : The size of the array. Return type : int"
  },
  {
    "name": "moldflow.string_array.StringArray.to_list",
    "kind": "py:method",
    "uri": "components/wrapper/string_array.html#moldflow.string_array.StringArray.to_list",
    "path": "docs/components/wrapper/string_array.html#moldflow.string_array.StringArray.to_list",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/string_array.html#moldflow.string_array.StringArray.to_list",
    "signature": "to_list ( ) [source] #",
    "description": "Convert the string array to a list of strings.\r\n:returns: The list of strings.\r\n:rtype: list[str]"
  },
  {
    "name": "moldflow.string_array.StringArray.val",
    "kind": "py:method",
    "uri": "components/wrapper/string_array.html#moldflow.string_array.StringArray.val",
    "path": "docs/components/wrapper/string_array.html#moldflow.string_array.StringArray.val",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/string_array.html#moldflow.string_array.StringArray.val",
    "signature": "val ( index ) [source] #",
    "description": "Get the value at the specified index. Parameters : index ( int ) – The index of the value to get. Returns : The value at the specified index. Return type : str"
  },
  {
    "name": "moldflow.study_doc",
    "kind": "py:module",
    "uri": "components/wrapper/study_doc.html#module-moldflow.study_doc",
    "path": "docs/components/wrapper/study_doc.html#module-moldflow.study_doc",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#module-moldflow.study_doc",
    "signature": "moldflow.study_doc",
    "description": ""
  },
  {
    "name": "moldflow.study_doc.StudyDoc",
    "kind": "py:class",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc",
    "signature": "class StudyDoc [source] #",
    "description": "Bases: object Wrapper for StudyDoc class of Moldflow Synergy."
  },
  {
    "name": "moldflow.study_doc.StudyDoc.add_file",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.add_file",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.add_file",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.add_file",
    "signature": "add_file ( name , opts , show_logs ) [source] #",
    "description": "Adds a CAD model file to the current study Parameters : name ( str ) – Name of the file to add opts ( ImportOptions | None ) – Import options for the file show_logs ( bool ) – True if display logs Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.analysis_name",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.analysis_name",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.analysis_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.analysis_name",
    "signature": "analysis_name ( index ) [source] #",
    "description": "Gets the name of the analysis at the given index Parameters : index ( int ) – Index of the analysis Returns : The name of the analysis Return type : str"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.analysis_sequence",
    "kind": "py:property",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.analysis_sequence",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.analysis_sequence",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.analysis_sequence",
    "signature": "property analysis_sequence : str #",
    "description": "Value of Analysis Sequence. Getter : Get value of Analysis Sequence Setter : Set value of Analysis Sequence Type : str"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.analysis_sequence_description",
    "kind": "py:property",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.analysis_sequence_description",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.analysis_sequence_description",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.analysis_sequence_description",
    "signature": "property analysis_sequence_description : str #",
    "description": "Value of Analysis Sequence Description. Getter : Get value of Analysis Sequence Description Setter : Set value of Analysis Sequence Description Type : str"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.analysis_status",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.analysis_status",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.analysis_status",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.analysis_status",
    "signature": "analysis_status ( index ) [source] #",
    "description": "Gets the status of the analysis at the given index Parameters : index ( int ) – Index of the analysis Returns : The status of the analysis Return type : str"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.analyze_now",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.analyze_now",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.analyze_now",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.analyze_now",
    "signature": "analyze_now ( check , solve , prompts = False ) [source] #",
    "description": "Runs analysis immediately Parameters : check ( bool ) – True if check only solve ( bool ) – True if solve only prompts ( bool ) – True if display prompts Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.close",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.close",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.close",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.close",
    "signature": "close ( show_prompt = True ) [source] #",
    "description": "Closes the study Parameters : show_prompt ( bool ) – Prompt to save changes or not (default: None) Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.create_entity_list",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.create_entity_list",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.create_entity_list",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.create_entity_list",
    "signature": "create_entity_list ( ) [source] #",
    "description": "Creates a new entity list. Returns : A new entity list. Return type : EntList"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.delete_results",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.delete_results",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.delete_results",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.delete_results",
    "signature": "delete_results ( index ) [source] #",
    "description": "Deletes results starting from the given index Parameters : index ( int ) – Start index of results to be deleted Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.display_name",
    "kind": "py:property",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.display_name",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.display_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.display_name",
    "signature": "property display_name : str #",
    "description": "Value of Display Name. Getter : Get value of Display Name Setter : Set value of Display Name Type : str"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.export_analysis_log",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.export_analysis_log",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.export_analysis_log",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.export_analysis_log",
    "signature": "export_analysis_log ( file ) [source] #",
    "description": "Export analysis log to text file Parameters : file ( str ) – File name to export analysis log Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.export_mesh_log",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.export_mesh_log",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.export_mesh_log",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.export_mesh_log",
    "signature": "export_mesh_log ( file ) [source] #",
    "description": "Export mesh log to text file Parameters : file ( str ) – File name to export mesh log Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.get_all_cad_bodies",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_all_cad_bodies",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_all_cad_bodies",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_all_cad_bodies",
    "signature": "get_all_cad_bodies ( is_visible_only ) [source] #",
    "description": "Retrieves the body IDs of all cad models as a string Parameters : is_visible_only ( bool ) – True to examine visible CAD bodies only; bodies ( False to examine all CAD ) Return type : str Returns : The body IDs of all CAD models as a string"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.get_curve_point",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_curve_point",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_curve_point",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_curve_point",
    "signature": "get_curve_point ( curve , pos_curve ) [source] #",
    "description": "Gets a specified point on the curve Parameters : curve ( EntList | None ) – The curve to get point from pos_curve ( float ) – The position on the curve Returns : The point on the curve Return type : Vector"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.get_elem_nodes",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_elem_nodes",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_elem_nodes",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_elem_nodes",
    "signature": "get_elem_nodes ( elem ) [source] #",
    "description": "Gets the nodes of an element Parameters : elem ( EntList | None ) – The element to get nodes from Returns : The nodes of the element Return type : EntList"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.get_entity_id",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_entity_id",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_entity_id",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_entity_id",
    "signature": "get_entity_id ( ent ) [source] #",
    "description": "Gets entity ID Parameters : ent ( EntList | None ) – The entity Returns : The ID of the entity Return type : int"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.get_entity_layer",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_entity_layer",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_entity_layer",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_entity_layer",
    "signature": "get_entity_layer ( ent ) [source] #",
    "description": "Gets the layer that the entity is assigned to Parameters : ent ( EntList | None ) – The entity to get layer Returns : The layer of the entity Return type : EntList"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.get_first_beam",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_first_beam",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_first_beam",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_first_beam",
    "signature": "get_first_beam ( ) [source] #",
    "description": "Gets the first beam in the study Returns : The first beam in the study Return type : EntList"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.get_first_curve",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_first_curve",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_first_curve",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_first_curve",
    "signature": "get_first_curve ( ) [source] #",
    "description": "Gets the first curve in the study Returns : The first curve in the study Return type : EntList"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.get_first_node",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_first_node",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_first_node",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_first_node",
    "signature": "get_first_node ( ) [source] #",
    "description": "Gets the first node in the study Returns : The first node in the study Return type : EntList"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.get_first_tet",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_first_tet",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_first_tet",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_first_tet",
    "signature": "get_first_tet ( ) [source] #",
    "description": "Gets the first tetrahedral element in the study Returns : The first tetrahedral element in the study Return type : EntList"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.get_first_tri",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_first_tri",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_first_tri",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_first_tri",
    "signature": "get_first_tri ( ) [source] #",
    "description": "Gets the first triangle in the study Returns : The first triangle in the study Return type : EntList"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.get_next_beam",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_next_beam",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_next_beam",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_next_beam",
    "signature": "get_next_beam ( beam ) [source] #",
    "description": "Gets the next beam in the study Parameters : beam ( EntList | None ) – The current beam Returns : The next beam in the study Return type : EntList"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.get_next_curve",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_next_curve",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_next_curve",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_next_curve",
    "signature": "get_next_curve ( curve ) [source] #",
    "description": "Gets the next curve in the study Parameters : curve ( EntList | None ) – The current curve Returns : The next curve in the study Return type : EntList"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.get_next_node",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_next_node",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_next_node",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_next_node",
    "signature": "get_next_node ( node ) [source] #",
    "description": "Gets the next node in the study Parameters : node ( EntList | None ) – The current node Returns : The next node in the study Return type : EntList"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.get_next_tet",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_next_tet",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_next_tet",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_next_tet",
    "signature": "get_next_tet ( tet ) [source] #",
    "description": "Gets the next tetrahedral element in the study Parameters : tet ( EntList | None ) – The current tetrahedral element Returns : The next tetrahedral element in the study Return type : EntList"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.get_next_tri",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_next_tri",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_next_tri",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_next_tri",
    "signature": "get_next_tri ( tri ) [source] #",
    "description": "Gets the next triangle in the study Parameters : tri ( EntList | None ) – The current triangle Returns : The next triangle in the study Return type : EntList"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.get_node_coord",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_node_coord",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_node_coord",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_node_coord",
    "signature": "get_node_coord ( node ) [source] #",
    "description": "Gets node coordinates Parameters : node ( EntList | None ) – The current node Returns : The coordinates of the node Return type : Vector"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.get_part_cad_names",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_part_cad_names",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_part_cad_names",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_part_cad_names",
    "signature": "get_part_cad_names ( ) [source] #",
    "description": "Return the names of all cad models as a string array Returns : The names of all cad models Return type : StringArray"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.get_result_prefix",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_result_prefix",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_result_prefix",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.get_result_prefix",
    "signature": "get_result_prefix ( name ) [source] #",
    "description": "Gets result prefix string of a given process Parameters : name ( str ) – The name of the process Returns : The result prefix of the process Return type : str"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.import_process_condition",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.import_process_condition",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.import_process_condition",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.import_process_condition",
    "signature": "import_process_condition ( file , show_prompt ) [source] #",
    "description": "Import process condition from MPX Parameters : file ( str ) – udm file from MPX show_prompt ( bool ) – True if display prompt Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.import_process_variation",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.import_process_variation",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.import_process_variation",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.import_process_variation",
    "signature": "import_process_variation ( file , doe , show_prompt ) [source] #",
    "description": "Import process variation from MPX/Shotscope Parameters : file ( str ) – udm file from MPX/Shotscope doe ( bool ) – True if set up DOE analysis show_prompt ( bool ) – True if display prompt Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.is_analysis_running",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.is_analysis_running",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.is_analysis_running",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.is_analysis_running",
    "signature": "is_analysis_running ( ) [source] #",
    "description": "Checks if the analysis is currently running Returns : True if the analysis is running, False otherwise Return type : bool"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.mark_analysis_summary_for_export",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.mark_analysis_summary_for_export",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.mark_analysis_summary_for_export",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.mark_analysis_summary_for_export",
    "signature": "mark_analysis_summary_for_export ( marking ) [source] #",
    "description": "Marks the summary for export Parameters : marking ( bool ) – True if mark for export Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.mesh_now",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.mesh_now",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.mesh_now",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.mesh_now",
    "signature": "mesh_now ( show_prompts ) [source] #",
    "description": "Runs mesh immediately Parameters : show_prompts ( bool ) – True if display prompts Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.mesh_status",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.mesh_status",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.mesh_status",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.mesh_status",
    "signature": "mesh_status ( ) [source] #",
    "description": "Gets the status of the mesh at the given index Parameters : index – Index of the mesh Returns : The status of the mesh Return type : str"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.mesh_type",
    "kind": "py:property",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.mesh_type",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.mesh_type",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.mesh_type",
    "signature": "property mesh_type : str #",
    "description": "Value of Mesh Type. Getter : Get value of Mesh Type Setter : Set value of Mesh Type Type : str"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.molding_process",
    "kind": "py:property",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.molding_process",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.molding_process",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.molding_process",
    "signature": "property molding_process : str #",
    "description": "Value of Molding Process. Getter : Get value of Molding Process Setter : Set value of Molding Process Type : str"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.notes",
    "kind": "py:property",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.notes",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.notes",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.notes",
    "signature": "property notes : str #",
    "description": "Gets study notes\r\n:getter: Get study notes\r\n:setter: Set study notes\r\n:type: str"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.number_of_analyses",
    "kind": "py:property",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.number_of_analyses",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.number_of_analyses",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.number_of_analyses",
    "signature": "property number_of_analyses : int #",
    "description": "Value of Number of Analyses. Getter : Get value of Number of Analyses Type : int"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.redo",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.redo",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.redo",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.redo",
    "signature": "redo ( num ) [source] #",
    "description": "Redoes a number of model editing Parameters : num ( int ) – Number of redo steps Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.save",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.save",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.save",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.save",
    "signature": "save ( ) [source] #",
    "description": "Saves the study Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.save_as",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.save_as",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.save_as",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.save_as",
    "signature": "save_as ( name ) [source] #",
    "description": "Saves the study under a new name Parameters : name ( str ) – New study name Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.selection",
    "kind": "py:property",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.selection",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.selection",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.selection",
    "signature": "property selection : EntList #",
    "description": "Value of Selection. Getter : Get value of Selection Setter : Set value of Selection Type : EntList"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.study_name",
    "kind": "py:property",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.study_name",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.study_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.study_name",
    "signature": "property study_name : str #",
    "description": "Value of Study Name. Getter : Get value of Study Name Setter : Set value of Study Name Type : str"
  },
  {
    "name": "moldflow.study_doc.StudyDoc.undo",
    "kind": "py:method",
    "uri": "components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.undo",
    "path": "docs/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.undo",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/study_doc.html#moldflow.study_doc.StudyDoc.undo",
    "signature": "undo ( num ) [source] #",
    "description": "Undoes a number of model edit Parameters : num ( int ) – Number of undo steps Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.synergy",
    "kind": "py:module",
    "uri": "components/wrapper/synergy.html#module-moldflow.synergy",
    "path": "docs/components/wrapper/synergy.html#module-moldflow.synergy",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#module-moldflow.synergy",
    "signature": "moldflow.synergy",
    "description": ""
  },
  {
    "name": "moldflow.synergy.Synergy",
    "kind": "py:class",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy",
    "signature": "class Synergy [source] #",
    "description": "Bases: object Wrapper for Synergy class of Moldflow Synergy."
  },
  {
    "name": "moldflow.synergy.Synergy.boundary_conditions",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.boundary_conditions",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.boundary_conditions",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.boundary_conditions",
    "signature": "property boundary_conditions : BoundaryConditions #",
    "description": "Get the BoundaryConditions object."
  },
  {
    "name": "moldflow.synergy.Synergy.build",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.build",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.build",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.build",
    "signature": "property build : str #",
    "description": "Get the build version of the Synergy application. Getter : Get the build version. Type : str"
  },
  {
    "name": "moldflow.synergy.Synergy.build_number",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.build_number",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.build_number",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.build_number",
    "signature": "property build_number : str #",
    "description": "Get the build number of the Synergy application. Getter : Get the build number. Type : str"
  },
  {
    "name": "moldflow.synergy.Synergy.cad_diagnostic",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.cad_diagnostic",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.cad_diagnostic",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.cad_diagnostic",
    "signature": "property cad_diagnostic : CADDiagnostic #",
    "description": "Get the CADDiagnostic object."
  },
  {
    "name": "moldflow.synergy.Synergy.cad_manager",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.cad_manager",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.cad_manager",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.cad_manager",
    "signature": "property cad_manager : CADManager #",
    "description": "Get the CADManager object."
  },
  {
    "name": "moldflow.synergy.Synergy.circuit_generator",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.circuit_generator",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.circuit_generator",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.circuit_generator",
    "signature": "property circuit_generator : CircuitGenerator #",
    "description": "Get the CircuitGenerator object."
  },
  {
    "name": "moldflow.synergy.Synergy.create_double_array",
    "kind": "py:method",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.create_double_array",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.create_double_array",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.create_double_array",
    "signature": "create_double_array ( ) [source] #",
    "description": "Create a DoubleArray object. Returns : The DoubleArray object. Return type : DoubleArray"
  },
  {
    "name": "moldflow.synergy.Synergy.create_integer_array",
    "kind": "py:method",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.create_integer_array",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.create_integer_array",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.create_integer_array",
    "signature": "create_integer_array ( ) [source] #",
    "description": "Create a IntegerArray object. Returns : The IntegerArray object. Return type : IntegerArray"
  },
  {
    "name": "moldflow.synergy.Synergy.create_string_array",
    "kind": "py:method",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.create_string_array",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.create_string_array",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.create_string_array",
    "signature": "create_string_array ( ) [source] #",
    "description": "Create a StringArray instance. Returns : The StringArray object. Return type : StringArray"
  },
  {
    "name": "moldflow.synergy.Synergy.create_vector",
    "kind": "py:method",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.create_vector",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.create_vector",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.create_vector",
    "signature": "create_vector ( ) [source] #",
    "description": "Create a Vector object. Returns : The Vector object. Return type : Vector"
  },
  {
    "name": "moldflow.synergy.Synergy.create_vector_array",
    "kind": "py:method",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.create_vector_array",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.create_vector_array",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.create_vector_array",
    "signature": "create_vector_array ( ) [source] #",
    "description": "Create a VectorArray object. Returns : The VectorArray object. Return type : VectorArray"
  },
  {
    "name": "moldflow.synergy.Synergy.data_transform",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.data_transform",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.data_transform",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.data_transform",
    "signature": "property data_transform : DataTransform #",
    "description": "Get the DataTransform object."
  },
  {
    "name": "moldflow.synergy.Synergy.diagnosis_manager",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.diagnosis_manager",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.diagnosis_manager",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.diagnosis_manager",
    "signature": "property diagnosis_manager : DiagnosisManager #",
    "description": "Get the DiagnosisManager object."
  },
  {
    "name": "moldflow.synergy.Synergy.edition",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.edition",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.edition",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.edition",
    "signature": "property edition : str #",
    "description": "Get the edition of the Synergy application. Getter : Get the edition. Type : str"
  },
  {
    "name": "moldflow.synergy.Synergy.export_lmv_shared_views",
    "kind": "py:method",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.export_lmv_shared_views",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.export_lmv_shared_views",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.export_lmv_shared_views",
    "signature": "export_lmv_shared_views ( collaboration_view_name ) [source] #",
    "description": "Publishes active result plot to viewer.autodesk.com Parameters : collaboration_view_name ( str ) – The shared view name. Return type : str Returns : The TinyURL if successful, otherwise an empty string."
  },
  {
    "name": "moldflow.synergy.Synergy.folder_manager",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.folder_manager",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.folder_manager",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.folder_manager",
    "signature": "property folder_manager : FolderManager #",
    "description": "Get the FolderManager object."
  },
  {
    "name": "moldflow.synergy.Synergy.get_material_selector_with_index",
    "kind": "py:method",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.get_material_selector_with_index",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.get_material_selector_with_index",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.get_material_selector_with_index",
    "signature": "get_material_selector_with_index ( index ) [source] #",
    "description": "Get the MaterialSelector object with the given index. Parameters : index ( int ) – The index of the material selector. Return type : MaterialSelector Returns : The MaterialSelector object."
  },
  {
    "name": "moldflow.synergy.Synergy.import_file",
    "kind": "py:method",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.import_file",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.import_file",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.import_file",
    "signature": "import_file ( file , import_options = None , show_logs = True , show_prompts = False ) [source] #",
    "description": "Import a file. Parameters : file ( str ) – The file to import. import_options ( ImportOptions ) – The import options. show_logs ( bool ) – Whether to show logs. show_prompts ( bool ) – Whether to show prompts. Return type : bool Returns : True if the file is imported successfully."
  },
  {
    "name": "moldflow.synergy.Synergy.import_options",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.import_options",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.import_options",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.import_options",
    "signature": "property import_options : ImportOptions #",
    "description": "Get the ImportOptions object."
  },
  {
    "name": "moldflow.synergy.Synergy.layer_manager",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.layer_manager",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.layer_manager",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.layer_manager",
    "signature": "property layer_manager : LayerManager #",
    "description": "Get the LayerManager object."
  },
  {
    "name": "moldflow.synergy.Synergy.log",
    "kind": "py:method",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.log",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.log",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.log",
    "signature": "log ( message ) [source] #",
    "description": "Log a message to the Synergy application. Parameters : message ( str ) – The message to log. Return type : None"
  },
  {
    "name": "moldflow.synergy.Synergy.material_finder",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.material_finder",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.material_finder",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.material_finder",
    "signature": "property material_finder : MaterialFinder #",
    "description": "Get the MaterialFinder object."
  },
  {
    "name": "moldflow.synergy.Synergy.material_selector",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.material_selector",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.material_selector",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.material_selector",
    "signature": "property material_selector : MaterialSelector #",
    "description": "Get the MaterialSelector object."
  },
  {
    "name": "moldflow.synergy.Synergy.mesh_editor",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.mesh_editor",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.mesh_editor",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.mesh_editor",
    "signature": "property mesh_editor : MeshEditor #",
    "description": "Get the MeshEditor object."
  },
  {
    "name": "moldflow.synergy.Synergy.mesh_generator",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.mesh_generator",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.mesh_generator",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.mesh_generator",
    "signature": "property mesh_generator : MeshGenerator #",
    "description": "Get the MeshGenerator object."
  },
  {
    "name": "moldflow.synergy.Synergy.model_duplicator",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.model_duplicator",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.model_duplicator",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.model_duplicator",
    "signature": "property model_duplicator : ModelDuplicator #",
    "description": "Get the ModelDuplicator object."
  },
  {
    "name": "moldflow.synergy.Synergy.modeler",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.modeler",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.modeler",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.modeler",
    "signature": "property modeler : Modeler #",
    "description": "Get the Modeler object."
  },
  {
    "name": "moldflow.synergy.Synergy.mold_surface_generator",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.mold_surface_generator",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.mold_surface_generator",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.mold_surface_generator",
    "signature": "property mold_surface_generator : MoldSurfaceGenerator #",
    "description": "Get the MoldSurfaceGenerator object."
  },
  {
    "name": "moldflow.synergy.Synergy.new_project",
    "kind": "py:method",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.new_project",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.new_project",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.new_project",
    "signature": "new_project ( name , path ) [source] #",
    "description": "Create a new project. Parameters : name ( str ) – The name of the project. path ( str ) – The location of the project. Return type : bool Returns : True if the project is created successfully."
  },
  {
    "name": "moldflow.synergy.Synergy.open_archive",
    "kind": "py:method",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.open_archive",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.open_archive",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.open_archive",
    "signature": "open_archive ( path , target ) [source] #",
    "description": "Open an archive file. Parameters : path ( str ) – The location of the archive file. target ( str ) – The target project to open where the archive will be extracted. Return type : bool Returns : True if successful."
  },
  {
    "name": "moldflow.synergy.Synergy.open_project",
    "kind": "py:method",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.open_project",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.open_project",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.open_project",
    "signature": "open_project ( path ) [source] #",
    "description": "Open a project. Parameters : path ( str ) – The location of the project. Return type : bool Returns : True if the project is opened successfully."
  },
  {
    "name": "moldflow.synergy.Synergy.open_recent_project",
    "kind": "py:method",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.open_recent_project",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.open_recent_project",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.open_recent_project",
    "signature": "open_recent_project ( index ) [source] #",
    "description": "Open a recent project. Parameters : index ( int ) – The index of the recent project. [0 to 3] Return type : bool Returns : True if the project is opened successfully."
  },
  {
    "name": "moldflow.synergy.Synergy.plot_manager",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.plot_manager",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.plot_manager",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.plot_manager",
    "signature": "property plot_manager : PlotManager #",
    "description": "Get the PlotManager object."
  },
  {
    "name": "moldflow.synergy.Synergy.predicate_manager",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.predicate_manager",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.predicate_manager",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.predicate_manager",
    "signature": "property predicate_manager : PredicateManager #",
    "description": "Get the PredicateManager object."
  },
  {
    "name": "moldflow.synergy.Synergy.project",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.project",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.project",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.project",
    "signature": "property project : Project #",
    "description": "Get the Project object."
  },
  {
    "name": "moldflow.synergy.Synergy.property_editor",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.property_editor",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.property_editor",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.property_editor",
    "signature": "property property_editor : PropertyEditor #",
    "description": "Get the PropertyEditor object."
  },
  {
    "name": "moldflow.synergy.Synergy.quit",
    "kind": "py:method",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.quit",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.quit",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.quit",
    "signature": "quit ( prompt_save ) [source] #",
    "description": "Quit the Synergy application. Parameters : prompt_save ( bool ) – To prompt to save the changes or not. Return type : None"
  },
  {
    "name": "moldflow.synergy.Synergy.runner_generator",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.runner_generator",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.runner_generator",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.runner_generator",
    "signature": "property runner_generator : RunnerGenerator #",
    "description": "Get the RunnerGenerator object."
  },
  {
    "name": "moldflow.synergy.Synergy.set_application_window_pos",
    "kind": "py:method",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.set_application_window_pos",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.set_application_window_pos",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.set_application_window_pos",
    "signature": "set_application_window_pos ( x , y , size_x , size_y ) [source] #",
    "description": "Set the position and size of the application window. Parameters : x ( int ) – The x-coordinate of the top-left corner of the window. y ( int ) – The y-coordinate of the top-left corner of the window. size_x ( int ) – The width of the window. size_y ( int ) – The height of the window. Return type : bool Returns : True if successful, otherwise False."
  },
  {
    "name": "moldflow.synergy.Synergy.study_doc",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.study_doc",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.study_doc",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.study_doc",
    "signature": "property study_doc : StudyDoc #",
    "description": "Get the StudyDoc object."
  },
  {
    "name": "moldflow.synergy.Synergy.system_message",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.system_message",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.system_message",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.system_message",
    "signature": "property system_message : SystemMessage #",
    "description": "Get the SystemMessage object."
  },
  {
    "name": "moldflow.synergy.Synergy.unit_conversion",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.unit_conversion",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.unit_conversion",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.unit_conversion",
    "signature": "property unit_conversion : UnitConversion #",
    "description": "Get the UnitConversion object."
  },
  {
    "name": "moldflow.synergy.Synergy.units",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.units",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.units",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.units",
    "signature": "property units : str #",
    "description": "Get the system units. Getter : Get the system units. Setter : Set the system units. Type : str"
  },
  {
    "name": "moldflow.synergy.Synergy.version",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.version",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.version",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.version",
    "signature": "property version : str #",
    "description": "Get the version of the Synergy application. Getter : Get the version. Type : str"
  },
  {
    "name": "moldflow.synergy.Synergy.viewer",
    "kind": "py:property",
    "uri": "components/wrapper/synergy.html#moldflow.synergy.Synergy.viewer",
    "path": "docs/components/wrapper/synergy.html#moldflow.synergy.Synergy.viewer",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/synergy.html#moldflow.synergy.Synergy.viewer",
    "signature": "property viewer : Viewer #",
    "description": "Get the Viewer object."
  },
  {
    "name": "moldflow.system_message",
    "kind": "py:module",
    "uri": "components/wrapper/system_message.html#module-moldflow.system_message",
    "path": "docs/components/wrapper/system_message.html#module-moldflow.system_message",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/system_message.html#module-moldflow.system_message",
    "signature": "moldflow.system_message",
    "description": ""
  },
  {
    "name": "moldflow.system_message.SystemMessage",
    "kind": "py:class",
    "uri": "components/wrapper/system_message.html#moldflow.system_message.SystemMessage",
    "path": "docs/components/wrapper/system_message.html#moldflow.system_message.SystemMessage",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/system_message.html#moldflow.system_message.SystemMessage",
    "signature": "class SystemMessage [source] #",
    "description": "Bases: object Wrapper for SystemMessage class of Moldflow Synergy."
  },
  {
    "name": "moldflow.system_message.SystemMessage.get_data_message",
    "kind": "py:method",
    "uri": "components/wrapper/system_message.html#moldflow.system_message.SystemMessage.get_data_message",
    "path": "docs/components/wrapper/system_message.html#moldflow.system_message.SystemMessage.get_data_message",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/system_message.html#moldflow.system_message.SystemMessage.get_data_message",
    "signature": "get_data_message ( msgid , preset_text , preset_vals , unit_sys ) [source] #",
    "description": "Retrieve a formatted text, given a message id and arrays of strings and doubles. Parameters : msgid ( int ) – The message id. preset_text ( StringArray | None ) – The array of strings to be used in the message. preset_vals ( DoubleArray | None ) – The array of doubles to be used in the message. unit_sys ( SystemUnits | str ) – The unit system to be used in the message. Returns : The formatted message. Return type : str"
  },
  {
    "name": "moldflow.unit_conversion",
    "kind": "py:module",
    "uri": "components/wrapper/unit_conversion.html#module-moldflow.unit_conversion",
    "path": "docs/components/wrapper/unit_conversion.html#module-moldflow.unit_conversion",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/unit_conversion.html#module-moldflow.unit_conversion",
    "signature": "moldflow.unit_conversion",
    "description": ""
  },
  {
    "name": "moldflow.unit_conversion.UnitConversion",
    "kind": "py:class",
    "uri": "components/wrapper/unit_conversion.html#moldflow.unit_conversion.UnitConversion",
    "path": "docs/components/wrapper/unit_conversion.html#moldflow.unit_conversion.UnitConversion",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/unit_conversion.html#moldflow.unit_conversion.UnitConversion",
    "signature": "class UnitConversion [source] #",
    "description": "Bases: object Wrapper for UnitConversion class of Moldflow Synergy."
  },
  {
    "name": "moldflow.unit_conversion.UnitConversion.convert_to_si",
    "kind": "py:method",
    "uri": "components/wrapper/unit_conversion.html#moldflow.unit_conversion.UnitConversion.convert_to_si",
    "path": "docs/components/wrapper/unit_conversion.html#moldflow.unit_conversion.UnitConversion.convert_to_si",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/unit_conversion.html#moldflow.unit_conversion.UnitConversion.convert_to_si",
    "signature": "convert_to_si ( unit , value ) [source] #",
    "description": "Convert value to SI Units. Parameters : unit ( str ) – Unit Description value ( float ) – Value to be converted Returns : The converted value. Return type : float"
  },
  {
    "name": "moldflow.unit_conversion.UnitConversion.convert_to_unit",
    "kind": "py:method",
    "uri": "components/wrapper/unit_conversion.html#moldflow.unit_conversion.UnitConversion.convert_to_unit",
    "path": "docs/components/wrapper/unit_conversion.html#moldflow.unit_conversion.UnitConversion.convert_to_unit",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/unit_conversion.html#moldflow.unit_conversion.UnitConversion.convert_to_unit",
    "signature": "convert_to_unit ( unit , unit_system , value ) [source] #",
    "description": "Convert value to ‘unit system’ units. Parameters : unit ( str ) – Unit Description unit_system ( SystemUnits | str ) – SystemUnits value ( float ) – Value to be converted (Must be in SI) Returns : The converted value. Return type : float"
  },
  {
    "name": "moldflow.unit_conversion.UnitConversion.get_unit_description",
    "kind": "py:method",
    "uri": "components/wrapper/unit_conversion.html#moldflow.unit_conversion.UnitConversion.get_unit_description",
    "path": "docs/components/wrapper/unit_conversion.html#moldflow.unit_conversion.UnitConversion.get_unit_description",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/unit_conversion.html#moldflow.unit_conversion.UnitConversion.get_unit_description",
    "signature": "get_unit_description ( unit , unit_system ) [source] #",
    "description": "Return the unit descriptor in the specified unit System. Parameters : unit ( str ) – Unit Description unit_system ( SystemUnits | str ) – SystemUnits Returns : The unit descriptor in the specified unit System. Return type : str"
  },
  {
    "name": "moldflow.user_plot",
    "kind": "py:module",
    "uri": "components/wrapper/user_plot.html#module-moldflow.user_plot",
    "path": "docs/components/wrapper/user_plot.html#module-moldflow.user_plot",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#module-moldflow.user_plot",
    "signature": "moldflow.user_plot",
    "description": ""
  },
  {
    "name": "moldflow.user_plot.UserPlot",
    "kind": "py:class",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot",
    "signature": "class UserPlot [source] #",
    "description": "Bases: object Wrapper for UserPlot class of Moldflow Synergy."
  },
  {
    "name": "moldflow.user_plot.UserPlot.add_scalar_data",
    "kind": "py:method",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.add_scalar_data",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.add_scalar_data",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.add_scalar_data",
    "signature": "add_scalar_data ( indp_val , element_id , data ) [source] #",
    "description": "Add scalar data to the user plot. Parameters : indp_val ( float ) – The independent variable value. element_id ( IntegerArray | None ) – The element ID. data ( DoubleArray | None ) – The data to be added. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.user_plot.UserPlot.add_tensor_data",
    "kind": "py:method",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.add_tensor_data",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.add_tensor_data",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.add_tensor_data",
    "signature": "add_tensor_data ( indp_val , element_id , t_11 , t_22 , t_33 , t_12 , t_13 , t_23 ) [source] #",
    "description": "Add tensor data to the user plot. Parameters : indp_val ( float ) – The independent variable value. element_id ( IntegerArray | None ) – The element ID. t_11 ( DoubleArray | None ) – The xx-component of the tensor data. t_22 ( DoubleArray | None ) – The yy-component of the tensor data. t_33 ( DoubleArray | None ) – The zz-component of the tensor data. t_12 ( DoubleArray | None ) – The xy-component of the tensor data. t_13 ( DoubleArray | None ) – The xz-component of the tensor data. t_23 ( DoubleArray | None ) – The yz-component of the tensor data. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.user_plot.UserPlot.add_vector_data",
    "kind": "py:method",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.add_vector_data",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.add_vector_data",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.add_vector_data",
    "signature": "add_vector_data ( indp_val , element_id , vx , vy , vz ) [source] #",
    "description": "Add vector data to the user plot. Parameters : indp_val ( float ) – The independent variable value. element_id ( IntegerArray | None ) – The element ID. vx ( DoubleArray | None ) – The x-component of the vector data. vy ( DoubleArray | None ) – The y-component of the vector data. vz ( DoubleArray | None ) – The z-component of the vector data. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.user_plot.UserPlot.add_xy_plot_data",
    "kind": "py:method",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.add_xy_plot_data",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.add_xy_plot_data",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.add_xy_plot_data",
    "signature": "add_xy_plot_data ( indp_val , x_value , y_value ) [source] #",
    "description": "Add XY plot data to the user plot. Parameters : indp_val ( float ) – The independent variable value. x_value ( DoubleArray | None ) – The x-values of the data points. y_value ( DoubleArray | None ) – The y-values of the data points. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.user_plot.UserPlot.build",
    "kind": "py:method",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.build",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.build",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.build",
    "signature": "build ( ) [source] #",
    "description": "Build the user plot. Returns : The built user plot. Return type : Plot"
  },
  {
    "name": "moldflow.user_plot.UserPlot.build_birefringence_plot",
    "kind": "py:method",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.build_birefringence_plot",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.build_birefringence_plot",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.build_birefringence_plot",
    "signature": "build_birefringence_plot ( plot_name , result_type , light_wave_length , light_dir_x , light_dir_y , light_dir_z ) [source] #",
    "description": "Build a birefringence plot. Parameters : plot_name ( str ) – The name of the birefringence plot. result_type ( BirefringenceResultType | int ) – The type of birefringence result. light_wave_length ( float ) – The wavelength of the light. light_dir_x ( float ) – The x-component of the light direction. light_dir_y ( float ) – The y-component of the light direction. light_dir_z ( float ) – The z-component of the light direction. Returns : The birefringence plot. Return type : Plot"
  },
  {
    "name": "moldflow.user_plot.UserPlot.build_clamp_force_plot",
    "kind": "py:method",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.build_clamp_force_plot",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.build_clamp_force_plot",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.build_clamp_force_plot",
    "signature": "build_clamp_force_plot ( plot_name , direction , lcs , for_overmolding ) [source] #",
    "description": "Build a clamp force plot. Parameters : plot_name ( str ) – The name of the clamp force plot. direction ( ClampForcePlotDirection | int ) – The direction of the clamp force plot. lcs ( int ) – The local coordinate system for the clamp force plot. global ( For ) -1 ( set value to 0 or ) for_overmolding ( bool ) – True if the plot is for overmolding, False otherwise. Returns : The clamp force plot. Return type : Plot"
  },
  {
    "name": "moldflow.user_plot.UserPlot.build_deflection_plot",
    "kind": "py:method",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.build_deflection_plot",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.build_deflection_plot",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.build_deflection_plot",
    "signature": "build_deflection_plot ( plot_name , def_type , params ) [source] #",
    "description": "Build a deflection plot.\r\nDaniela, Megan, YoonChae, Manon, Lara, Sophia\r\n:type plot_name: str :param plot_name: The name of the deflection plot.\r\n:type plot_name: str\r\n:type def_type: str :param def_type: The type of the deflection plot.\r\n:type def_type: str\r\n:type params: str :param params: The parameters for the deflection plot.\r\n:type params: str Returns : The deflection plot. Return type : Plot"
  },
  {
    "name": "moldflow.user_plot.UserPlot.build_modulus_plot",
    "kind": "py:method",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.build_modulus_plot",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.build_modulus_plot",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.build_modulus_plot",
    "signature": "build_modulus_plot ( plot_name , direction , lcs ) [source] #",
    "description": "Build a modulus plot. Parameters : plot_name ( str ) – The name of the modulus plot. direction ( ModulusPlotDirection | int ) – The direction of the modulus plot. lcs ( int ) – The local coordinate system for the modulus plot. global ( For ) -1 ( set value to 0 or ) Returns : The modulus plot. Return type : Plot"
  },
  {
    "name": "moldflow.user_plot.UserPlot.build_weldline_plot",
    "kind": "py:method",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.build_weldline_plot",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.build_weldline_plot",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.build_weldline_plot",
    "signature": "build_weldline_plot ( plot_name , max_angle , for_overmolding ) [source] #",
    "description": "Build a weldline plot. Parameters : plot_name ( str ) – The name of the weldline plot. max_angle ( float ) – The maximum angle for the weldline plot. for_overmolding ( bool ) – True if the plot is for overmolding, False otherwise. Returns : The weldline plot. Return type : Plot"
  },
  {
    "name": "moldflow.user_plot.UserPlot.set_data_type",
    "kind": "py:method",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_data_type",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_data_type",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_data_type",
    "signature": "set_data_type ( data_type ) [source] #",
    "description": "Set the data type of the user plot. Parameters : data_type ( UserPlotType | str ) – The data type of the user plot. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.user_plot.UserPlot.set_dept_name",
    "kind": "py:method",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_dept_name",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_dept_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_dept_name",
    "signature": "set_dept_name ( name ) [source] #",
    "description": "Set the name of the user plot. Parameters : name ( str ) – The name of the user plot. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.user_plot.UserPlot.set_dept_unit_name",
    "kind": "py:method",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_dept_unit_name",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_dept_unit_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_dept_unit_name",
    "signature": "set_dept_unit_name ( unit_name ) [source] #",
    "description": "Set the unit name of the user plot. Parameters : unit_name ( str ) – The unit name of the user plot. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.user_plot.UserPlot.set_highlight_data",
    "kind": "py:method",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_highlight_data",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_highlight_data",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_highlight_data",
    "signature": "set_highlight_data ( values ) [source] #",
    "description": "Set the highlight data for the user plot. Parameters : values ( DoubleArray | None ) – The values to be highlighted. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.user_plot.UserPlot.set_indp_name",
    "kind": "py:method",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_indp_name",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_indp_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_indp_name",
    "signature": "set_indp_name ( name ) [source] #",
    "description": "Set independent name of the user plot. Parameters : name ( str ) – The independent variable name of the user plot. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.user_plot.UserPlot.set_indp_unit_name",
    "kind": "py:method",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_indp_unit_name",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_indp_unit_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_indp_unit_name",
    "signature": "set_indp_unit_name ( unit_name ) [source] #",
    "description": "Set the independent unit name of the user plot. Parameters : unit_name ( str ) – The independent unit name of the user plot. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.user_plot.UserPlot.set_name",
    "kind": "py:method",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_name",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_name",
    "signature": "set_name ( name ) [source] #",
    "description": "Set the name of the user plot. Parameters : name ( str ) – The name of the user plot. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.user_plot.UserPlot.set_scalar_data",
    "kind": "py:method",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_scalar_data",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_scalar_data",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_scalar_data",
    "signature": "set_scalar_data ( element_id , data ) [source] #",
    "description": "Set scalar data for the user plot. Parameters : element_id ( IntegerArray | None ) – The element ID. data ( DoubleArray | None ) – The scalar data to be set. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.user_plot.UserPlot.set_tensor_data",
    "kind": "py:method",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_tensor_data",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_tensor_data",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_tensor_data",
    "signature": "set_tensor_data ( element_id , t_11 , t_22 , t_33 , t_12 , t_13 , t_23 ) [source] #",
    "description": "Set tensor data for the user plot. Parameters : element_id ( IntegerArray | None ) – The element ID. t_11 ( DoubleArray | None ) – The xx-component of the tensor data. t_22 ( DoubleArray | None ) – The yy-component of the tensor data. t_33 ( DoubleArray | None ) – The zz-component of the tensor data. t_12 ( DoubleArray | None ) – The xy-component of the tensor data. t_13 ( DoubleArray | None ) – The xz-component of the tensor data. t_23 ( DoubleArray | None ) – The yz-component of the tensor data. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.user_plot.UserPlot.set_vector_as_displacement",
    "kind": "py:method",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_vector_as_displacement",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_vector_as_displacement",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_vector_as_displacement",
    "signature": "set_vector_as_displacement ( is_displacement ) [source] #",
    "description": "Set the vector as displacement. Parameters : is_displacement ( bool ) – True if the vector is a displacement, False otherwise. Return type : None"
  },
  {
    "name": "moldflow.user_plot.UserPlot.set_vector_data",
    "kind": "py:method",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_vector_data",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_vector_data",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_vector_data",
    "signature": "set_vector_data ( element_id , vx , vy , vz ) [source] #",
    "description": "Set vector data for the user plot. Parameters : element_id ( IntegerArray | None ) – The element ID. vx ( DoubleArray | None ) – The x-component of the vector data. vy ( DoubleArray | None ) – The y-component of the vector data. vz ( DoubleArray | None ) – The z-component of the vector data. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.user_plot.UserPlot.set_xy_plot_data",
    "kind": "py:method",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_xy_plot_data",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_xy_plot_data",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_xy_plot_data",
    "signature": "set_xy_plot_data ( x_value , y_value ) [source] #",
    "description": "Set XY plot data for the user plot. Parameters : x_value ( DoubleArray | None ) – The x-values of the data points. y_value ( DoubleArray | None ) – The y-values of the data points. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.user_plot.UserPlot.set_xy_plot_x_title",
    "kind": "py:method",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_xy_plot_x_title",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_xy_plot_x_title",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_xy_plot_x_title",
    "signature": "set_xy_plot_x_title ( title ) [source] #",
    "description": "Set the x-axis title for the XY plot. Parameters : title ( str ) – The x-axis title. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.user_plot.UserPlot.set_xy_plot_x_unit_name",
    "kind": "py:method",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_xy_plot_x_unit_name",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_xy_plot_x_unit_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_xy_plot_x_unit_name",
    "signature": "set_xy_plot_x_unit_name ( unit_name ) [source] #",
    "description": "Set the x-axis unit name for the XY plot. Parameters : unit_name ( str ) – The x-axis unit name. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.user_plot.UserPlot.set_xy_plot_y_unit_name",
    "kind": "py:method",
    "uri": "components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_xy_plot_y_unit_name",
    "path": "docs/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_xy_plot_y_unit_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/user_plot.html#moldflow.user_plot.UserPlot.set_xy_plot_y_unit_name",
    "signature": "set_xy_plot_y_unit_name ( unit_name ) [source] #",
    "description": "Set the y-axis unit name for the XY plot. Parameters : unit_name ( str ) – The y-axis unit name. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.vector",
    "kind": "py:module",
    "uri": "components/wrapper/vector.html#module-moldflow.vector",
    "path": "docs/components/wrapper/vector.html#module-moldflow.vector",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/vector.html#module-moldflow.vector",
    "signature": "moldflow.vector",
    "description": ""
  },
  {
    "name": "moldflow.vector.Vector",
    "kind": "py:class",
    "uri": "components/wrapper/vector.html#moldflow.vector.Vector",
    "path": "docs/components/wrapper/vector.html#moldflow.vector.Vector",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/vector.html#moldflow.vector.Vector",
    "signature": "class Vector [source] #",
    "description": "Bases: object Wrapper for Vector class of Moldflow Synergy."
  },
  {
    "name": "moldflow.vector.Vector.set_xyz",
    "kind": "py:method",
    "uri": "components/wrapper/vector.html#moldflow.vector.Vector.set_xyz",
    "path": "docs/components/wrapper/vector.html#moldflow.vector.Vector.set_xyz",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/vector.html#moldflow.vector.Vector.set_xyz",
    "signature": "set_xyz ( x , y , z ) [source] #",
    "description": "Set the x, y, z values of the vector. Parameters : x ( float ) – The x value. y ( float ) – The y value. z ( float ) – The z value. Return type : None"
  },
  {
    "name": "moldflow.vector.Vector.x",
    "kind": "py:property",
    "uri": "components/wrapper/vector.html#moldflow.vector.Vector.x",
    "path": "docs/components/wrapper/vector.html#moldflow.vector.Vector.x",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/vector.html#moldflow.vector.Vector.x",
    "signature": "property x : float #",
    "description": "Value of x in vector Getter : Get the value of x property. Setter : Set the value of x property. Type : float"
  },
  {
    "name": "moldflow.vector.Vector.y",
    "kind": "py:property",
    "uri": "components/wrapper/vector.html#moldflow.vector.Vector.y",
    "path": "docs/components/wrapper/vector.html#moldflow.vector.Vector.y",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/vector.html#moldflow.vector.Vector.y",
    "signature": "property y : float #",
    "description": "Value of y in vector Getter : Get the value of y property. Setter : Set the value of y property. Type : float"
  },
  {
    "name": "moldflow.vector.Vector.z",
    "kind": "py:property",
    "uri": "components/wrapper/vector.html#moldflow.vector.Vector.z",
    "path": "docs/components/wrapper/vector.html#moldflow.vector.Vector.z",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/vector.html#moldflow.vector.Vector.z",
    "signature": "property z : float #",
    "description": "Value of z in vector Getter : Get the value of z property. Setter : Set the value of z property. Type : float"
  },
  {
    "name": "moldflow.vector_array",
    "kind": "py:module",
    "uri": "components/wrapper/vector_array.html#module-moldflow.vector_array",
    "path": "docs/components/wrapper/vector_array.html#module-moldflow.vector_array",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/vector_array.html#module-moldflow.vector_array",
    "signature": "moldflow.vector_array",
    "description": ""
  },
  {
    "name": "moldflow.vector_array.VectorArray",
    "kind": "py:class",
    "uri": "components/wrapper/vector_array.html#moldflow.vector_array.VectorArray",
    "path": "docs/components/wrapper/vector_array.html#moldflow.vector_array.VectorArray",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/vector_array.html#moldflow.vector_array.VectorArray",
    "signature": "class VectorArray [source] #",
    "description": "Bases: object Wrapper for VectorArray class of Moldflow Synergy."
  },
  {
    "name": "moldflow.vector_array.VectorArray.add_xyz",
    "kind": "py:method",
    "uri": "components/wrapper/vector_array.html#moldflow.vector_array.VectorArray.add_xyz",
    "path": "docs/components/wrapper/vector_array.html#moldflow.vector_array.VectorArray.add_xyz",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/vector_array.html#moldflow.vector_array.VectorArray.add_xyz",
    "signature": "add_xyz ( x , y , z ) [source] #",
    "description": "Add a vector to the array with x, y, z values. Parameters : x ( float ) – The x value. y ( float ) – The y value. z ( float ) – The z value. Return type : None"
  },
  {
    "name": "moldflow.vector_array.VectorArray.clear",
    "kind": "py:method",
    "uri": "components/wrapper/vector_array.html#moldflow.vector_array.VectorArray.clear",
    "path": "docs/components/wrapper/vector_array.html#moldflow.vector_array.VectorArray.clear",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/vector_array.html#moldflow.vector_array.VectorArray.clear",
    "signature": "clear ( ) [source] #",
    "description": "Clear the vector array. Return type : None"
  },
  {
    "name": "moldflow.vector_array.VectorArray.size",
    "kind": "py:property",
    "uri": "components/wrapper/vector_array.html#moldflow.vector_array.VectorArray.size",
    "path": "docs/components/wrapper/vector_array.html#moldflow.vector_array.VectorArray.size",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/vector_array.html#moldflow.vector_array.VectorArray.size",
    "signature": "property size : int #",
    "description": "Get the size of the vector array. Returns : The size of the vector array. Return type : int"
  },
  {
    "name": "moldflow.vector_array.VectorArray.x",
    "kind": "py:method",
    "uri": "components/wrapper/vector_array.html#moldflow.vector_array.VectorArray.x",
    "path": "docs/components/wrapper/vector_array.html#moldflow.vector_array.VectorArray.x",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/vector_array.html#moldflow.vector_array.VectorArray.x",
    "signature": "x ( index ) [source] #",
    "description": "Get the x value of the vector at the index. Parameters : index ( int ) – The index of the vector. Returns : The x value of the vector. Return type : float"
  },
  {
    "name": "moldflow.vector_array.VectorArray.y",
    "kind": "py:method",
    "uri": "components/wrapper/vector_array.html#moldflow.vector_array.VectorArray.y",
    "path": "docs/components/wrapper/vector_array.html#moldflow.vector_array.VectorArray.y",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/vector_array.html#moldflow.vector_array.VectorArray.y",
    "signature": "y ( index ) [source] #",
    "description": "Get the y value of the vector at the index. Parameters : index ( int ) – The index of the vector. Returns : The y value of the vector. Return type : float"
  },
  {
    "name": "moldflow.vector_array.VectorArray.z",
    "kind": "py:method",
    "uri": "components/wrapper/vector_array.html#moldflow.vector_array.VectorArray.z",
    "path": "docs/components/wrapper/vector_array.html#moldflow.vector_array.VectorArray.z",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/vector_array.html#moldflow.vector_array.VectorArray.z",
    "signature": "z ( index ) [source] #",
    "description": "Get the z value of the vector at the index. Parameters : index ( int ) – The index of the vector. Returns : The z value of the vector. Return type : float"
  },
  {
    "name": "moldflow.viewer",
    "kind": "py:module",
    "uri": "components/wrapper/viewer.html#module-moldflow.viewer",
    "path": "docs/components/wrapper/viewer.html#module-moldflow.viewer",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#module-moldflow.viewer",
    "signature": "moldflow.viewer",
    "description": ""
  },
  {
    "name": "moldflow.viewer.Viewer",
    "kind": "py:class",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer",
    "signature": "class Viewer [source] #",
    "description": "Bases: object Wrapper for Viewer class of Moldflow Synergy."
  },
  {
    "name": "moldflow.viewer.Viewer.active_clipping_plane",
    "kind": "py:property",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.active_clipping_plane",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.active_clipping_plane",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.active_clipping_plane",
    "signature": "property active_clipping_plane : EntList #",
    "description": "Gets the active clipping plane. Returns : The active clipping plane. Return type : EntList"
  },
  {
    "name": "moldflow.viewer.Viewer.active_plot",
    "kind": "py:property",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.active_plot",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.active_plot",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.active_plot",
    "signature": "property active_plot : Plot #",
    "description": "Gets the active plot. Returns : The active plot. Return type : Plot"
  },
  {
    "name": "moldflow.viewer.Viewer.add_bookmark",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.add_bookmark",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.add_bookmark",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.add_bookmark",
    "signature": "add_bookmark ( name , normal_view , up_view , focal_point , eye_position , clipping_range_min , clipping_range_max , view_angle , parallel_scale ) [source] #",
    "description": "Adds a bookmark with the given parameters. Parameters : name ( str ) – The name of the bookmark. normal_view ( Vector | None ) – The normal view vector. up_view ( Vector | None ) – The up view vector. focal_point ( Vector | None ) – The focal point vector. eye_position ( Vector | None ) – The eye position vector. clipping_range_min ( float ) – The minimum clipping range. clipping_range_max ( float ) – The maximum clipping range. view_angle ( float ) – The view angle. parallel_scale ( float ) – The parallel scale. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.animation_export_options",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.animation_export_options",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.animation_export_options",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.animation_export_options",
    "signature": "animation_export_options ( ) [source] #",
    "description": "Creates a new AnimationExportOptions object for configuring animation export settings. Return type : AnimationExportOptions Returns : A new AnimationExportOptions object."
  },
  {
    "name": "moldflow.viewer.Viewer.center",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.center",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.center",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.center",
    "signature": "center ( center_x , center_y ) [source] #",
    "description": "Centers the view at the given coordinates. Parameters : center_x ( float ) – The x-coordinate to center on. center_y ( float ) – The y-coordinate to center on. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.create_bookmark",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.create_bookmark",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.create_bookmark",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.create_bookmark",
    "signature": "create_bookmark ( name ) [source] #",
    "description": "Creates a bookmark with the given name. Parameters : name ( str ) – The name of the bookmark. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.create_clipping_plane",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.create_clipping_plane",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.create_clipping_plane",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.create_clipping_plane",
    "signature": "create_clipping_plane ( normal , distance ) [source] #",
    "description": "Creates a clipping plane with the given normal and distance. Parameters : normal ( Vector | None ) – The normal vector of the clipping plane. distance ( float ) – The distance from the origin to the clipping plane. Returns : Object containing created clipping plane. Return type : EntList"
  },
  {
    "name": "moldflow.viewer.Viewer.create_default_clipping_plane",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.create_default_clipping_plane",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.create_default_clipping_plane",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.create_default_clipping_plane",
    "signature": "create_default_clipping_plane ( ) [source] #",
    "description": "Creates a default clipping plane. Returns : Object containing created clipping plane. Return type : EntList"
  },
  {
    "name": "moldflow.viewer.Viewer.delete_bookmark",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.delete_bookmark",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.delete_bookmark",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.delete_bookmark",
    "signature": "delete_bookmark ( name ) [source] #",
    "description": "Deletes a bookmark with the given name. Parameters : name ( str ) – The name of the bookmark. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.delete_clipping_plane",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.delete_clipping_plane",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.delete_clipping_plane",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.delete_clipping_plane",
    "signature": "delete_clipping_plane ( plane ) [source] #",
    "description": "Deletes the given clipping plane. Parameters : plane ( EntList | None ) – The clipping plane to delete. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.delete_clipping_plane_by_id",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.delete_clipping_plane_by_id",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.delete_clipping_plane_by_id",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.delete_clipping_plane_by_id",
    "signature": "delete_clipping_plane_by_id ( plane_id ) [source] #",
    "description": "Deletes clipping by plane ID. Parameters : plane_id ( int ) – The ID of the plane. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.enable_clipping_plane",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.enable_clipping_plane",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.enable_clipping_plane",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.enable_clipping_plane",
    "signature": "enable_clipping_plane ( plane , enable ) [source] #",
    "description": "Enables or disables the given clipping plane. Parameters : plane ( EntList | None ) – The clipping plane to enable or disable. enable ( bool ) – Whether to enable or disable the clipping plane. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.enable_clipping_plane_by_id",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.enable_clipping_plane_by_id",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.enable_clipping_plane_by_id",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.enable_clipping_plane_by_id",
    "signature": "enable_clipping_plane_by_id ( plane_id , enable ) [source] #",
    "description": "Enables or disables clipping by plane ID. Parameters : plane_id ( int ) – The ID of the plane. enable ( bool ) – Whether to enable or disable clipping. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.fit",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.fit",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.fit",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.fit",
    "signature": "fit ( ) [source] #",
    "description": "Fits the view to the current model. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.get_first_clipping_plane",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.get_first_clipping_plane",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.get_first_clipping_plane",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.get_first_clipping_plane",
    "signature": "get_first_clipping_plane ( ) [source] #",
    "description": "Gets the first clipping plane. Returns : The first clipping plane. Return type : EntList"
  },
  {
    "name": "moldflow.viewer.Viewer.get_histogram_location",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.get_histogram_location",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.get_histogram_location",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.get_histogram_location",
    "signature": "get_histogram_location ( ) [source] #",
    "description": "Gets the histogram location. Returns : The histogram location. Return type : DoubleArray"
  },
  {
    "name": "moldflow.viewer.Viewer.get_min_max_maximum_label_location",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.get_min_max_maximum_label_location",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.get_min_max_maximum_label_location",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.get_min_max_maximum_label_location",
    "signature": "get_min_max_maximum_label_location ( ) [source] #",
    "description": "Gets the maximum label location for the min/max plot. Returns : The maximum label location. Return type : DoubleArray"
  },
  {
    "name": "moldflow.viewer.Viewer.get_min_max_minimum_label_location",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.get_min_max_minimum_label_location",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.get_min_max_minimum_label_location",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.get_min_max_minimum_label_location",
    "signature": "get_min_max_minimum_label_location ( ) [source] #",
    "description": "Gets the minimum label location for the min/max plot. Returns : The minimum label location. Return type : DoubleArray"
  },
  {
    "name": "moldflow.viewer.Viewer.get_next_clipping_plane",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.get_next_clipping_plane",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.get_next_clipping_plane",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.get_next_clipping_plane",
    "signature": "get_next_clipping_plane ( plane ) [source] #",
    "description": "Gets the next clipping plane after the given one. Parameters : plane ( EntList | None ) – The current clipping plane. Returns : The next clipping plane. Return type : EntList"
  },
  {
    "name": "moldflow.viewer.Viewer.get_number_frames_by_name",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.get_number_frames_by_name",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.get_number_frames_by_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.get_number_frames_by_name",
    "signature": "get_number_frames_by_name ( plot_name ) [source] #",
    "description": "Gets the number of frames for the given plot.\r\n:type plot_name: str :param plot_name: The name of the plot.\r\n:type plot_name: str Returns : The number of frames. Return type : int"
  },
  {
    "name": "moldflow.viewer.Viewer.get_plot",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.get_plot",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.get_plot",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.get_plot",
    "signature": "get_plot ( plot_id ) [source] #",
    "description": "Get a plot by its ID. Parameters : plot_id ( int ) – The ID of the plot. Returns : The plot with the given ID. Return type : Plot"
  },
  {
    "name": "moldflow.viewer.Viewer.go_to_bookmark",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.go_to_bookmark",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.go_to_bookmark",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.go_to_bookmark",
    "signature": "go_to_bookmark ( name ) [source] #",
    "description": "Goes to a bookmark with the given name. Parameters : name ( str ) – The name of the bookmark. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.go_to_standard_view",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.go_to_standard_view",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.go_to_standard_view",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.go_to_standard_view",
    "signature": "go_to_standard_view ( name ) [source] #",
    "description": "Go to a standard view Parameters : name ( StandardViews | str ) – The name of the standard view. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.hide_plot",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.hide_plot",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.hide_plot",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.hide_plot",
    "signature": "hide_plot ( plot ) [source] #",
    "description": "Hide the given plot. Parameters : plot ( Plot | None ) – The plot to hide. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.image_export_options",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.image_export_options",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.image_export_options",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.image_export_options",
    "signature": "image_export_options ( ) [source] #",
    "description": "Creates a new ImageExportOptions object for configuring image export settings. Return type : ImageExportOptions Returns : A new ImageExportOptions object."
  },
  {
    "name": "moldflow.viewer.Viewer.is_play_animation",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.is_play_animation",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.is_play_animation",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.is_play_animation",
    "signature": "is_play_animation ( ) [source] #",
    "description": "Checks if the animation is currently playing. Returns : True if the animation is playing, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.viewer.Viewer.modify_clipping_plane",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.modify_clipping_plane",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.modify_clipping_plane",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.modify_clipping_plane",
    "signature": "modify_clipping_plane ( plane , normal , distance ) [source] #",
    "description": "Modifies the given clipping plane with the new normal and distance. Parameters : plane ( EntList | None ) – The clipping plane to modify. normal ( Vector | None ) – The new normal vector of the clipping plane. distance ( float ) – The new distance from the origin to the clipping plane. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.modify_clipping_plane_by_id",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.modify_clipping_plane_by_id",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.modify_clipping_plane_by_id",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.modify_clipping_plane_by_id",
    "signature": "modify_clipping_plane_by_id ( plane_id , normal , distance ) [source] #",
    "description": "Modifies the clipping plane with the given ID with the new normal and distance. Parameters : plane_id ( int ) – The ID of the clipping plane to modify. normal ( Vector | None ) – The new normal vector of the clipping plane. distance ( float ) – The new distance from the origin to the clipping plane. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.overlay_plot",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.overlay_plot",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.overlay_plot",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.overlay_plot",
    "signature": "overlay_plot ( plot ) [source] #",
    "description": "Overlays a plot on another plot in the viewer Parameters : plot ( Plot | None ) – The plot to overlay. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.pan",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.pan",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.pan",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.pan",
    "signature": "pan ( x , y ) [source] #",
    "description": "Pans the view Parameters : x ( float ) – Pan Factor,\r\n< 0 to move to the left\r\n> 0 to move to the right y ( float ) – Pan Factor,\r\n< 0 to move to the bottom\r\n> 0 to move to the top Return type : None Notes factors are normalized to the screen height,\r\ni.e., a factor of 1 moves the model by one screen-height to the top"
  },
  {
    "name": "moldflow.viewer.Viewer.play_animation",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.play_animation",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.play_animation",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.play_animation",
    "signature": "play_animation ( ) [source] #",
    "description": "Plays the current animation. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.print",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.print",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.print",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.print",
    "signature": "print ( ) [source] #",
    "description": "Prints the current view. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.reset",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.reset",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.reset",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.reset",
    "signature": "reset ( ) [source] #",
    "description": "Resets the viewer to its default state. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.reset_legend",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.reset_legend",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.reset_legend",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.reset_legend",
    "signature": "reset_legend ( ) [source] #",
    "description": "Resets the legend to its default state. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.reset_view",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.reset_view",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.reset_view",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.reset_view",
    "signature": "reset_view ( normal_view , up_view ) [source] #",
    "description": "Resets the view with given normal and “up” directions. Parameters : normal_view ( Vector | None ) – The normal view vector. up_view ( Vector | None ) – The up view vector. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.rotate",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.rotate",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.rotate",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.rotate",
    "signature": "rotate ( angle_x , angle_y , angle_z ) [source] #",
    "description": "Rotates the view to the given set of angles. Parameters : angle_x ( float ) – The rotation angle around the x-axis. angle_y ( float ) – The rotation angle around the y-axis. angle_z ( float ) – The rotation angle around the z-axis. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.rotate_by",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.rotate_by",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.rotate_by",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.rotate_by",
    "signature": "rotate_by ( angle_x , angle_y , angle_z ) [source] #",
    "description": "Rotates by the given angles. Parameters : angle_x ( float ) – The rotation angle around the x-axis. angle_y ( float ) – The rotation angle around the y-axis. angle_z ( float ) – The rotation angle around the z-axis. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.rotate_x",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.rotate_x",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.rotate_x",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.rotate_x",
    "signature": "rotate_x ( angle_x ) [source] #",
    "description": "Rotates the view about the X axis to a specified angle Parameters : angle_x ( float ) – The rotation angle around the x-axis. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.rotate_x_by",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.rotate_x_by",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.rotate_x_by",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.rotate_x_by",
    "signature": "rotate_x_by ( angle_x ) [source] #",
    "description": "Rotates the view about the X axis by a specified angle Parameters : angle_x ( float ) – The rotation angle around the x-axis. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.rotate_y",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.rotate_y",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.rotate_y",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.rotate_y",
    "signature": "rotate_y ( angle_y ) [source] #",
    "description": "Rotates the view about the Y axis to a specified angle Parameters : angle_y ( float ) – The rotation angle around the y-axis. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.rotate_y_by",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.rotate_y_by",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.rotate_y_by",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.rotate_y_by",
    "signature": "rotate_y_by ( angle_y ) [source] #",
    "description": "Rotates the view about the Y axis by a specified angle Parameters : angle_y ( float ) – The rotation angle around the y-axis. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.rotate_z",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.rotate_z",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.rotate_z",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.rotate_z",
    "signature": "rotate_z ( angle_z ) [source] #",
    "description": "Rotates the view about the Z axis to a specified angle Parameters : angle_z ( float ) – The rotation angle around the z-axis. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.rotate_z_by",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.rotate_z_by",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.rotate_z_by",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.rotate_z_by",
    "signature": "rotate_z_by ( angle_z ) [source] #",
    "description": "Rotates the view about the Z axis by a specified angle Parameters : angle_z ( float ) – The rotation angle around the z-axis. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.rotation_x",
    "kind": "py:property",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.rotation_x",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.rotation_x",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.rotation_x",
    "signature": "property rotation_x : float #",
    "description": "Get the current rotation around the x-axis in degrees. Returns : The rotation around the x-axis. Return type : float"
  },
  {
    "name": "moldflow.viewer.Viewer.rotation_y",
    "kind": "py:property",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.rotation_y",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.rotation_y",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.rotation_y",
    "signature": "property rotation_y : float #",
    "description": "Get the current rotation around the y-axis in degrees. Returns : The rotation around the y-axis. Return type : float"
  },
  {
    "name": "moldflow.viewer.Viewer.rotation_z",
    "kind": "py:property",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.rotation_z",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.rotation_z",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.rotation_z",
    "signature": "property rotation_z : float #",
    "description": "Get the current rotation around the z-axis in degrees. Returns : The rotation around the z-axis. Return type : float"
  },
  {
    "name": "moldflow.viewer.Viewer.save_animation",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.save_animation",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.save_animation",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.save_animation",
    "signature": "save_animation ( filename , speed , prompts = False ) [source] #",
    "description": "Deprecated since version 27.0.0: Use save_animation_with_options() instead. Saves the current view as an animation. Parameters : filename ( str ) – The name of the file to save the animation to. speed ( AnimationSpeed | str ) – The speed of the animation. prompts ( bool ) – Whether to include prompts in the animation. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.viewer.Viewer.save_animation_with_options",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.save_animation_with_options",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.save_animation_with_options",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.save_animation_with_options",
    "signature": "save_animation_with_options ( options = None ) [source] #",
    "description": "Saves the current view as an animation with the given options. Parameters : options ( Optional [ AnimationExportOptions ] ) – The options to use for the animation. None ( If ) settings. ( a new AnimationExportOptions object will be created with default ) Return type : bool Returns : True if successful, False otherwise."
  },
  {
    "name": "moldflow.viewer.Viewer.save_axis_image",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.save_axis_image",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.save_axis_image",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.save_axis_image",
    "signature": "save_axis_image ( filename ) [source] #",
    "description": "Saves the current axis as an image. Parameters : filename ( str ) – The name of the file to save the image to. Note:The image scale and size is the same as on the screen @ Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.viewer.Viewer.save_image",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.save_image",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.save_image",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.save_image",
    "signature": "save_image ( filename , x = 0 , y = 0 , result = False , legend = False , axis = False , rotation = False , scale_bar = False , plot_info = False , study_title = False , ruler = False , logo = False , histogram = False , min_max = False ) [source] #",
    "description": "Deprecated since version 27.0.0: Use save_image_with_options() instead. Saves the current view as an image. Parameters : filename ( str ) – The name of the file to save the image to. x ( int ) – The width of the image. y ( int ) – The height of the image. result ( bool ) – Whether to include results in the image. legend ( bool ) – Whether to include the legend in the image. axis ( bool ) – Whether to include axes in the image. rotation ( bool ) – Whether to include rotation in the image. scale_bar ( bool ) – Whether to include a scale bar in the image. plot_info ( bool ) – Whether to include plot information in the image. study_title ( bool ) – Whether to include study title in the image. ruler ( bool ) – Whether to include a ruler in the image. logo ( bool ) – Whether to include a logo in the image. histogram ( bool ) – Whether to include a histogram in the image. min_max ( bool ) – Whether to include min/max values in the image. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.viewer.Viewer.save_image_legacy",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.save_image_legacy",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.save_image_legacy",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.save_image_legacy",
    "signature": "save_image_legacy ( filename , x = None , y = None ) [source] #",
    "description": "Deprecated since version 27.0.0: Use save_image_with_options() instead. Save image using legacy behavior only (V1/V2):\r\n- filename only -> SaveImage(filename)\r\n- filename and positive x,y -> SaveImage2(filename, x, y)\r\n:type filename: str :param filename: Output image path.\r\n:type x: int | None :param x: Width in pixels (must be > 0 when provided).\r\n:type y: int | None :param y: Height in pixels (must be > 0 when provided). Returns : True if successful (V2 returns its bool; V1 coerced to True). Return type : bool Raises : TypeError – If types are invalid. ValueError – If only one of x/y provided or sizes are not positive."
  },
  {
    "name": "moldflow.viewer.Viewer.save_image_with_options",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.save_image_with_options",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.save_image_with_options",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.save_image_with_options",
    "signature": "save_image_with_options ( options = None ) [source] #",
    "description": "Saves the current view as an image with the given options. Parameters : options ( ImageExportOptions | None ) – The options to use for the image. None ( If ) settings. ( a new ImageExportOptions object will be created with default ) Return type : bool Returns : True if successful, False otherwise."
  },
  {
    "name": "moldflow.viewer.Viewer.save_plot_scale_image",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.save_plot_scale_image",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.save_plot_scale_image",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.save_plot_scale_image",
    "signature": "save_plot_scale_image ( filename ) [source] #",
    "description": "Saves the current plot scale as an image. Parameters : filename ( str ) – The name of the file to save the image to. Note:The image scale and size is the same as on the screen @ Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.viewer.Viewer.set_banded_contours",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.set_banded_contours",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.set_banded_contours",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.set_banded_contours",
    "signature": "set_banded_contours ( plot_name , banding , num_colours ) [source] #",
    "description": "Sets banded contours for the given plot. Parameters : plot_name ( str ) – The name of the plot. banding ( bool ) – Whether to enable or disable banding. num_colours ( int ) – The number of colours to use for banding. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.set_histogram_location",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.set_histogram_location",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.set_histogram_location",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.set_histogram_location",
    "signature": "set_histogram_location ( x , y , x_size , y_size ) [source] #",
    "description": "Sets the histogram location. Parameters : x ( float ) – The x-coordinate of the bottom left corner of the histogram location. y ( float ) – The y-coordinate of the bottom left corner of the histogram location. x_size ( float ) – The width of the histogram. y_size ( float ) – The height of the histogram. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.set_min_max_maximum_label_location",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.set_min_max_maximum_label_location",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.set_min_max_maximum_label_location",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.set_min_max_maximum_label_location",
    "signature": "set_min_max_maximum_label_location ( x , y , x_size , y_size ) [source] #",
    "description": "Sets the maximum label location for the min/max plot. Parameters : x ( float ) – The x-coordinate of the bottom left corner of the maximum label location. y ( float ) – The y-coordinate of the bottom left corner of the maximum label location. x_size ( float ) – The width of the maximum label. y_size ( float ) – The height of the maximum label. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.set_min_max_minimum_label_location",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.set_min_max_minimum_label_location",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.set_min_max_minimum_label_location",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.set_min_max_minimum_label_location",
    "signature": "set_min_max_minimum_label_location ( x , y , x_size , y_size ) [source] #",
    "description": "Sets the minimum label location for the min/max plot. Parameters : x ( float ) – The x-coordinate of the bottom left corner of the minimum label location. y ( float ) – The y-coordinate of the bottom left corner of the minimum label location. x_size ( float ) – The width of the minimum label. y_size ( float ) – The height of the minimum label. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.set_view_mode",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.set_view_mode",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.set_view_mode",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.set_view_mode",
    "signature": "set_view_mode ( perspective ) [source] #",
    "description": "Enables parallel or perspective projection. Parameters : perspective ( ViewModes | int ) – The perspective mode. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.set_view_size",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.set_view_size",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.set_view_size",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.set_view_size",
    "signature": "set_view_size ( size_x , size_y ) [source] #",
    "description": "Sets the view size. Parameters : size_x ( int ) – The width of the view. size_y ( int ) – The height of the view. Returns : True if successful, False otherwise. Return type : bool"
  },
  {
    "name": "moldflow.viewer.Viewer.show_plot",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.show_plot",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.show_plot",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.show_plot",
    "signature": "show_plot ( plot ) [source] #",
    "description": "Show the given plot. Parameters : plot ( Plot | None ) – The plot to show. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.show_plot_by_name",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.show_plot_by_name",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.show_plot_by_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.show_plot_by_name",
    "signature": "show_plot_by_name ( plot_name ) [source] #",
    "description": "Shows the plot with the given name. Parameters : plot_name ( str ) – The name of the plot to show. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.show_plot_frame",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.show_plot_frame",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.show_plot_frame",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.show_plot_frame",
    "signature": "show_plot_frame ( plot , frame ) [source] #",
    "description": "Shows the given plot frame. Parameters : plot ( Plot | None ) – The plot to show. frame ( int ) – The frame number to show. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.show_plot_frame_by_name",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.show_plot_frame_by_name",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.show_plot_frame_by_name",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.show_plot_frame_by_name",
    "signature": "show_plot_frame_by_name ( plot_name , frame ) [source] #",
    "description": "Shows the plot frame with the given name and frame number. Parameters : plot_name ( str ) – The name of the plot. frame ( int ) – The frame number to show. Return type : None"
  },
  {
    "name": "moldflow.viewer.Viewer.view_size_x",
    "kind": "py:property",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.view_size_x",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.view_size_x",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.view_size_x",
    "signature": "property view_size_x : int #",
    "description": "Get the current view size width in pixels on the window restored size and position Returns : The width of the view. Return type : int"
  },
  {
    "name": "moldflow.viewer.Viewer.view_size_y",
    "kind": "py:property",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.view_size_y",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.view_size_y",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.view_size_y",
    "signature": "property view_size_y : int #",
    "description": "Get the current view size height in pixels on the window restored size and position Returns : The height of the view. Return type : int"
  },
  {
    "name": "moldflow.viewer.Viewer.world_to_display",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.world_to_display",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.world_to_display",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.world_to_display",
    "signature": "world_to_display ( world_coord ) [source] #",
    "description": "Converts world coordinates to display coordinates. Parameters : world_coord ( Vector | None ) – The world coordinates to convert. Returns : The converted display coordinates. Return type : Vector"
  },
  {
    "name": "moldflow.viewer.Viewer.zoom",
    "kind": "py:method",
    "uri": "components/wrapper/viewer.html#moldflow.viewer.Viewer.zoom",
    "path": "docs/components/wrapper/viewer.html#moldflow.viewer.Viewer.zoom",
    "source_url": "https://autodesk.github.io/moldflow-api/latest/components/wrapper/viewer.html#moldflow.viewer.Viewer.zoom",
    "signature": "zoom ( factor ) [source] #",
    "description": "Zooms the view Parameters : factor ( float ) – Zoom Factor,\r\n< 0 to zoom out\r\n> 0 to zoom in\r\nfactors are normalized to the screen height,\r\ni.e., a factor of 1 moves the model by one screen-height to the top Return type : None"
  }
]
