NX Open C++ Reference Guide
|
Represents diameter and radius preferences
Created in NX4.0.0.
More...
Public Member Functions | |
NXOpen::Annotations::DiameterSymbol | DiameterSymbol () |
Returns the diameter symbol Created in NX4.0.0. | |
NXString | DiameterSymbolText () |
Returns the symbol text for user defined diameter symbol Created in NX4.0.0. | |
double | DistanceBetweenSymbolAndDimensionText () |
Returns the distance between diameter/radius symbol and dimension text Created in NX4.0.0. | |
double | FoldedRadiusAngle () |
Returns the interior angle for folded radius type dimension Created in NX4.0.0. | |
NXOpen::Annotations::DiameterRadiusLeaderStub | LeaderStub () |
Returns the leader stub relative to diameter/radius dimension text Created in NX4.0.0. | |
NXOpen::Annotations::RadiusSymbol | RadiusSymbol () |
Returns the radius symbol Created in NX4.0.0. | |
NXString | RadiusSymbolText () |
Returns the symbol text for user defined radius symbol Created in NX4.0.0. | |
void | SetDiameterSymbol (NXOpen::Annotations::DiameterSymbol symbol) |
Sets the diameter symbol Created in NX4.0.0. | |
void | SetDiameterSymbolText (const NXString &symbolText) |
Sets the symbol text for user defined diameter symbol Created in NX4.0.0. | |
void | SetDistanceBetweenSymbolAndDimensionText (double symbolToDimensionTextDistance) |
Sets the distance between diameter/radius symbol and dimension text Created in NX4.0.0. | |
void | SetFoldedRadiusAngle (double foldedRadiusAngle) |
Sets the interior angle for folded radius type dimension Created in NX4.0.0. | |
void | SetLeaderStub (NXOpen::Annotations::DiameterRadiusLeaderStub leaderStub) |
Sets the leader stub relative to diameter/radius dimension text Created in NX4.0.0. | |
void | SetRadiusSymbol (NXOpen::Annotations::RadiusSymbol symbol) |
Sets the radius symbol Created in NX4.0.0. | |
void | SetRadiusSymbolText (const NXString &symbolText) |
Sets the symbol text for user defined radius symbol Created in NX4.0.0. | |
void | SetSymbolPlacement (NXOpen::Annotations::DiameterRadiusSymbolPlacement symbolPlacement) |
Sets the diameter/radius symbol placement relative to the dimension text Created in NX4.0.0. | |
NXOpen::Annotations::DiameterRadiusSymbolPlacement | SymbolPlacement () |
Returns the diameter/radius symbol placement relative to the dimension text Created in NX4.0.0. | |
virtual | ~DiameterRadiusPreferences () |
Frees the object from memory. |
Represents diameter and radius preferences
Created in NX4.0.0.
virtual NXOpen::Annotations::DiameterRadiusPreferences::~DiameterRadiusPreferences | ( | ) | [virtual] |
Frees the object from memory.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX4.0.0.
License requirements : None
NXOpen::Annotations::DiameterSymbol NXOpen::Annotations::DiameterRadiusPreferences::DiameterSymbol | ( | ) |
Returns the diameter symbol
Created in NX4.0.0.
License requirements : None
Returns the symbol text for user defined diameter symbol
Created in NX4.0.0.
License requirements : None
Returns the distance between diameter/radius symbol and dimension text
Created in NX4.0.0.
License requirements : None
Returns the interior angle for folded radius type dimension
Created in NX4.0.0.
License requirements : None
NXOpen::Annotations::DiameterRadiusLeaderStub NXOpen::Annotations::DiameterRadiusPreferences::LeaderStub | ( | ) |
Returns the leader stub relative to diameter/radius dimension text
Created in NX4.0.0.
License requirements : None
Returns the radius symbol
Created in NX4.0.0.
License requirements : None
Returns the symbol text for user defined radius symbol
Created in NX4.0.0.
License requirements : None
void NXOpen::Annotations::DiameterRadiusPreferences::SetDiameterSymbol | ( | NXOpen::Annotations::DiameterSymbol | symbol | ) |
Sets the diameter symbol
Created in NX4.0.0.
License requirements : None
symbol | New diameter symbol |
void NXOpen::Annotations::DiameterRadiusPreferences::SetDiameterSymbolText | ( | const NXString & | symbolText | ) |
Sets the symbol text for user defined diameter symbol
Created in NX4.0.0.
License requirements : None
symbolText | New symbol text |
void NXOpen::Annotations::DiameterRadiusPreferences::SetDistanceBetweenSymbolAndDimensionText | ( | double | symbolToDimensionTextDistance | ) |
Sets the distance between diameter/radius symbol and dimension text
Created in NX4.0.0.
License requirements : None
symbolToDimensionTextDistance | New distance between symbol and dimension text |
void NXOpen::Annotations::DiameterRadiusPreferences::SetFoldedRadiusAngle | ( | double | foldedRadiusAngle | ) |
Sets the interior angle for folded radius type dimension
Created in NX4.0.0.
License requirements : None
foldedRadiusAngle | New folded radius angle |
void NXOpen::Annotations::DiameterRadiusPreferences::SetLeaderStub | ( | NXOpen::Annotations::DiameterRadiusLeaderStub | leaderStub | ) |
Sets the leader stub relative to diameter/radius dimension text
Created in NX4.0.0.
License requirements : None
leaderStub | New leader stub relative to dimension text |
void NXOpen::Annotations::DiameterRadiusPreferences::SetRadiusSymbol | ( | NXOpen::Annotations::RadiusSymbol | symbol | ) |
Sets the radius symbol
Created in NX4.0.0.
License requirements : None
symbol | New radius symbol |
void NXOpen::Annotations::DiameterRadiusPreferences::SetRadiusSymbolText | ( | const NXString & | symbolText | ) |
Sets the symbol text for user defined radius symbol
Created in NX4.0.0.
License requirements : None
symbolText | New symbol text |
void NXOpen::Annotations::DiameterRadiusPreferences::SetSymbolPlacement | ( | NXOpen::Annotations::DiameterRadiusSymbolPlacement | symbolPlacement | ) |
Sets the diameter/radius symbol placement relative to the dimension text
Created in NX4.0.0.
License requirements : None
symbolPlacement | New symbol placement relative to dimension text |
NXOpen::Annotations::DiameterRadiusSymbolPlacement NXOpen::Annotations::DiameterRadiusPreferences::SymbolPlacement | ( | ) |
Returns the diameter/radius symbol placement relative to the dimension text
Created in NX4.0.0.
License requirements : None