Engineering Solutions

Querying Geometry

Querying Geometry

Previous topic Next topic Expand/collapse all hidden text  

Querying Geometry

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

There are many different ways to query geometry in HyperMesh.  The following methods are available for querying geometry:

hmtoggle_plus1greyNodes
card editor - With an appropriate template loaded, the card editor can be used to review node information (Card Editor panel).
distance - Finds the distance between two nodes (Distance panel).
angle - Finds the angle between three nodes (Distance panel).
organize - Moves nodes into different include files (Organize panel).
numbers - Displays the IDs of nodes (Numbers panel).
count - Counts the total or displayed nodes (Count panel).
Misc. API commands that do not have an associated panel.
hmtoggle_plus1greyFree Points
distance - Finds the distance between two free points (Distance panel).
angle - Finds the angle between three free points (Distance panel).
organize - Moves free points into different component collectors (Organize panel).
numbers - Displays the IDs of free points (Numbers panel).
count - Counts the total or displayed free points (Count panel).
Misc. API commands that do not have an associated panel.
hmtoggle_plus1greyFixed Points
distance - Finds the distance between two fixed points (Distance panel).
angle - Finds the angle between three fixed points (Distance panel).
numbers - Displays the IDs of fixed points (Numbers panel).
count - Counts the total or displayed fixed points (Count panel).
Misc. API commands that do not have an associated panel.
hmtoggle_plus1greyLines
length - Finds the total length of selected lines/surface edges (Lines panel).
organize - Moves lines into different component collectors (Organize panel).
numbers - Displays the IDs of lines/surface edges (Numbers panel).
count - Counts the total or displayed line/surface edges (Count panel).
Misc. API commands that do not have an associated panel.
hmtoggle_plus1greySurfaces
normal - Reviews the normal direction of surfaces (Normals panel).
organize - Moves surfaces into different component collectors (Organize panel).
numbers - Displays the IDs of surface edges and surfaces (Numbers panel).
count - Counts the total or displayed surfaces (Count panel).
area - Queries the total area of the selected surfaces (Mass Calc panel).
Misc. API commands that do not have an associated panel.
hmtoggle_plus1greySolids

 

normal - Reviews the normal direction of solid surfaces (Normals panel).
organize - Moves solids into different component collectors (Organize panel).
numbers - Displays the IDs of solids (Numbers panel).
count - Counts the total or displayed solids (Count panel).
area - Queries the total area of the selected solids' surfaces (Mass Calc panel).
volume - Queries the total volume of the selected solids (Mass Calc panel).
Misc. API commands that do not have an associated panel.