|
| void | AddSelected (Selection *selection) |
| | Adds the selected parts, faces, or edges to the MeasurementVariable. More...
|
| |
|
void | ClearParts () |
| | Removes all parts, faces, or edges from the measurement variable.
|
| |
| Selection * | GetCenter () |
| | Returns the Selection object of center point in a measurement variable. More...
|
| |
| String | GetName () |
| | Returns MeasurementVariable name. More...
|
| |
| Point * | GetPoint () |
| | Returns the designated point as a Point object. More...
|
| |
| Selection * | GetSelection () |
| | Returns the Selection object of parts, faces, or edges included in a measurement variable. More...
|
| |
| String | GetType () |
| | Returns MeasurementVariable type. More...
|
| |
| bool | IsValid () |
| | Returns True if an object is valid. More...
|
| |
| int | NumParts () |
| | Returns the number of parts, faces, or edges. More...
|
| |
| void | SetCenter (Selection *selection) |
| | Adds the selected vertex to the MeasurementVariable center point. More...
|
| |
| void | SetName (String &name) |
| | Specifies a MeasurementVariable name. More...
|
| |
| void | SetPoint (double x, double y, double z) |
| | Specifies the properties of the Point type using x, y, and z. More...
|
| |
| void | SetType (String &type) |
| | Specifies a MeasurementVariable type. More...
|
| |
MeasurementVariable class is used for MeasurementVariable settings.
The class can be called from MeasurementVariableList class.
.
Example of obtaining the class object:
app.GetModel(0).GetStudy(0).GetMeasurementVariableList().GetMeasurementVariable(0)