charityjnr.blogg.se

Tecplot alternative
Tecplot alternative







tecplot alternative

The ASCII file reader has only been tested with Tecplot 10, but will The binary file reader must have ONLY CHEXAs and be Tecplot 360 with Reads a space-separated tabular data block read_tecplot ( tecplot_filename: str, filetype: str = 'guess' ) ¶ Gets the number of zones read_table ( tecplot_file, unused_iblock, headers_dict, line ) ¶ no reshaping of xyz to make slicing easier!Įxtract_y_slice ( y0, tol=0.01, slice_filename=None ) ¶

tecplot alternative

Parses a hexa binary/ASCII Tecplot 360 file. Tecplot ( log=None, debug: bool = False ) ¶īases: .Base Prints out an easy to read summary of the object class. Or None if the mode is wrong object_stats ( mode: str = 'public', keys_to_skip: Optional] = None, filter_properties: bool = False ) → str ¶ Sorted list of the names of methods of a given type Names to not consider to avoid deprecation warnings Returns method List * “all” - all methods that are defined for the object keys_to_skip List default=None -> * “private” - names that begin with single underscore * “public” - names that do not begin with underscore Returns public methodsĭefines what kind of methods will be listed List the names of methods of a class as strings. If the mode is wrong object_methods ( mode: str = 'public', keys_to_skip: Optional] = None ) → List ¶ Sorted list of the names of attributes of a given type or None

tecplot alternative

Names to not consider to avoid deprecation warnings filter_properties: bool: default=Falseįilters the objects Returns attribute_names List * ‘all’ - all attributes that are defined for the object keys_to_skip List default=None -> * ‘private’ - names that begin with single underscore * ‘public’ - names that do not begin with underscore Parameters obj instanceĭefines what kind of attributes will be listed List the names of attributes of a class as strings. Base ¶īases: object object_attributes ( mode: str = 'public', keys_to_skip: Optional] = None, filter_properties: bool = False ) → List ¶









Tecplot alternative