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

Represents an abstract NXOpen::CAE::LbcAssociationMgr
This is an abstract class

Created in NX10.0.0. More...

Inheritance diagram for NXOpen::CAE::LbcAssociationMgr:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder NXOpen::CAE::SolutionManager NXOpen::CAE::StepManager

Public Types

enum  BcType { BcTypeLoad, BcTypeConstraint, BcTypeSimulationObject, BcTypeNone }
 Option to associate bc type, load, constraint or simulation objects. More...
 

Public Member Functions

void ExportToCsv (const NXString &csvFileName)
 Export to csv
Created in NX10.0.0. More...
 
void ExportToCsv (const char *csvFileName)
 Export to csv
Created in NX10.0.0. More...
 
void ImportFromCsv (const NXString &csvFileName)
 Import from csv
Created in NX10.0.0. More...
 
void ImportFromCsv (const char *csvFileName)
 Import from csv
Created in NX10.0.0. More...
 
bool Orientation ()
 Returns the export orientation option
Created in NX11.0.0. More...
 
void SetOrientation (bool ori)
 Sets the export orientation option
Created in NX11.0.0. More...
 
void SetTypeOption (NXOpen::CAE::LbcAssociationMgr::BcType entityOption)
 Sets the bc type option
Created in NX10.0.0. More...
 
NXOpen::CAE::LbcAssociationMgr::BcType TypeOption ()
 Returns the bc type option
Created in NX10.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 an abstract NXOpen::CAE::LbcAssociationMgr
This is an abstract class

Created in NX10.0.0.


Member Enumeration Documentation

Option to associate bc type, load, constraint or simulation objects.

Enumerator
BcTypeLoad 

Associate loads.

BcTypeConstraint 

Associate constraints.

BcTypeSimulationObject 

Associate simulation objects.

BcTypeNone 

no valid type

Member Function Documentation

void NXOpen::CAE::LbcAssociationMgr::ExportToCsv ( const NXString csvFileName)

Export to csv
Created in NX10.0.0.



License requirements : None

Parameters
csvFileNameCSV file name
void NXOpen::CAE::LbcAssociationMgr::ExportToCsv ( const char *  csvFileName)

Export to csv
Created in NX10.0.0.



License requirements : None

Parameters
csvFileNameCSV file name
void NXOpen::CAE::LbcAssociationMgr::ImportFromCsv ( const NXString csvFileName)

Import from csv
Created in NX10.0.0.



License requirements : None

Parameters
csvFileNameCSV file name
void NXOpen::CAE::LbcAssociationMgr::ImportFromCsv ( const char *  csvFileName)

Import from csv
Created in NX10.0.0.



License requirements : None

Parameters
csvFileNameCSV file name
bool NXOpen::CAE::LbcAssociationMgr::Orientation ( )

Returns the export orientation option
Created in NX11.0.0.



License requirements : None

void NXOpen::CAE::LbcAssociationMgr::SetOrientation ( bool  ori)

Sets the export orientation option
Created in NX11.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
oriif true, steps are set in rows
void NXOpen::CAE::LbcAssociationMgr::SetTypeOption ( NXOpen::CAE::LbcAssociationMgr::BcType  entityOption)

Sets the bc type option
Created in NX10.0.0.



License requirements : nx_masterfem ("Finite Element Modeling")

Parameters
entityOptionentityoption
NXOpen::CAE::LbcAssociationMgr::BcType NXOpen::CAE::LbcAssociationMgr::TypeOption ( )

Returns the bc type option
Created in NX10.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.