NX Open C++ Reference Guide
Public Member Functions
NXOpen::Annotations::RadialStyleBuilder Class Reference

Represents a Annotations::RadialStyleBuilder . More...

Inheritance diagram for NXOpen::Annotations::RadialStyleBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Member Functions

NXOpen::Annotations::DiameterRadiusSymbolPlacement DiameterRadiusPlacement ()
 Returns the diameter radius symbol placement with respect to the dimension text.
NXString DiameterSymbol ()
 Returns the text for a user-defined diameter symbol
Created in NX6.0.0.
NXOpen::Annotations::DiameterSymbol DiameterSymbolType ()
 Returns the diameter symbol type
Created in NX6.0.0.
double FoldedRadiusAngle ()
 Returns the folded radius angle
Created in NX6.0.0.
NXString RadiusSymbol ()
 Returns the text for a user-defined radius symbol
Created in NX6.0.0.
NXOpen::Annotations::RadiusSymbol RadiusSymbolType ()
 Returns the radius symbol type
Created in NX6.0.0.
void SetDiameterRadiusPlacement (NXOpen::Annotations::DiameterRadiusSymbolPlacement diameterRadiusPlacement)
 Sets the diameter radius symbol placement with respect to the dimension text.
void SetDiameterSymbol (const NXString &diameterSymbol)
 Sets the text for a user-defined diameter symbol
Created in NX6.0.0.
void SetDiameterSymbolType (NXOpen::Annotations::DiameterSymbol diameterSymbolType)
 Sets the diameter symbol type
Created in NX6.0.0.
void SetFoldedRadiusAngle (double foldedRadiusAngle)
 Sets the folded radius angle
Created in NX6.0.0.
void SetRadiusSymbol (const NXString &radiusSymbol)
 Sets the text for a user-defined radius symbol
Created in NX6.0.0.
void SetRadiusSymbolType (NXOpen::Annotations::RadiusSymbol radiusSymbolType)
 Sets the radius symbol type
Created in NX6.0.0.
void SetSymbolToDimensionTextDistance (double symbolToDimensionTextDistance)
 Sets the symbol to dimension text distance in character spaces
Created in NX6.0.0.
void SetTextAboveLeader (NXOpen::Annotations::DiameterRadiusLeaderStub textAboveLeader)
 Sets the location of the dimension text relative to the leader stub
Created in NX6.0.0.
double SymbolToDimensionTextDistance ()
 Returns the symbol to dimension text distance in character spaces
Created in NX6.0.0.
NXOpen::Annotations::DiameterRadiusLeaderStub TextAboveLeader ()
 Returns the location of the dimension text relative to the leader stub
Created in NX6.0.0.
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called.

Detailed Description

Represents a Annotations::RadialStyleBuilder .

This class queries and sets preferences specific to radial dimensions when creating or editing a radial type dimension.


Created in NX6.0.0.


Member Function Documentation

Returns the diameter radius symbol placement with respect to the dimension text.

One of the options specifies that no symbol be displayed
Created in NX6.0.0.

License requirements : None

Returns the text for a user-defined diameter symbol
Created in NX6.0.0.



License requirements : None

Returns the diameter symbol type
Created in NX6.0.0.



License requirements : None

Returns the folded radius angle
Created in NX6.0.0.



License requirements : None

Returns the text for a user-defined radius symbol
Created in NX6.0.0.



License requirements : None

Returns the radius symbol type
Created in NX6.0.0.



License requirements : None

Sets the diameter radius symbol placement with respect to the dimension text.

One of the options specifies that no symbol be displayed
Created in NX6.0.0.

License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")

Parameters:
diameterRadiusPlacementdiameterradiusplacement

Sets the text for a user-defined diameter symbol
Created in NX6.0.0.



License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")

Parameters:
diameterSymboldiametersymbol

Sets the diameter symbol type
Created in NX6.0.0.



License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")

Parameters:
diameterSymbolTypediametersymboltype

Sets the folded radius angle
Created in NX6.0.0.



License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")

Parameters:
foldedRadiusAnglefoldedradiusangle

Sets the text for a user-defined radius symbol
Created in NX6.0.0.



License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")

Parameters:
radiusSymbolradiussymbol

Sets the radius symbol type
Created in NX6.0.0.



License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")

Parameters:
radiusSymbolTyperadiussymboltype
void NXOpen::Annotations::RadialStyleBuilder::SetSymbolToDimensionTextDistance ( double  symbolToDimensionTextDistance)

Sets the symbol to dimension text distance in character spaces
Created in NX6.0.0.



License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")

Parameters:
symbolToDimensionTextDistancesymboltodimensiontextdistance

Sets the location of the dimension text relative to the leader stub
Created in NX6.0.0.



License requirements : geometric_tol ("GDT") OR drafting ("DRAFTING")

Parameters:
textAboveLeadertextaboveleader

Returns the symbol to dimension text distance in character spaces
Created in NX6.0.0.



License requirements : None

Returns the location of the dimension text relative to the leader stub
Created in NX6.0.0.



License requirements : None

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Returns:
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


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