list_info geometry

Will display information about the geometry. This information can be displayed either on the terminal or in a file or both.

Format:

 
list_info geometry
geometry_name =
existing geometry_name
arc_name =
existing arc_name
block_name =
existing block_name
circle_name =
existing circle_name
cylinder_name =
existing cylinder_name
frustum_name =
existing frustrum name
force_name =
existing force_name
outline_name =
existing outline_name
polyline_name =
existing polyline_name
spring_damper_name =
existing spring_damper name
gstring_name =
existing gstring name
ellipsoid_name =
existing ellipsoid name
torus_name =
existing torus name
revolution_name =
existing revolution name
extrusion_name =
existing extrusion name
plane_name =
existing plane name
brief =
on/off
write_to_terminal =
on/off
file_name =
string

Example:

 
list_info geometry &
Geometry_name =
LINK_1 &
Brief =
off &
Write_to_terminal =
on &
File_name =
” c:\geometry_info.txt”
This will display information about the Link geometry as shown below on the terminal as well as the file “c:\geometry_info.txt”
 
Object Name : .model_1.PART_5.LINK_4
Object Type : Link
Parent Type : Part
I Marker : .model_1.PART_5.MARKER_5
J Marker : .model_1.PART_5.MARKER_6
Length : 282.8427124746 mm
Width : 28.2842712475 (28.2842712475mm) mm
Depth : 14.1421356237 (14.1421356237mm) mm
 
I Marker : .model_1.PART_5.MARKER_5
Local :
Location : -50.0, 50.0, 0.0 (mm, mm, mm)
Orientation : 315.0, 0.0, 0.0 (deg)
Global :
Location : -50.0, 50.0, 0.0 (mm, mm, mm)
Orientation : 315.0, 0.0, 0.0 (deg)
 
J Marker : .model_1.PART_5.MARKER_6
Local :
Location : 150.0, -150.0, 0.0 (mm, mm, mm)
Orientation : 315.0, 0.0, 0.0 (deg)
Global :
Location : 150.0, -150.0, 0.0 (mm, mm, mm)
Orientation : 315.0, 0.0, 0.0 (deg)
 
Comments : None
 
Attributes: Value: Inherited: From:
Active NO_OPINION
Colors
Line WHITE.......CYAN.........model_1.PART_5
Edge RED.........CYAN.........model_1.PART_5
Face WHITE.......CYAN.........model_1.PART_5
Text WHITE.......CYAN.........model_1.PART_5
Visibility NO_OPINION
Name Visibility NO_OPINION..OFF..........model_1.PART_5
Render FILLED
 
Parameter
Value Type
Description
geometry_name
Existing geometry name
Specify name of existing geometry.
arc_name
Existing arc name
Specify name of existing arc.
block_name
Existing block name
Specify name of existing block name
circle_name
Existing circle name
Specify name of circle name
cylinder_name
Existing cylinder name
Specify name of cylinder name
frustum_name
Existing frustrum name
Specify name of frustrum name
force_name
Existing force name
Specify name of force name
outline_name
Existing outline name
Specify name of outline name
polyline_name
Existing polyline name
Specify name of polyline name
spring_damper_name
Existing spring damper name
Specify name of spring damper name
gstring_name
Existing gstring name
Specify name of gstring name
ellipsoid_name
Existing ellipsoid name
Specify name of ellipsoid name
torus_name
Existing torus name
Specify name of torus name
revolution_name
Existing revolution name
Specify name of revolution name
extrusion_name
Existing extrusion name
Specify name of extrusion name
plane_name
Existing plane name
Specify name of plane name
brief
On/off
Specify whether the information has to be displayed in brief.
write_to_terminal
On/off
Specify whether the information has to be displayed on the terminal.
file_name
String
Specify name of filename in which the information has to be written into.

Extended Definition:

1. If the parameter “brief” = ON, then the information of the dependants of the geometry will not be displayed. If brief is OFF then the information of the geometry as well as its dependants is displayed.

Tips:

1. IF no parameters are specified to the list_info geometry command, it will display the information of all the geometry objects in the current model.
2. On typing ? after the “file_name =”, the file browse window will appear allowing the file to be specified.