Skip to main content

DPF Mechanical 2026 R1

html_doc class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.utility

Summary

Create dpf's html documentation. Only on Windows.

available inputs: output_path (string) (optional), exposure_level (Int32) (optional)

available outputs:

Example

op = html_doc()

op = html_doc(output_path=my_output_path,exposure_level=my_exposure_level)

Class Information

Property Value
Namespace Ans.DataProcessing.operators.utility
Assembly Ans_Dpf_Documentation_dll_cs
Base Class Ans.DataProcessing.internal_objects.BaseOperator

Inputs

output_path

default is {working directory}/dataProcessingDoc.html

Type: LinkableInput

exposure_level

Generate the documentation depending on exposure level : 0 (default) for public operators, 1 includes hidden operator, 2 includes private operator, 3 includes operator without specifications.

Type: LinkableInput

Outputs

Constructors

Constructor

html_doc()

Constructor

html_doc(output_path, exposure_level, config)

Parameters:

  • output_path (object)
  • exposure_level (object)
  • config (OperatorConfig)

Constructor

html_doc(config)

Parameters:

  • config (OperatorConfig)

Methods

Properties

inputs

Type: InputSpec

# Get or set the property
value = obj.inputs
obj.inputs = new_value

outputs

Type: OutputSpec

# Get or set the property
value = obj.outputs
obj.outputs = new_value

defaultConfig

Type: Config

# Get the property (read-only)
value = obj.defaultConfig

Connect with Ansys