NX Open C++ Reference Guide
|
Represents a GeometricAnalysis::SolidDensity
To create a new instance of this class, use GeometricAnalysis::AnalysisManager::CreateSolidDensityObject
Created in NX5.0.0.
More...
Public Types | |
enum | UnitsType { UnitsTypePoundsPerCubicInches, UnitsTypePoundsPerCubicFeet, UnitsTypeGramsPerCubicCentimeters, UnitsTypeKilogramsPerCubicMeters } |
Types of units for solid density. More... | |
Public Member Functions | |
double | Density () |
Returns the Solid Density. | |
void | SetDensity (double density) |
Sets the Solid Density. | |
void | SetUnits (NXOpen::GeometricAnalysis::SolidDensity::UnitsType units) |
Sets the density units for GeometricAnalysis::SolidDensity . | |
NXOpen::SelectObjectList * | Solids () |
Returns the solids to set density for Created in NX5.0.0. | |
NXOpen::GeometricAnalysis::SolidDensity::UnitsType | Units () |
Returns the density units for GeometricAnalysis::SolidDensity . |
Represents a GeometricAnalysis::SolidDensity
To create a new instance of this class, use GeometricAnalysis::AnalysisManager::CreateSolidDensityObject
Created in NX5.0.0.
Returns the Solid Density.
Units and SetUnits must be specified before specifying the density. When Units and SetUnits is changed, Density and SetDensity value is recomputed to reflect the change in units. Set Units and SetUnits first, then Density and SetDensity to set specify the density along with its units.
Created in NX5.0.0.
License requirements : None
void NXOpen::GeometricAnalysis::SolidDensity::SetDensity | ( | double | density | ) |
Sets the Solid Density.
Units and SetUnits must be specified before specifying the density. When Units and SetUnits is changed, Density and SetDensity value is recomputed to reflect the change in units. Set Units and SetUnits first, then Density and SetDensity to set specify the density along with its units.
Created in NX5.0.0.
License requirements : None
density | density |
void NXOpen::GeometricAnalysis::SolidDensity::SetUnits | ( | NXOpen::GeometricAnalysis::SolidDensity::UnitsType | units | ) |
Sets the density units for GeometricAnalysis::SolidDensity .
When Units and SetUnits is changed, Density and SetDensity value is recomputed to reflect the change in units. Set Units and SetUnits first, then Density and SetDensity to set specify the density with units.
Created in NX5.0.0.
License requirements : None
units | Type of Units |
Returns the solids to set density for
Created in NX5.0.0.
License requirements : None
NXOpen::GeometricAnalysis::SolidDensity::UnitsType NXOpen::GeometricAnalysis::SolidDensity::Units | ( | ) |
Returns the density units for GeometricAnalysis::SolidDensity .
When Units and SetUnits is changed, Density and SetDensity value is recomputed to reflect the change in units. Set Units and SetUnits first, then Density and SetDensity to set specify the density with units.
Created in NX5.0.0.
License requirements : None