NX Open C++ Reference Guide
|
Represents a @link Annotations::ShipDraftingFramebarGeneralBuilder Annotations::ShipDraftingFramebarGeneralBuilder@endlink <br> This is a sub-builder class and cannot be directly instantiated <br>
Created in NX9.0.0.
More...
Public Types | |
enum | TicDirectionTypes { TicDirectionTypesTowardsView, TicDirectionTypesAwayfromView } |
Tic Direction Options. More... | |
Public Member Functions | |
int | DecimalPlaces () |
Returns the decimal places Created in NX9.0.0. | |
void | SetDecimalPlaces (int decimalPlaces) |
Sets the decimal places Created in NX9.0.0. | |
void | SetTicDirection (NXOpen::Annotations::ShipDraftingFramebarGeneralBuilder::TicDirectionTypes ticDirection) |
Sets the tic direction Created in NX9.0.0. | |
NXOpen::Annotations::ShipDraftingFramebarGeneralBuilder::TicDirectionTypes | TicDirection () |
Returns the tic direction Created in NX9.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a @link Annotations::ShipDraftingFramebarGeneralBuilder Annotations::ShipDraftingFramebarGeneralBuilder@endlink <br> This is a sub-builder class and cannot be directly instantiated <br>
Created in NX9.0.0.
int NXOpen::Annotations::ShipDraftingFramebarGeneralBuilder::DecimalPlaces | ( | ) |
Returns the decimal places
Created in NX9.0.0.
License requirements : None
void NXOpen::Annotations::ShipDraftingFramebarGeneralBuilder::SetDecimalPlaces | ( | int | decimalPlaces | ) |
Sets the decimal places
Created in NX9.0.0.
License requirements : nx_ship_drafting ("Ship Drafting")
decimalPlaces | decimalplaces |
void NXOpen::Annotations::ShipDraftingFramebarGeneralBuilder::SetTicDirection | ( | NXOpen::Annotations::ShipDraftingFramebarGeneralBuilder::TicDirectionTypes | ticDirection | ) |
Sets the tic direction
Created in NX9.0.0.
License requirements : nx_ship_drafting ("Ship Drafting")
ticDirection | ticdirection |
NXOpen::Annotations::ShipDraftingFramebarGeneralBuilder::TicDirectionTypes NXOpen::Annotations::ShipDraftingFramebarGeneralBuilder::TicDirection | ( | ) |
Returns the tic direction
Created in NX9.0.0.
License requirements : None
|
virtual |
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.
Implements NXOpen::GeometricUtilities::IComponentBuilder.