NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAE::AutoBCBuilder Class Reference

Builds one or more NXOpen::CAE::SimSimulationObject object(s). More...

Inheritance diagram for NXOpen::CAE::AutoBCBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXOpen::CAE::AutoPairsAutopairs ()
 Returns the AutoBC's NXOpen::CAE::AutoPairs
Created in NX5.0.0. More...
 
NXString BcBaseName ()
 Returns the base name of NXOpen::CAE::SimBC objects created
Created in NX8.0.0. More...
 
NXOpen::CAE::SimLbcFolderDestinationFolder ()
 Returns the destination folder of NXOpen::CAE::SimBC object
Created in NX9.0.0. More...
 
int Label ()
 Returns the initial label of NXOpen::CAE::CaeRegion and NXOpen::CAE::SimBC objects
Created in NX8.0.0. More...
 
NXOpen::CAE::PropertyTablePropertyTable ()
 Returns the AutoBC's NXOpen::CAE::PropertyTable
Created in NX5.0.0. More...
 
NXOpen::CAE::SimAutoBcRecipeRecipe ()
 Returns the AutoBC's NXOpen::CAE::SimAutoBcRecipe
Created in NX5.0.0. More...
 
bool RetainRecipeFlag ()
 Returns the retain recipe flag, which signifies whether or not the recipe will be retained after the generation of the BCs
Created in NX5.0.0. More...
 
void SetAutopairs (NXOpen::CAE::AutoPairs *recipe)
 Sets the AutoBC's NXOpen::CAE::AutoPairs
Created in NX5.0.0. More...
 
void SetBcBaseName (const NXString &name)
 Sets the base name of NXOpen::CAE::SimBC objects created
Created in NX8.0.0. More...
 
void SetBcBaseName (const char *name)
 Sets the base name of NXOpen::CAE::SimBC objects created
Created in NX8.0.0. More...
 
void SetDestinationFolder (NXOpen::CAE::SimLbcFolder *folder)
 Sets the destination folder of NXOpen::CAE::SimBC object
Created in NX9.0.0. More...
 
void SetLabel (int label)
 Sets the initial label of NXOpen::CAE::CaeRegion and NXOpen::CAE::SimBC objects
Created in NX8.0.0. More...
 
void SetRetainRecipeFlag (bool retainRecipe)
 Sets the retain recipe flag, which signifies whether or not the recipe will be retained after the generation of the BCs
Created in NX5.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

Builds one or more NXOpen::CAE::SimSimulationObject object(s).

These simulation objects use two target face sets like the Surf to Surf Contact
To create a new instance of this class, use NXOpen::CAE::SimSimulation::CreateAutoBcBuilder

Created in NX5.0.0.

Member Function Documentation

NXOpen::CAE::AutoPairs* NXOpen::CAE::AutoBCBuilder::Autopairs ( )

Returns the AutoBC's NXOpen::CAE::AutoPairs
Created in NX5.0.0.



License requirements : None

NXString NXOpen::CAE::AutoBCBuilder::BcBaseName ( )

Returns the base name of NXOpen::CAE::SimBC objects created
Created in NX8.0.0.



License requirements : None

NXOpen::CAE::SimLbcFolder* NXOpen::CAE::AutoBCBuilder::DestinationFolder ( )

Returns the destination folder of NXOpen::CAE::SimBC object
Created in NX9.0.0.



License requirements : None

int NXOpen::CAE::AutoBCBuilder::Label ( )

Returns the initial label of NXOpen::CAE::CaeRegion and NXOpen::CAE::SimBC objects
Created in NX8.0.0.



License requirements : None

NXOpen::CAE::PropertyTable* NXOpen::CAE::AutoBCBuilder::PropertyTable ( )

Returns the AutoBC's NXOpen::CAE::PropertyTable
Created in NX5.0.0.



License requirements : None

NXOpen::CAE::SimAutoBcRecipe* NXOpen::CAE::AutoBCBuilder::Recipe ( )

Returns the AutoBC's NXOpen::CAE::SimAutoBcRecipe
Created in NX5.0.0.



License requirements : None

bool NXOpen::CAE::AutoBCBuilder::RetainRecipeFlag ( )

Returns the retain recipe flag, which signifies whether or not the recipe will be retained after the generation of the BCs
Created in NX5.0.0.



License requirements : None

void NXOpen::CAE::AutoBCBuilder::SetAutopairs ( NXOpen::CAE::AutoPairs recipe)

Sets the AutoBC's NXOpen::CAE::AutoPairs
Created in NX5.0.0.



License requirements : None

Parameters
recipeauto pairs object
void NXOpen::CAE::AutoBCBuilder::SetBcBaseName ( const NXString name)

Sets the base name of NXOpen::CAE::SimBC objects created
Created in NX8.0.0.



License requirements : None

Parameters
namethe base name, if NULL or blank, a base name will be generated
void NXOpen::CAE::AutoBCBuilder::SetBcBaseName ( const char *  name)

Sets the base name of NXOpen::CAE::SimBC objects created
Created in NX8.0.0.



License requirements : None

Parameters
namethe base name, if NULL or blank, a base name will be generated
void NXOpen::CAE::AutoBCBuilder::SetDestinationFolder ( NXOpen::CAE::SimLbcFolder folder)

Sets the destination folder of NXOpen::CAE::SimBC object
Created in NX9.0.0.



License requirements : None

Parameters
folderdestination folder
void NXOpen::CAE::AutoBCBuilder::SetLabel ( int  label)

Sets the initial label of NXOpen::CAE::CaeRegion and NXOpen::CAE::SimBC objects
Created in NX8.0.0.



License requirements : None

Parameters
labelthe initial label, if <=0 unique labels will be generated for you
void NXOpen::CAE::AutoBCBuilder::SetRetainRecipeFlag ( bool  retainRecipe)

Sets the retain recipe flag, which signifies whether or not the recipe will be retained after the generation of the BCs
Created in NX5.0.0.



License requirements : None

Parameters
retainRecipeflag for retaining recipe or not

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