import "SMESH_Measurements.idl";
Data Fields | |
| double | minX |
| double | minY |
| double | minZ |
| double | maxX |
| double | maxY |
| double | maxZ |
| long | node1 |
| long | node2 |
| long | elem1 |
| long | elem2 |
| double | value |
Definition at line 38 of file SMESH_Measurements.idl.
| long SMESH.Measure.elem1 |
Definition at line 42 of file SMESH_Measurements.idl.
Referenced by initMeasure().
| long SMESH.Measure.elem2 |
Definition at line 42 of file SMESH_Measurements.idl.
Referenced by initMeasure().
| double SMESH.Measure.maxX |
Definition at line 40 of file SMESH_Measurements.idl.
Referenced by SMESHGUI_BoundingBox.compute(), enlargeBoundingBox(), and initMeasure().
| double SMESH.Measure.maxY |
Definition at line 40 of file SMESH_Measurements.idl.
Referenced by SMESHGUI_BoundingBox.compute(), enlargeBoundingBox(), and initMeasure().
| double SMESH.Measure.maxZ |
Definition at line 40 of file SMESH_Measurements.idl.
Referenced by SMESHGUI_BoundingBox.compute(), enlargeBoundingBox(), and initMeasure().
| double SMESH.Measure.minX |
Definition at line 39 of file SMESH_Measurements.idl.
Referenced by SMESHGUI_BoundingBox.compute(), SMESHGUI_MinDistance.compute(), enlargeBoundingBox(), getNodeNodeDistance(), and initMeasure().
| double SMESH.Measure.minY |
Definition at line 39 of file SMESH_Measurements.idl.
Referenced by SMESHGUI_BoundingBox.compute(), SMESHGUI_MinDistance.compute(), enlargeBoundingBox(), getNodeNodeDistance(), and initMeasure().
| double SMESH.Measure.minZ |
Definition at line 39 of file SMESH_Measurements.idl.
Referenced by SMESHGUI_BoundingBox.compute(), SMESHGUI_MinDistance.compute(), enlargeBoundingBox(), getNodeNodeDistance(), and initMeasure().
| long SMESH.Measure.node1 |
Definition at line 41 of file SMESH_Measurements.idl.
Referenced by SMESHGUI_MinDistance.compute(), enlargeBoundingBox(), getNodeNodeDistance(), and initMeasure().
| long SMESH.Measure.node2 |
Definition at line 41 of file SMESH_Measurements.idl.
Referenced by SMESHGUI_MinDistance.compute(), getNodeNodeDistance(), and initMeasure().
| double SMESH.Measure.value |
Definition at line 43 of file SMESH_Measurements.idl.
Referenced by SMESHGUI_MinDistance.compute(), getNodeNodeDistance(), and initMeasure().