NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Types | Public Member Functions | List of all members
NXOpen::CAE::DurSpecialistLocalDefinitionBuilder Class Reference

Represents a NXOpen::CAE::DurSpecialistLocalDefinition builder. More...

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

Public Types

enum  LocationType {
  LocationTypeElements, LocationTypeGroups, LocationTypeSeamWelds, LocationTypeSpotWelds,
  LocationTypeRemainingStructure
}
 Represents location type. More...
 

Public Member Functions

NXOpen::CAE::DurSpecialistAnalysisTypeAnalysisType ()
 Returns the analysis type. More...
 
void ClearSelectedGroups ()
 The option to clear the selected groups
Created in NX1847.0.0. More...
 
std::vector< NXStringGetDescription ()
 Returns the description. More...
 
bool IsAnalysisTypeInherited ()
 Returns the analysis type from solution flag
Created in NX12.0.0. More...
 
bool IsMaterialInherited ()
 Returns the material from solution flag
Created in NX12.0.0. More...
 
NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::LocationType Location ()
 Returns the location
Created in NX12.0.0. More...
 
NXOpen::CAE::DurSpecialistSolutionBuilder::MaterialSourceType MaterialSource ()
 Returns the material source. More...
 
NXString Name ()
 Returns the LocalDefinition name. More...
 
void Reset ()
 Reset to default according to analysis type
Created in NX1847.0.0. More...
 
NXOpen::PhysicalMaterialSelectedMaterial ()
 Returns the selected material. More...
 
NXOpen::CAE::SelectElementsBuilderSelectElements ()
 Returns the option to get the selected element faces
Created in NX1847.0.0. More...
 
int SelectionType ()
 Returns the option to get/set the group reference value
Created in NX1847.0.0. More...
 
void SetAnalysisType (NXOpen::CAE::DurSpecialistAnalysisType *analysisType)
 Sets the analysis type. More...
 
void SetAnalysisTypeInherited (bool isInherited)
 Sets the analysis type from solution flag
Created in NX12.0.0. More...
 
void SetDescription (const std::vector< NXString > &description)
 Sets the description
Created in NX1847.0.0. More...
 
void SetLocation (NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::LocationType type)
 Sets the location
Created in NX12.0.0. More...
 
void SetMaterialInherited (bool isInherited)
 Sets the material from solution flag
Created in NX12.0.0. More...
 
void SetMaterialSource (NXOpen::CAE::DurSpecialistSolutionBuilder::MaterialSourceType type)
 Sets the material source. More...
 
void SetName (const NXString &title)
 Sets the LocalDefinition name. More...
 
void SetName (const char *title)
 Sets the LocalDefinition name. More...
 
void SetSelectedGroups (const std::vector< NXOpen::NXObject * > &selectedGroups)
 The option to set the selected groups
Created in NX1847.0.0. More...
 
void SetSelectedMaterial (NXOpen::PhysicalMaterial *material)
 Sets the selected material. More...
 
void SetSelectedSeamWeldSets (const std::vector< NXOpen::NXObject * > &selectedSets)
 The option to set the selected seam weld sets
Created in NX1847.0.0. More...
 
void SetSelectedSpotWeldSets (const std::vector< NXOpen::NXObject * > &selectedSets)
 The option to set the selected spot weld sets
Created in NX1847.0.0. More...
 
void SetSelectionType (int selType)
 Sets the option to get/set the group reference value
Created in NX1847.0.0. More...
 
NXOpen::CAE::DurSpecialistSimulationObjectTableSimulationObjects ()
 Returns the simulation objects
Created in NX12.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::CAE::DurSpecialistLocalDefinition builder.


To create a new instance of this class, use NXOpen::CAE::DurSpecialistLocalDefinitionCollection::CreateLocalDefinitionBuilder
Default values.

Property Value

IsAnalysisTypeInherited

true

IsMaterialInherited

true

Location

Elements

MaterialSource

InheritFromSimulation


Created in NX12.0.0.

Member Enumeration Documentation

Represents location type.

Enumerator
LocationTypeElements 

Objects (translates to elements)

LocationTypeGroups 

Objects (translates to elements)

LocationTypeSeamWelds 

Objects (translates to elements)

LocationTypeSpotWelds 

Objects (translates to elements)

LocationTypeRemainingStructure 

Use the remaining structure.

Member Function Documentation

NXOpen::CAE::DurSpecialistAnalysisType* NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::AnalysisType ( )

Returns the analysis type.


