NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Preferences::LoadDraftingStandardBuilder Class Reference

Represents a NXOpen::Preferences::LoadDraftingStandardBuilder
To create a new instance of this class, use NXOpen::Preferences::DraftingPreferenceManager::CreateLoadDraftingStandardBuilder

Created in NX5.0.0. More...

Inheritance diagram for NXOpen::Preferences::LoadDraftingStandardBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  LoadLevel {
  LoadLevelShipped, LoadLevelPackage, 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. More...
 
NXString Name ()
 Returns the standard name
Created in NX5.0.0. More...
 
void SetLevel (NXOpen::Preferences::LoadDraftingStandardBuilder::LoadLevel level)
 Sets the standard level
Created in NX5.0.0. More...
 
void SetName (const NXString &name)
 Sets the standard name
Created in NX5.0.0. More...
 
void SetName (const char *name)
 Sets the standard name
Created in NX5.0.0. More...
 
void SetWelcomeMode (bool welcomeMode)
 Sets the welcome mode
Created in NX8.0.0. More...
 
bool WelcomeMode ()
 Returns the welcome mode
Created in NX8.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::Preferences::LoadDraftingStandardBuilder
To create a new instance of this class, use NXOpen::Preferences::DraftingPreferenceManager::CreateLoadDraftingStandardBuilder

Created in NX5.0.0.


Member Enumeration Documentation

This enum is for the load level.

Enumerator
LoadLevelShipped 

the shipped level

LoadLevelPackage 

the package level

LoadLevelSite 

the site level

LoadLevelGroup 

the group level

LoadLevelUser 

the user level

Member Function Documentation

NXOpen::Preferences::LoadDraftingStandardBuilder::LoadLevel NXOpen::Preferences::LoadDraftingStandardBuilder::Level ( )

Returns the standard level
Created in NX5.0.0.



License requirements : None

NXString NXOpen::Preferences::LoadDraftingStandardBuilder::Name ( )

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

Parameters
levellevel
void NXOpen::Preferences::LoadDraftingStandardBuilder::SetName ( const NXString name)

Sets the standard name
Created in NX5.0.0.



License requirements : None

Parameters
namename
void NXOpen::Preferences::LoadDraftingStandardBuilder::SetName ( const char *  name)

Sets the standard name
Created in NX5.0.0.



License requirements : None

Parameters
namename
void NXOpen::Preferences::LoadDraftingStandardBuilder::SetWelcomeMode ( bool  welcomeMode)

Sets the welcome mode
Created in NX8.0.0.



License requirements : None

Parameters
welcomeModewelcomemode
bool NXOpen::Preferences::LoadDraftingStandardBuilder::WelcomeMode ( )

Returns the welcome mode
Created in NX8.0.0.



License requirements : None


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