PyMaterialXFormat.Format

class Format

Bases: pybind11_object

Members:

FormatWindows : Format indicating a Windows environment.

FormatPosix : Format indicating a Linux or Mac environment.

FormatNative : Format indicating the format used on the system for which the library was built.

Methods

__init__(self, value)

Properties

FormatNative = <Format.FormatPosix: 1>
FormatPosix = <Format.FormatPosix: 1>
FormatWindows = <Format.FormatWindows: 0>
name
value

Methods

__init__(self: Format, value: int) None