flow360.report.Chart3D#
- class Chart3D#
Bases:
Chart
Represents a 3D chart within a report, displaying a specific surface field.
- camera: Camera | BottomCamera | FrontCamera | FrontLeftBottomCamera | FrontLeftTopCamera | LeftCamera | RearCamera | RearLeftTopCamera | RearRightBottomCamera | TopCamera | None = Camera(position=(-1.0, -1.0, 1.0), up=(0.0, 0.0, 1.0), look_at=None, pan_target=None, dimension_dir='width', dimension=None, type='Camera')#
Specify how the view will be set up.
- limits: Tuple[float, float] | Tuple[DimensionedTypes, DimensionedTypes] | None = None#
Limits for the field values, specified as a tuple (min, max).
- show: ShutterObjectTypes [Required]#
Type of object to display in the 3D chart. Note:
qcriterion
refers to an iso-surface that is created by default, whereasisosurface
refers to iso-surfaces specified in simulation outputs.
- iso_field: IsoSurfaceFieldNames | str | None = None#
Iso-surface fields to be displayed when
isosurface
is selected inshow
.
- mode: Literal['contour', 'lic'] | None = 'contour'#
Field display mode, lic stands for line integral convolution.
- type_name: Literal['Chart3D'] = 'Chart3D'#
- get_requirements()#
get requirements
- get_doc_item(context, settings=None)#
returns doc item for 3D chart
- Parameters:
context (ReportContext)
settings (Settings | None)
- fig_name: FileNameStr | None = None#
Name of the figure file or identifier for the chart (). Only ‘^[a-zA-Z0-9._-]+$’ allowed.
- caption: str | List[str] | PatternCaption | None = ''#
Caption to be shown for figures.