Created in NX12.0.0.

License requirements : None

void NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::ClearSelectedGroups ( )

The option to clear the selected groups
Created in NX1847.0.0.



License requirements : sc_dur_specialist ("Simcenter Specialist Durability")

std::vector<NXString> NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::GetDescription ( )

Returns the description.

Returns

Created in NX1847.0.0.

License requirements : None
bool NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::IsAnalysisTypeInherited ( )

Returns the analysis type from solution flag
Created in NX12.0.0.



License requirements : None

bool NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::IsMaterialInherited ( )

Returns the material from solution flag
Created in NX12.0.0.



License requirements : None

NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::LocationType NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::Location ( )

Returns the location
Created in NX12.0.0.



License requirements : None

NXOpen::CAE::DurSpecialistSolutionBuilder::MaterialSourceType NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::MaterialSource ( )

Returns the material source.


Created in NX12.0.0.

License requirements : None

NXString NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::Name ( )

Returns the LocalDefinition name.


Created in NX12.0.0.

License requirements : None

void NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::Reset ( )

Reset to default according to analysis type
Created in NX1847.0.0.



License requirements : sc_dur_specialist ("Simcenter Specialist Durability")

NXOpen::PhysicalMaterial* NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::SelectedMaterial ( )

Returns the selected material.


Created in NX12.0.0.

License requirements : None

NXOpen::CAE::SelectElementsBuilder* NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::SelectElements ( )

Returns the option to get the selected element faces
Created in NX1847.0.0.



License requirements : sc_dur_specialist ("Simcenter Specialist Durability")

int NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::SelectionType ( )

Returns the option to get/set the group reference value
Created in NX1847.0.0.



License requirements : sc_dur_specialist ("Simcenter Specialist Durability")

void NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::SetAnalysisType ( NXOpen::CAE::DurSpecialistAnalysisType analysisType)

Sets the analysis type.


Created in NX12.0.0.

License requirements : sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
analysisTypeanalysistype
void NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::SetAnalysisTypeInherited ( bool  isInherited)

Sets the analysis type from solution flag
Created in NX12.0.0.



License requirements : sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
isInheritedisinherited
void NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::SetDescription ( const std::vector< NXString > &  description)

Sets the description
Created in NX1847.0.0.



License requirements : sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
descriptiondescription
void NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::SetLocation ( NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::LocationType  type)

Sets the location
Created in NX12.0.0.



License requirements : sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
typetype
void NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::SetMaterialInherited ( bool  isInherited)

Sets the material from solution flag
Created in NX12.0.0.



License requirements : sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
isInheritedisinherited
void NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::SetMaterialSource ( NXOpen::CAE::DurSpecialistSolutionBuilder::MaterialSourceType  type)

Sets the material source.


Created in NX12.0.0.

License requirements : sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
typetype
void NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::SetName ( const NXString title)

Sets the LocalDefinition name.


Created in NX12.0.0.

License requirements : sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
titletitle
void NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::SetName ( const char *  title)

Sets the LocalDefinition name.


Created in NX12.0.0.

License requirements : sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
titletitle
void NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::SetSelectedGroups ( const std::vector< NXOpen::NXObject * > &  selectedGroups)

The option to set the selected groups
Created in NX1847.0.0.



License requirements : sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
selectedGroupsselectedgroups
void NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::SetSelectedMaterial ( NXOpen::PhysicalMaterial material)

Sets the selected material.


Created in NX12.0.0.

License requirements : sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
materialNXOpen::PhysicalMaterial to assign
void NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::SetSelectedSeamWeldSets ( const std::vector< NXOpen::NXObject * > &  selectedSets)

The option to set the selected seam weld sets
Created in NX1847.0.0.



License requirements : sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
selectedSetsselectedsets
void NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::SetSelectedSpotWeldSets ( const std::vector< NXOpen::NXObject * > &  selectedSets)

The option to set the selected spot weld sets
Created in NX1847.0.0.



License requirements : sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
selectedSetsselectedsets
void NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::SetSelectionType ( int  selType)

Sets the option to get/set the group reference value
Created in NX1847.0.0.



License requirements : sc_dur_specialist ("Simcenter Specialist Durability")

Parameters
selTypeseltype
NXOpen::CAE::DurSpecialistSimulationObjectTable* NXOpen::CAE::DurSpecialistLocalDefinitionBuilder::SimulationObjects ( )

Returns the simulation objects
Created in NX12.0.0.



License requirements : None


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