The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 8 new columns ({'Unnamed: 15', 'num_hole', 'local_refine_needed', 'num_fillet', 'top2_features', 'num_plane', 'smallest_hole_r', 'smallest_fillet_r'}) and 21 missing columns ({'nfy', 'dist_fixed', 'nx', 'nlz', 'nlx', 'dist_load', 'nfz', 'cx', 'bbox_dx', 'bbox_dz', 'role', 'nz', 'cz', 'ftype', 'nfx', 'area', 'nly', 'refine_needed', 'bbox_dy', 'ny', 'cy'}).
This happened while the csv dataset builder was generating data using
hf://datasets/Iris314/Mesh-gen-train/part_level.csv (at revision c65a235d7bf35f06ddebd7593648393de2427ad6)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1831, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 714, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
part_id: int64
num_fillet: int64
num_hole: int64
num_plane: int64
smallest_fillet_r: double
smallest_hole_r: double
load_face: string
load_direction: int64
load_scale: string
global_size_initial: double
global_size_final: double
converged: int64
top2_features: string
local_refine_needed: int64
local_size: double
Unnamed: 15: double
thickness: double
maxsize: double
load_id: int64
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 2585
to
{'part_id': Value('int64'), 'ftype': Value('string'), 'role': Value('string'), 'cx': Value('float64'), 'cy': Value('float64'), 'cz': Value('float64'), 'nx': Value('float64'), 'ny': Value('float64'), 'nz': Value('float64'), 'area': Value('float64'), 'bbox_dx': Value('float64'), 'bbox_dy': Value('float64'), 'bbox_dz': Value('float64'), 'dist_load': Value('float64'), 'nlx': Value('float64'), 'nly': Value('int64'), 'nlz': Value('int64'), 'dist_fixed': Value('float64'), 'nfx': Value('int64'), 'nfy': Value('int64'), 'nfz': Value('float64'), 'global_size_initial': Value('float64'), 'global_size_final': Value('float64'), 'local_size': Value('float64'), 'refine_needed': Value('int64'), 'converged': Value('int64'), 'load_face': Value('string'), 'load_direction': Value('int64'), 'load_scale': Value('string'), 'maxsize': Value('float64'), 'thickness': Value('float64'), 'load_id': Value('int64')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1339, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 972, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 894, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 970, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1702, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1833, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 8 new columns ({'Unnamed: 15', 'num_hole', 'local_refine_needed', 'num_fillet', 'top2_features', 'num_plane', 'smallest_hole_r', 'smallest_fillet_r'}) and 21 missing columns ({'nfy', 'dist_fixed', 'nx', 'nlz', 'nlx', 'dist_load', 'nfz', 'cx', 'bbox_dx', 'bbox_dz', 'role', 'nz', 'cz', 'ftype', 'nfx', 'area', 'nly', 'refine_needed', 'bbox_dy', 'ny', 'cy'}).
This happened while the csv dataset builder was generating data using
hf://datasets/Iris314/Mesh-gen-train/part_level.csv (at revision c65a235d7bf35f06ddebd7593648393de2427ad6)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
part_id int64 | ftype string | role string | cx float64 | cy float64 | cz float64 | nx float64 | ny float64 | nz float64 | area float64 | bbox_dx float64 | bbox_dy float64 | bbox_dz float64 | dist_load float64 | nlx float64 | nly int64 | nlz int64 | dist_fixed float64 | nfx int64 | nfy int64 | nfz float64 | global_size_initial float64 | global_size_final float64 | local_size float64 | refine_needed int64 | converged int64 | load_face string | load_direction int64 | load_scale string | maxsize float64 | thickness float64 | load_id int64 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | CIRC_HOLE | free | 16.5354 | 0 | 1.5113 | 0 | 0 | 1 | 45.579734 | 4.8 | 4.8 | 3.0226 | 2.772268 | 0 | 0 | -1 | 18.815953 | -1 | 0 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 0 | bend_bottom | -1 | low | 25.4 | 3.02 | 1 |
1 | CIRC_HOLE | free | 16.5354 | 0 | 1.5113 | 0 | 0 | 1 | 45.579734 | 4.8 | 4.8 | 3.0226 | 2.772268 | 0 | 0 | -1 | 18.815953 | -1 | 0 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 0 | bend_bottom | -1 | low | 25.4 | 3.02 | 1 |
1 | CIRC_HOLE | free | 1.5113 | 0 | 10.0838 | 1 | 0 | 0 | 45.579734 | 3.0226 | 4.8 | 4.8 | 16.216443 | 0 | 0 | -1 | 1.564988 | -1 | 0 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 0 | bend_bottom | -1 | low | 25.4 | 3.02 | 1 |
1 | CIRC_HOLE | free | 1.5113 | 0 | 10.0838 | 1 | 0 | 0 | 45.579734 | 3.0226 | 4.8 | 4.8 | 16.216443 | 0 | 0 | -1 | 1.564988 | -1 | 0 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 0 | bend_bottom | -1 | low | 25.4 | 3.02 | 1 |
1 | FILLET | free | 1.5113 | 0 | 17.094444 | -1 | 0 | 0 | 42.358867 | 3.0226 | 12.7 | 2.54 | 21.295775 | 0 | 0 | -1 | 6.774959 | -1 | 0 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 0 | bend_bottom | -1 | low | 25.4 | 3.02 | 1 |
1 | FILLET | free | 1.5113 | 0 | 17.094444 | -1 | 0 | 0 | 42.358867 | 3.0226 | 12.7 | 2.54 | 21.295775 | 0 | 0 | -1 | 6.774959 | -1 | 0 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 0 | bend_bottom | -1 | low | 25.4 | 3.02 | 1 |
1 | FILLET | free | 1.098353 | 0 | 1.098353 | 0 | -1 | 0 | 60.29819 | 3.0226 | 12.7 | 3.0226 | 13.158866 | 0 | 0 | -1 | 9.455854 | -1 | 0 | 0 | 3.775 | 2.416 | 0.764438 | 1 | 0 | bend_bottom | -1 | low | 25.4 | 3.02 | 1 |
1 | FILLET | free | 24.536644 | 0 | 1.5113 | 0 | 0 | -1 | 42.358867 | 2.540001 | 12.7 | 3.0226 | 10.435361 | 0 | 0 | -1 | 26.127907 | -1 | 0 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 0 | bend_bottom | -1 | low | 25.4 | 3.02 | 1 |
1 | FACE | free | 14.2113 | 0 | 3.0226 | 0 | 0 | -1 | 256.022681 | 22.3774 | 12.7 | 0 | 3.0226 | 0 | 0 | -1 | 16.05385 | -1 | 0 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 0 | bend_bottom | -1 | low | 25.4 | 3.02 | 1 |
1 | FACE | load | 14.2113 | 0 | 0 | 0 | 0 | -1 | 256.022681 | 22.3774 | 12.7 | 0 | 0 | 0 | 0 | -1 | 17.663673 | -1 | 0 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 0 | bend_bottom | -1 | low | 25.4 | 3.02 | 1 |
1 | FACE | fixed | 0 | 0 | 10.4902 | -1 | 0 | 0 | 161.506744 | 0 | 12.7 | 14.9352 | 17.663673 | 0 | 0 | -1 | 0 | -1 | 0 | 0 | 3.775 | 2.416 | 0.764438 | 1 | 0 | bend_bottom | -1 | low | 25.4 | 3.02 | 1 |
1 | FACE | free | 3.0226 | 0 | 10.4902 | -1 | 0 | 0 | 161.506744 | 0 | 12.7 | 14.9352 | 15.337252 | 0 | 0 | -1 | 3.0226 | -1 | 0 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 0 | bend_bottom | -1 | low | 25.4 | 3.02 | 1 |
1 | FACE | free | 11.429999 | 6.35 | 7.7089 | 0 | -1 | 0 | 104.59021 | 22.859999 | 0 | 15.4178 | 10.36751 | 0 | 0 | -1 | 13.367985 | -1 | 0 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 0 | bend_bottom | -1 | low | 25.4 | 3.02 | 1 |
1 | FACE | free | 11.429999 | -6.35 | 7.7089 | 0 | -1 | 0 | 104.59021 | 22.859999 | 0 | 15.4178 | 10.36751 | 0 | 0 | -1 | 13.367985 | -1 | 0 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 0 | bend_bottom | -1 | low | 25.4 | 3.02 | 1 |
1 | CIRC_HOLE | free | 16.5354 | 0 | 1.5113 | 0 | 0 | 1 | 45.579734 | 4.8 | 4.8 | 3.0226 | 2.772268 | 0 | 0 | -1 | 18.815953 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | -1 | medium | 25.4 | 3.02 | 2 |
1 | CIRC_HOLE | free | 16.5354 | 0 | 1.5113 | 0 | 0 | 1 | 45.579734 | 4.8 | 4.8 | 3.0226 | 2.772268 | 0 | 0 | -1 | 18.815953 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | -1 | medium | 25.4 | 3.02 | 2 |
1 | CIRC_HOLE | free | 1.5113 | 0 | 10.0838 | 1 | 0 | 0 | 45.579734 | 3.0226 | 4.8 | 4.8 | 16.216443 | 0 | 0 | -1 | 1.564988 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | -1 | medium | 25.4 | 3.02 | 2 |
1 | CIRC_HOLE | free | 1.5113 | 0 | 10.0838 | 1 | 0 | 0 | 45.579734 | 3.0226 | 4.8 | 4.8 | 16.216443 | 0 | 0 | -1 | 1.564988 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | -1 | medium | 25.4 | 3.02 | 2 |
1 | FILLET | free | 1.5113 | 0 | 17.094444 | -1 | 0 | 0 | 42.358867 | 3.0226 | 12.7 | 2.54 | 21.295775 | 0 | 0 | -1 | 6.774959 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | -1 | medium | 25.4 | 3.02 | 2 |
1 | FILLET | free | 1.5113 | 0 | 17.094444 | -1 | 0 | 0 | 42.358867 | 3.0226 | 12.7 | 2.54 | 21.295775 | 0 | 0 | -1 | 6.774959 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | -1 | medium | 25.4 | 3.02 | 2 |
1 | FILLET | free | 1.098353 | 0 | 1.098353 | 0 | -1 | 0 | 60.29819 | 3.0226 | 12.7 | 3.0226 | 13.158866 | 0 | 0 | -1 | 9.455854 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 1 | 1 | bend_bottom | -1 | medium | 25.4 | 3.02 | 2 |
1 | FILLET | free | 24.536644 | 0 | 1.5113 | 0 | 0 | -1 | 42.358867 | 2.540001 | 12.7 | 3.0226 | 10.435361 | 0 | 0 | -1 | 26.127907 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | -1 | medium | 25.4 | 3.02 | 2 |
1 | FACE | free | 14.2113 | 0 | 3.0226 | 0 | 0 | -1 | 256.022681 | 22.3774 | 12.7 | 0 | 3.0226 | 0 | 0 | -1 | 16.05385 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | -1 | medium | 25.4 | 3.02 | 2 |
1 | FACE | load | 14.2113 | 0 | 0 | 0 | 0 | -1 | 256.022681 | 22.3774 | 12.7 | 0 | 0 | 0 | 0 | -1 | 17.663673 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | -1 | medium | 25.4 | 3.02 | 2 |
1 | FACE | fixed | 0 | 0 | 10.4902 | -1 | 0 | 0 | 161.506744 | 0 | 12.7 | 14.9352 | 17.663673 | 0 | 0 | -1 | 0 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 1 | 1 | bend_bottom | -1 | medium | 25.4 | 3.02 | 2 |
1 | FACE | free | 3.0226 | 0 | 10.4902 | -1 | 0 | 0 | 161.506744 | 0 | 12.7 | 14.9352 | 15.337252 | 0 | 0 | -1 | 3.0226 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | -1 | medium | 25.4 | 3.02 | 2 |
1 | FACE | free | 11.429999 | 6.35 | 7.7089 | 0 | -1 | 0 | 104.59021 | 22.859999 | 0 | 15.4178 | 10.36751 | 0 | 0 | -1 | 13.367985 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | -1 | medium | 25.4 | 3.02 | 2 |
1 | FACE | free | 11.429999 | -6.35 | 7.7089 | 0 | -1 | 0 | 104.59021 | 22.859999 | 0 | 15.4178 | 10.36751 | 0 | 0 | -1 | 13.367985 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | -1 | medium | 25.4 | 3.02 | 2 |
1 | CIRC_HOLE | free | 16.5354 | 0 | 1.5113 | 0 | 0 | 1 | 45.579734 | 4.8 | 4.8 | 3.0226 | 2.772268 | 0 | 0 | -1 | 18.815953 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | -1 | high | 25.4 | 3.02 | 3 |
1 | CIRC_HOLE | free | 16.5354 | 0 | 1.5113 | 0 | 0 | 1 | 45.579734 | 4.8 | 4.8 | 3.0226 | 2.772268 | 0 | 0 | -1 | 18.815953 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | -1 | high | 25.4 | 3.02 | 3 |
1 | CIRC_HOLE | free | 1.5113 | 0 | 10.0838 | 1 | 0 | 0 | 45.579734 | 3.0226 | 4.8 | 4.8 | 16.216443 | 0 | 0 | -1 | 1.564988 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | -1 | high | 25.4 | 3.02 | 3 |
1 | CIRC_HOLE | free | 1.5113 | 0 | 10.0838 | 1 | 0 | 0 | 45.579734 | 3.0226 | 4.8 | 4.8 | 16.216443 | 0 | 0 | -1 | 1.564988 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | -1 | high | 25.4 | 3.02 | 3 |
1 | FILLET | free | 1.5113 | 0 | 17.094444 | -1 | 0 | 0 | 42.358867 | 3.0226 | 12.7 | 2.54 | 21.295775 | 0 | 0 | -1 | 6.774959 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | -1 | high | 25.4 | 3.02 | 3 |
1 | FILLET | free | 1.5113 | 0 | 17.094444 | -1 | 0 | 0 | 42.358867 | 3.0226 | 12.7 | 2.54 | 21.295775 | 0 | 0 | -1 | 6.774959 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | -1 | high | 25.4 | 3.02 | 3 |
1 | FILLET | free | 1.098353 | 0 | 1.098353 | 0 | -1 | 0 | 60.29819 | 3.0226 | 12.7 | 3.0226 | 13.158866 | 0 | 0 | -1 | 9.455854 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 1 | 1 | bend_bottom | -1 | high | 25.4 | 3.02 | 3 |
1 | FILLET | free | 24.536644 | 0 | 1.5113 | 0 | 0 | -1 | 42.358867 | 2.540001 | 12.7 | 3.0226 | 10.435361 | 0 | 0 | -1 | 26.127907 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | -1 | high | 25.4 | 3.02 | 3 |
1 | FACE | free | 14.2113 | 0 | 3.0226 | 0 | 0 | -1 | 256.022681 | 22.3774 | 12.7 | 0 | 3.0226 | 0 | 0 | -1 | 16.05385 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | -1 | high | 25.4 | 3.02 | 3 |
1 | FACE | load | 14.2113 | 0 | 0 | 0 | 0 | -1 | 256.022681 | 22.3774 | 12.7 | 0 | 0 | 0 | 0 | -1 | 17.663673 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | -1 | high | 25.4 | 3.02 | 3 |
1 | FACE | fixed | 0 | 0 | 10.4902 | -1 | 0 | 0 | 161.506744 | 0 | 12.7 | 14.9352 | 17.663673 | 0 | 0 | -1 | 0 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 1 | 1 | bend_bottom | -1 | high | 25.4 | 3.02 | 3 |
1 | FACE | free | 3.0226 | 0 | 10.4902 | -1 | 0 | 0 | 161.506744 | 0 | 12.7 | 14.9352 | 15.337252 | 0 | 0 | -1 | 3.0226 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | -1 | high | 25.4 | 3.02 | 3 |
1 | FACE | free | 11.429999 | 6.35 | 7.7089 | 0 | -1 | 0 | 104.59021 | 22.859999 | 0 | 15.4178 | 10.36751 | 0 | 0 | -1 | 13.367985 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | -1 | high | 25.4 | 3.02 | 3 |
1 | FACE | free | 11.429999 | -6.35 | 7.7089 | 0 | -1 | 0 | 104.59021 | 22.859999 | 0 | 15.4178 | 10.36751 | 0 | 0 | -1 | 13.367985 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | -1 | high | 25.4 | 3.02 | 3 |
1 | CIRC_HOLE | free | 16.5354 | 0 | 1.5113 | 0 | 0 | 1 | 45.579734 | 4.8 | 4.8 | 3.0226 | 10.237082 | 0 | -1 | 0 | 10.237082 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 1 | 1 | tension | -1 | low | 25.4 | 3.02 | 4 |
1 | CIRC_HOLE | free | 16.5354 | 0 | 1.5113 | 0 | 0 | 1 | 45.579734 | 4.8 | 4.8 | 3.0226 | 10.237082 | 0 | -1 | 0 | 10.237082 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 1 | 1 | tension | -1 | low | 25.4 | 3.02 | 4 |
1 | CIRC_HOLE | free | 1.5113 | 0 | 10.0838 | 1 | 0 | 0 | 45.579734 | 3.0226 | 4.8 | 4.8 | 12.014294 | 0 | -1 | 0 | 12.014294 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | low | 25.4 | 3.02 | 4 |
1 | CIRC_HOLE | free | 1.5113 | 0 | 10.0838 | 1 | 0 | 0 | 45.579734 | 3.0226 | 4.8 | 4.8 | 12.014294 | 0 | -1 | 0 | 12.014294 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | low | 25.4 | 3.02 | 4 |
1 | FILLET | free | 1.5113 | 0 | 17.094444 | -1 | 0 | 0 | 42.358867 | 3.0226 | 12.7 | 2.54 | 15.0596 | 0 | -1 | 0 | 15.0596 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | low | 25.4 | 3.02 | 4 |
1 | FILLET | free | 1.5113 | 0 | 17.094444 | -1 | 0 | 0 | 42.358867 | 3.0226 | 12.7 | 2.54 | 15.0596 | 0 | -1 | 0 | 15.0596 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | low | 25.4 | 3.02 | 4 |
1 | FILLET | free | 1.098353 | 0 | 1.098353 | 0 | -1 | 0 | 60.29819 | 3.0226 | 12.7 | 3.0226 | 13.811762 | 0 | -1 | 0 | 13.811762 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | low | 25.4 | 3.02 | 4 |
1 | FILLET | free | 24.536644 | 0 | 1.5113 | 0 | 0 | -1 | 42.358867 | 2.540001 | 12.7 | 3.0226 | 15.827724 | 0 | -1 | 0 | 15.827724 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | low | 25.4 | 3.02 | 4 |
1 | FACE | free | 14.2113 | 0 | 3.0226 | 0 | 0 | -1 | 256.022681 | 22.3774 | 12.7 | 0 | 8.367768 | 0 | -1 | 0 | 8.367768 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 1 | 1 | tension | -1 | low | 25.4 | 3.02 | 4 |
1 | FACE | free | 14.2113 | 0 | 0 | 0 | 0 | -1 | 256.022681 | 22.3774 | 12.7 | 0 | 10.36751 | 0 | -1 | 0 | 10.36751 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | low | 25.4 | 3.02 | 4 |
1 | FACE | free | 0 | 0 | 10.4902 | -1 | 0 | 0 | 161.506744 | 0 | 12.7 | 14.9352 | 13.367985 | 0 | -1 | 0 | 13.367985 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | low | 25.4 | 3.02 | 4 |
1 | FACE | free | 3.0226 | 0 | 10.4902 | -1 | 0 | 0 | 161.506744 | 0 | 12.7 | 14.9352 | 10.896903 | 0 | -1 | 0 | 10.896903 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | low | 25.4 | 3.02 | 4 |
1 | FACE | fixed | 11.429999 | 6.35 | 7.7089 | 0 | -1 | 0 | 104.59021 | 22.859999 | 0 | 15.4178 | 12.7 | 0 | -1 | 0 | 0.000001 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | low | 25.4 | 3.02 | 4 |
1 | FACE | load | 11.429999 | -6.35 | 7.7089 | 0 | -1 | 0 | 104.59021 | 22.859999 | 0 | 15.4178 | 0.000001 | 0 | -1 | 0 | 12.7 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | low | 25.4 | 3.02 | 4 |
1 | CIRC_HOLE | free | 16.5354 | 0 | 1.5113 | 0 | 0 | 1 | 45.579734 | 4.8 | 4.8 | 3.0226 | 10.237082 | 0 | -1 | 0 | 10.237082 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 1 | 1 | tension | -1 | medium | 25.4 | 3.02 | 5 |
1 | CIRC_HOLE | free | 16.5354 | 0 | 1.5113 | 0 | 0 | 1 | 45.579734 | 4.8 | 4.8 | 3.0226 | 10.237082 | 0 | -1 | 0 | 10.237082 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 1 | 1 | tension | -1 | medium | 25.4 | 3.02 | 5 |
1 | CIRC_HOLE | free | 1.5113 | 0 | 10.0838 | 1 | 0 | 0 | 45.579734 | 3.0226 | 4.8 | 4.8 | 12.014294 | 0 | -1 | 0 | 12.014294 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | medium | 25.4 | 3.02 | 5 |
1 | CIRC_HOLE | free | 1.5113 | 0 | 10.0838 | 1 | 0 | 0 | 45.579734 | 3.0226 | 4.8 | 4.8 | 12.014294 | 0 | -1 | 0 | 12.014294 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | medium | 25.4 | 3.02 | 5 |
1 | FILLET | free | 1.5113 | 0 | 17.094444 | -1 | 0 | 0 | 42.358867 | 3.0226 | 12.7 | 2.54 | 15.0596 | 0 | -1 | 0 | 15.0596 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | medium | 25.4 | 3.02 | 5 |
1 | FILLET | free | 1.5113 | 0 | 17.094444 | -1 | 0 | 0 | 42.358867 | 3.0226 | 12.7 | 2.54 | 15.0596 | 0 | -1 | 0 | 15.0596 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | medium | 25.4 | 3.02 | 5 |
1 | FILLET | free | 1.098353 | 0 | 1.098353 | 0 | -1 | 0 | 60.29819 | 3.0226 | 12.7 | 3.0226 | 13.811762 | 0 | -1 | 0 | 13.811762 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | medium | 25.4 | 3.02 | 5 |
1 | FILLET | free | 24.536644 | 0 | 1.5113 | 0 | 0 | -1 | 42.358867 | 2.540001 | 12.7 | 3.0226 | 15.827724 | 0 | -1 | 0 | 15.827724 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | medium | 25.4 | 3.02 | 5 |
1 | FACE | free | 14.2113 | 0 | 3.0226 | 0 | 0 | -1 | 256.022681 | 22.3774 | 12.7 | 0 | 8.367768 | 0 | -1 | 0 | 8.367768 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 1 | 1 | tension | -1 | medium | 25.4 | 3.02 | 5 |
1 | FACE | free | 14.2113 | 0 | 0 | 0 | 0 | -1 | 256.022681 | 22.3774 | 12.7 | 0 | 10.36751 | 0 | -1 | 0 | 10.36751 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | medium | 25.4 | 3.02 | 5 |
1 | FACE | free | 0 | 0 | 10.4902 | -1 | 0 | 0 | 161.506744 | 0 | 12.7 | 14.9352 | 13.367985 | 0 | -1 | 0 | 13.367985 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | medium | 25.4 | 3.02 | 5 |
1 | FACE | free | 3.0226 | 0 | 10.4902 | -1 | 0 | 0 | 161.506744 | 0 | 12.7 | 14.9352 | 10.896903 | 0 | -1 | 0 | 10.896903 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | medium | 25.4 | 3.02 | 5 |
1 | FACE | fixed | 11.429999 | 6.35 | 7.7089 | 0 | -1 | 0 | 104.59021 | 22.859999 | 0 | 15.4178 | 12.7 | 0 | -1 | 0 | 0.000001 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | medium | 25.4 | 3.02 | 5 |
1 | FACE | load | 11.429999 | -6.35 | 7.7089 | 0 | -1 | 0 | 104.59021 | 22.859999 | 0 | 15.4178 | 0.000001 | 0 | -1 | 0 | 12.7 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | medium | 25.4 | 3.02 | 5 |
1 | CIRC_HOLE | free | 16.5354 | 0 | 1.5113 | 0 | 0 | 1 | 45.579734 | 4.8 | 4.8 | 3.0226 | 10.237082 | 0 | -1 | 0 | 10.237082 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | high | 25.4 | 3.02 | 6 |
1 | CIRC_HOLE | free | 16.5354 | 0 | 1.5113 | 0 | 0 | 1 | 45.579734 | 4.8 | 4.8 | 3.0226 | 10.237082 | 0 | -1 | 0 | 10.237082 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | high | 25.4 | 3.02 | 6 |
1 | CIRC_HOLE | free | 1.5113 | 0 | 10.0838 | 1 | 0 | 0 | 45.579734 | 3.0226 | 4.8 | 4.8 | 12.014294 | 0 | -1 | 0 | 12.014294 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 1 | 1 | tension | -1 | high | 25.4 | 3.02 | 6 |
1 | CIRC_HOLE | free | 1.5113 | 0 | 10.0838 | 1 | 0 | 0 | 45.579734 | 3.0226 | 4.8 | 4.8 | 12.014294 | 0 | -1 | 0 | 12.014294 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 1 | 1 | tension | -1 | high | 25.4 | 3.02 | 6 |
1 | FILLET | free | 1.5113 | 0 | 17.094444 | -1 | 0 | 0 | 42.358867 | 3.0226 | 12.7 | 2.54 | 15.0596 | 0 | -1 | 0 | 15.0596 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | high | 25.4 | 3.02 | 6 |
1 | FILLET | free | 1.5113 | 0 | 17.094444 | -1 | 0 | 0 | 42.358867 | 3.0226 | 12.7 | 2.54 | 15.0596 | 0 | -1 | 0 | 15.0596 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | high | 25.4 | 3.02 | 6 |
1 | FILLET | free | 1.098353 | 0 | 1.098353 | 0 | -1 | 0 | 60.29819 | 3.0226 | 12.7 | 3.0226 | 13.811762 | 0 | -1 | 0 | 13.811762 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | high | 25.4 | 3.02 | 6 |
1 | FILLET | free | 24.536644 | 0 | 1.5113 | 0 | 0 | -1 | 42.358867 | 2.540001 | 12.7 | 3.0226 | 15.827724 | 0 | -1 | 0 | 15.827724 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | high | 25.4 | 3.02 | 6 |
1 | FACE | free | 14.2113 | 0 | 3.0226 | 0 | 0 | -1 | 256.022681 | 22.3774 | 12.7 | 0 | 8.367768 | 0 | -1 | 0 | 8.367768 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | high | 25.4 | 3.02 | 6 |
1 | FACE | free | 14.2113 | 0 | 0 | 0 | 0 | -1 | 256.022681 | 22.3774 | 12.7 | 0 | 10.36751 | 0 | -1 | 0 | 10.36751 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | high | 25.4 | 3.02 | 6 |
1 | FACE | free | 0 | 0 | 10.4902 | -1 | 0 | 0 | 161.506744 | 0 | 12.7 | 14.9352 | 13.367985 | 0 | -1 | 0 | 13.367985 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | high | 25.4 | 3.02 | 6 |
1 | FACE | free | 3.0226 | 0 | 10.4902 | -1 | 0 | 0 | 161.506744 | 0 | 12.7 | 14.9352 | 10.896903 | 0 | -1 | 0 | 10.896903 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 1 | 1 | tension | -1 | high | 25.4 | 3.02 | 6 |
1 | FACE | fixed | 11.429999 | 6.35 | 7.7089 | 0 | -1 | 0 | 104.59021 | 22.859999 | 0 | 15.4178 | 12.7 | 0 | -1 | 0 | 0.000001 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | high | 25.4 | 3.02 | 6 |
1 | FACE | load | 11.429999 | -6.35 | 7.7089 | 0 | -1 | 0 | 104.59021 | 22.859999 | 0 | 15.4178 | 0.000001 | 0 | -1 | 0 | 12.7 | 0 | -1 | 0 | 3.775 | 2.416 | 0.764438 | 0 | 1 | tension | -1 | high | 25.4 | 3.02 | 6 |
1 | CIRC_HOLE | free | 16.5354 | 0 | 1.5113 | 0 | 0 | 1 | 45.579734 | 4.8 | 4.8 | 3.0226 | 2.772268 | 0 | 0 | -1 | 18.815953 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | 1 | low | 25.4 | 3.02 | 7 |
1 | CIRC_HOLE | free | 16.5354 | 0 | 1.5113 | 0 | 0 | 1 | 45.579734 | 4.8 | 4.8 | 3.0226 | 2.772268 | 0 | 0 | -1 | 18.815953 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | 1 | low | 25.4 | 3.02 | 7 |
1 | CIRC_HOLE | free | 1.5113 | 0 | 10.0838 | 1 | 0 | 0 | 45.579734 | 3.0226 | 4.8 | 4.8 | 16.216443 | 0 | 0 | -1 | 1.564988 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | 1 | low | 25.4 | 3.02 | 7 |
1 | CIRC_HOLE | free | 1.5113 | 0 | 10.0838 | 1 | 0 | 0 | 45.579734 | 3.0226 | 4.8 | 4.8 | 16.216443 | 0 | 0 | -1 | 1.564988 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | 1 | low | 25.4 | 3.02 | 7 |
1 | FILLET | free | 1.5113 | 0 | 17.094444 | -1 | 0 | 0 | 42.358867 | 3.0226 | 12.7 | 2.54 | 21.295775 | 0 | 0 | -1 | 6.774959 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | 1 | low | 25.4 | 3.02 | 7 |
1 | FILLET | free | 1.5113 | 0 | 17.094444 | -1 | 0 | 0 | 42.358867 | 3.0226 | 12.7 | 2.54 | 21.295775 | 0 | 0 | -1 | 6.774959 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | 1 | low | 25.4 | 3.02 | 7 |
1 | FILLET | free | 1.098353 | 0 | 1.098353 | 0 | -1 | 0 | 60.29819 | 3.0226 | 12.7 | 3.0226 | 13.158866 | 0 | 0 | -1 | 9.455854 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 1 | 1 | bend_bottom | 1 | low | 25.4 | 3.02 | 7 |
1 | FILLET | free | 24.536644 | 0 | 1.5113 | 0 | 0 | -1 | 42.358867 | 2.540001 | 12.7 | 3.0226 | 10.435361 | 0 | 0 | -1 | 26.127907 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | 1 | low | 25.4 | 3.02 | 7 |
1 | FACE | free | 14.2113 | 0 | 3.0226 | 0 | 0 | -1 | 256.022681 | 22.3774 | 12.7 | 0 | 3.0226 | 0 | 0 | -1 | 16.05385 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | 1 | low | 25.4 | 3.02 | 7 |
1 | FACE | load | 14.2113 | 0 | 0 | 0 | 0 | -1 | 256.022681 | 22.3774 | 12.7 | 0 | 0 | 0 | 0 | -1 | 17.663673 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | 1 | low | 25.4 | 3.02 | 7 |
1 | FACE | fixed | 0 | 0 | 10.4902 | -1 | 0 | 0 | 161.506744 | 0 | 12.7 | 14.9352 | 17.663673 | 0 | 0 | -1 | 0 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 1 | 1 | bend_bottom | 1 | low | 25.4 | 3.02 | 7 |
1 | FACE | free | 3.0226 | 0 | 10.4902 | -1 | 0 | 0 | 161.506744 | 0 | 12.7 | 14.9352 | 15.337252 | 0 | 0 | -1 | 3.0226 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | 1 | low | 25.4 | 3.02 | 7 |
1 | FACE | free | 11.429999 | 6.35 | 7.7089 | 0 | -1 | 0 | 104.59021 | 22.859999 | 0 | 15.4178 | 10.36751 | 0 | 0 | -1 | 13.367985 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | 1 | low | 25.4 | 3.02 | 7 |
1 | FACE | free | 11.429999 | -6.35 | 7.7089 | 0 | -1 | 0 | 104.59021 | 22.859999 | 0 | 15.4178 | 10.36751 | 0 | 0 | -1 | 13.367985 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | 1 | low | 25.4 | 3.02 | 7 |
1 | CIRC_HOLE | free | 16.5354 | 0 | 1.5113 | 0 | 0 | 1 | 45.579734 | 4.8 | 4.8 | 3.0226 | 2.772268 | 0 | 0 | -1 | 18.815953 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | 1 | medium | 25.4 | 3.02 | 8 |
1 | CIRC_HOLE | free | 16.5354 | 0 | 1.5113 | 0 | 0 | 1 | 45.579734 | 4.8 | 4.8 | 3.0226 | 2.772268 | 0 | 0 | -1 | 18.815953 | -1 | 0 | 0 | 3.775 | 2.416 | 1.01925 | 0 | 1 | bend_bottom | 1 | medium | 25.4 | 3.02 | 8 |
End of preview.