NX Open C++ Reference Guide
|
Represents a Preferences::LoadDraftingStandardBuilder
To create a new instance of this class, use Preferences::DraftingPreferenceManager::CreateLoadDraftingStandardBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | LoadLevel { LoadLevelShipped, LoadLevelSite, LoadLevelGroup, LoadLevelUser } |
This enum is for the load level. More... | |
Public Member Functions | |
NXOpen::Preferences::LoadDraftingStandardBuilder::LoadLevel | Level () |
Returns the standard level Created in NX5.0.0. | |
NXString | Name () |
Returns the standard name Created in NX5.0.0. | |
void | SetLevel (NXOpen::Preferences::LoadDraftingStandardBuilder::LoadLevel level) |
Sets the standard level Created in NX5.0.0. | |
void | SetName (const NXString &name) |
Sets the standard name Created in NX5.0.0. | |
void | SetWelcomeMode (bool welcomeMode) |
Sets the welcome mode Created in NX8.0.0. | |
bool | WelcomeMode () |
Returns the welcome mode Created in NX8.0.0. |
Represents a Preferences::LoadDraftingStandardBuilder
To create a new instance of this class, use Preferences::DraftingPreferenceManager::CreateLoadDraftingStandardBuilder
Created in NX5.0.0.
NXOpen::Preferences::LoadDraftingStandardBuilder::LoadLevel NXOpen::Preferences::LoadDraftingStandardBuilder::Level | ( | ) |
Returns the standard level
Created in NX5.0.0.
License requirements : None
Returns the standard name
Created in NX5.0.0.
License requirements : None
void NXOpen::Preferences::LoadDraftingStandardBuilder::SetLevel | ( | NXOpen::Preferences::LoadDraftingStandardBuilder::LoadLevel | level | ) |
Sets the standard level
Created in NX5.0.0.
License requirements : None
level | level |
void NXOpen::Preferences::LoadDraftingStandardBuilder::SetName | ( | const NXString & | name | ) |
Sets the standard name
Created in NX5.0.0.
License requirements : None
name | name |
void NXOpen::Preferences::LoadDraftingStandardBuilder::SetWelcomeMode | ( | bool | welcomeMode | ) |
Sets the welcome mode
Created in NX8.0.0.
License requirements : None
welcomeMode | welcomemode |
Returns the welcome mode
Created in NX8.0.0.
License requirements : None