|
Open CASCADE Technology 6.5.2
|
defines Dimension Units, Type <406>, Form <28>
in package IGESDimen
Describes the units and formatting details of the
nominal value of a dimension.
#include <IGESDimen_DimensionUnits.hxx>

Public Member Functions | |
| IGESDimen_DimensionUnits () | |
| void | Init (const Standard_Integer nbPropVal, const Standard_Integer aSecondPos, const Standard_Integer aUnitsInd, const Standard_Integer aCharSet, const Handle< TCollection_HAsciiString > &aFormat, const Standard_Integer aFracFlag, const Standard_Integer aPrecision) |
| This method is used to set the fields of the class DimensionUnits | |
| Standard_Integer | NbPropertyValues () const |
| returns the number of property values | |
| Standard_Integer | SecondaryDimenPosition () const |
| returns position of secondary dimension w.r.t. primary dimension | |
| Standard_Integer | UnitsIndicator () const |
| returns the units indicator | |
| Standard_Integer | CharacterSet () const |
| returns the character set interpretation | |
| Handle_TCollection_HAsciiString | FormatString () const |
| returns the string used in formatting value | |
| Standard_Integer | FractionFlag () const |
| returns the fraction flag | |
| Standard_Integer | PrecisionOrDenominator () const |
| returns the precision/denominator number of decimal places when FractionFlag() = 0 denominator of fraction when FractionFlag() = 1 | |
| IGESDimen_DimensionUnits::IGESDimen_DimensionUnits | ( | ) |
| Standard_Integer IGESDimen_DimensionUnits::CharacterSet | ( | ) | const |
| Handle_TCollection_HAsciiString IGESDimen_DimensionUnits::FormatString | ( | ) | const |
| Standard_Integer IGESDimen_DimensionUnits::FractionFlag | ( | ) | const |
| void IGESDimen_DimensionUnits::Init | ( | const Standard_Integer | nbPropVal, |
| const Standard_Integer | aSecondPos, | ||
| const Standard_Integer | aUnitsInd, | ||
| const Standard_Integer | aCharSet, | ||
| const Handle< TCollection_HAsciiString > & | aFormat, | ||
| const Standard_Integer | aFracFlag, | ||
| const Standard_Integer | aPrecision | ||
| ) |
| Standard_Integer IGESDimen_DimensionUnits::NbPropertyValues | ( | ) | const |
| Standard_Integer IGESDimen_DimensionUnits::PrecisionOrDenominator | ( | ) | const |
| Standard_Integer IGESDimen_DimensionUnits::SecondaryDimenPosition | ( | ) | const |
| Standard_Integer IGESDimen_DimensionUnits::UnitsIndicator | ( | ) | const |
1.7.4