NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::GeometricAnalysis::SolidDensity Class Reference

Represents a GeometricAnalysis::SolidDensity
To create a new instance of this class, use GeometricAnalysis::AnalysisManager::CreateSolidDensityObject

Created in NX5.0.0. More...

Inheritance diagram for NXOpen::GeometricAnalysis::SolidDensity:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

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::SelectObjectListSolids ()
 Returns the solids to set density for
Created in NX5.0.0.
NXOpen::GeometricAnalysis::SolidDensity::UnitsType Units ()
 Returns the density units for GeometricAnalysis::SolidDensity .

Detailed Description

Represents a GeometricAnalysis::SolidDensity
To create a new instance of this class, use GeometricAnalysis::AnalysisManager::CreateSolidDensityObject

Created in NX5.0.0.



Member Enumeration Documentation

Types of units for solid density.

Enumerator:
UnitsTypePoundsPerCubicInches 

Lbs/Cubic Inches.

UnitsTypePoundsPerCubicFeet 

Lbs/Cubic Feet.

UnitsTypeGramsPerCubicCentimeters 

Grams/Cubic Centimeters.

UnitsTypeKilogramsPerCubicMeters 

Kilograms/Cubic Meters.


Member Function Documentation

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

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

Parameters:
densitydensity

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

Parameters:
unitsType of Units

Returns the solids to set density for
Created in NX5.0.0.



License requirements : None

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


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.