Data Structure: Geometry_model_split |
|
Description |
Defines data to split a geometry lines into two lines |
Usage |
Geometry_model_split NUM=ival where ival is the data structure number |
Description |
Overview The Geometry_model_split defines data to split vertically a model geometry at a specified location. Then the side of the split model that needs to be retained can be defined.
|
X_ordinate X coordinate value for split |
Usage |
||||
|
||||
Description |
||||
The X coordinate for split a geometry into left section or right section
|
Retention_flag Flag indicates to keep left or right section of geometry |
Usage |
||||
|
||||
Description |
||||
Flag indicates for split a geometry into left section or right section Valid values are: • "Left" - Keep left part of geometry • "Right" - Keep right part of geometry
|
Section_type Type of section |
Usage |
||||
|
||||
Description |
||||
The valid Section_type settings are: • "XY_plane" - a flat surface aligned to the XY plane at the reference Z ordinate defined using Reference_location • "YZ_plane" - a flat surface aligned to the YZ plane at the reference X ordinate defined using Reference_location • "ZX_plane" - a flat surface aligned to the XZ plane at the reference Y ordinate defined using Reference_location • "XY_local" - Z ordinate of any point on the plane (coordinate system and reference coordinate must be specified) • "YZ_local" - X ordinate of any point on the plane (coordinate system and reference coordinate must be specified) • "ZX_local" - Y ordinate of any point on the plane (coordinate system and reference coordinate must be specified) • "Flat" - a flat plane aligned to the XY plane of the assigned coordinate system and passing through the reference location • "XY_path" - a vertical section along a non-flat XY path defined via Path_coordinates.
|
Reference_location Ordinate or coordinates of reference point |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
Reference coordinates for the section surface is dependent on the section type. The required values are: Valid labels are: •Section type "XY_plane" - Z-ordinate of any point on the plane •Section type "YZ_plane" - X-ordinate of any point on the plane •Section type "ZX_plane" - Y-Ordinate of any point on the plane •Section type "XY_local" - Coordinates of reference point for rotation and cut •Section type "YZ_local" - Coordinates of reference point for rotation and cut •Section type "ZX_local" - Coordinates of reference point for rotation and cut •Section type "Flat" - Coordinates of any point on the section •Section type "XY_path" - Not required
|
Output_level Defines output to the log file for the conversion process |
Usage |
||||
|
||||
Description |
||||
Defines output to the log file for the conversion process. Valid output levels are • 0 - No output • 1 - Output summary • 2 - Output detailed info
|
Remove_unused_faults Defines flag for removal of unused faults |
Usage |
||||
|
||||
Description |
||||
Defines flag for removal of unused faults. Valid output levels are • 0 - No remove • 1 - Remove unused faults(Default)
|
Remove_unused_geometry_sets Defines flag for removal of unused geometry sets |
Usage |
||||
|
||||
Description |
||||
Defines flag for removal of unused geometry sets. Valid output levels are • 0 - No remove • 1 - Remove unused geometry sets (Default)
|
Coordinate_system Coordinate system defining a plane |
Usage |
||||
|
||||
Description |
||||
Coordinate system number defining the plane. Required if the section type is "Flat"
|
Short_line_tolerance Tolerance for creating short lines (Optional) |
Usage |
||||
|
||||
Description |
||||
Tolerance for short line removal (Default 0.0001*minimum model extent, where the minimum model extent is defined as the minimum model length in the Cartesian directions i.e. Min ( Xlen, Ylen, Zlen))
|