ResultSection#

Attribute Name

Data Type

Description

no

int

Object number

type

ResultSectionType

Type

user_defined_name_enabled

bool

User-defined name enabled

name

str

Name

assigned_to_all_surfaces

bool

Assigned to all surfaces

assigned_to_surfaces

List[int]

Assigned to surfaces

assigned_to_all_solids

bool

Assigned to all solids

assigned_to_solids

List[int]

Assigned to solids

show_results_in_direction

ResultSectionShowResultsInDirection

Show results in direction

coordinate_system

int

Coordinate system

show_values_on_isolines_enabled

bool

Show values on isolines

lines

List[int]

Lines

first_point_coordinate_1

float

First point First point | X_1 | Depends on coordinate system: </br>Global XYZ X User-Defined U

first_point_coordinate_2

float

First point | Y_1 | Depends on coordinate system: </br>Global XYZ Y User-Defined V

first_point_coordinate_3

float

First point | Z_1 | Depends on coordinate system: </br>Global XYZ Z User-Defined W

second_point_coordinate_1

float

Second point Second point | X_2 | Depends on coordinate system: </br>Global XYZ X User-Defined U

second_point_coordinate_2

float

Second point | Y_2 | Depends on coordinate system: </br>Global XYZ Y User-Defined V

second_point_coordinate_3

float

Second point | Z_2 | Depends on coordinate system: </br>Global XYZ Z User-Defined W

projection_in_direction

ResultSectionProjectionInDirection

Projection in direction

vector_coordinate_1

float

Vector Vector | X | Depends on coordinate system: </br>Global XYZ X User-Defined U

vector_coordinate_2

float

Vector | Y | Depends on coordinate system: </br>Global XYZ Y User-Defined V

vector_coordinate_3

float

Vector | Z | Depends on coordinate system: </br>Global XYZ Z User-Defined W

comment

str

Comment

is_generated

bool

Generated by

generating_object_info

str

Generated by

id_for_export_import

str

metadata_for_export_import

str

Associated Enums#

ResultSectionType#

Name

RESULT_SECTION_TYPE_UNKNOWN

RESULT_SECTION_TYPE_2_POINTS_AND_VECTOR

RESULT_SECTION_TYPE_LINE

ResultSectionShowResultsInDirection#

Name

RESULT_SECTION_SHOW_RESULTS_IN_DIRECTION_LOCAL_PLUS_Z

RESULT_SECTION_SHOW_RESULTS_IN_DIRECTION_GLOBAL_MINUS_X

RESULT_SECTION_SHOW_RESULTS_IN_DIRECTION_GLOBAL_MINUS_Y

RESULT_SECTION_SHOW_RESULTS_IN_DIRECTION_GLOBAL_MINUS_Z

RESULT_SECTION_SHOW_RESULTS_IN_DIRECTION_GLOBAL_PLUS_X

RESULT_SECTION_SHOW_RESULTS_IN_DIRECTION_GLOBAL_PLUS_Y

RESULT_SECTION_SHOW_RESULTS_IN_DIRECTION_GLOBAL_PLUS_Z

RESULT_SECTION_SHOW_RESULTS_IN_DIRECTION_LOCAL_MINUS_Z

RESULT_SECTION_SHOW_RESULTS_IN_DIRECTION_LOCAL_PLUS_Y

ResultSectionProjectionInDirection#

Name

RESULT_SECTION_PROJECTION_IN_DIRECTION_GLOBAL_X

RESULT_SECTION_PROJECTION_IN_DIRECTION_GLOBAL_Y

RESULT_SECTION_PROJECTION_IN_DIRECTION_GLOBAL_Z

RESULT_SECTION_PROJECTION_IN_DIRECTION_USER_DEFINED_U

RESULT_SECTION_PROJECTION_IN_DIRECTION_USER_DEFINED_V

RESULT_SECTION_PROJECTION_IN_DIRECTION_USER_DEFINED_W

RESULT_SECTION_PROJECTION_IN_DIRECTION_VECTOR