NX Open C++ Reference Guide
|
Represents a scalar. More...
Public Types | |
enum | DimensionalityType { DimensionalityTypeNone, DimensionalityTypeLength, DimensionalityTypeArea, DimensionalityTypeVolume, DimensionalityTypeMass, DimensionalityTypeAngle, DimensionalityTypeForce } |
Specifies the dimensionality of the scalar. More... | |
Public Member Functions | |
NXOpen::Scalar::DimensionalityType | Dimensionality () |
Returns the dimensionality of a scalar. | |
NXString | MeasurementName () |
Returns the measurement name, if the scalar represents a measurement. | |
void | SetValue (double scalarValue) |
Sets the value of a scalar. | |
double | Value () |
Returns the value of a scalar. |
Represents a scalar.
To create a new instance of this class, use ScalarCollection::CreateScalar
Created in NX3.0.0.
Returns the dimensionality of a scalar.
Created in NX3.0.0.
License requirements : None
Returns the measurement name, if the scalar represents a measurement.
For more information on measurements, see MeasureManager .
Created in NX5.0.1.
License requirements : None
void NXOpen::Scalar::SetValue | ( | double | scalarValue | ) |
Sets the value of a scalar.
Created in NX5.0.0.
License requirements : None
scalarValue | scalarvalue |
double NXOpen::Scalar::Value | ( | ) |
Returns the value of a scalar.
Created in NX3.0.0.
License requirements : None