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

Represents the builder of NXOpen::CAE::Optimization::TBSDesignVariable
This is an abstract class, and cannot be created. More...

Inheritance diagram for NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder NXOpen::CAE::Optimization::TBSDesignResponseBuilder NXOpen::CAE::Optimization::TBSDesignVariableBuilder

Public Types

enum  GroupOperator {
  GroupOperatorMax, GroupOperatorMin, GroupOperatorSum, GroupOperatorCount,
  GroupOperatorDeviation
}
 Defines the operator type to determine the design variable that used within the selection area. More...
 

Public Member Functions

NXOpen::CAE::Optimization::TBSGroupDefinitionDesignElements ()
 Returns the element group in which the value of the design variable is to be determined
Created in NX8.0.0. More...
 
NXOpen::CAE::Optimization::TBSGroupDefinitionDesignNodes ()
 Returns the node group in which the value of the design variable is to be determined
Created in NX8.0.0. More...
 
NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::GroupOperator GroupOperatorOption ()
 Returns the group operator option
Created in NX8.0.0. More...
 
NXOpen::CAE::Optimization::TBSLoadCaseManagerLoadCases ()
 Returns the load cases
Created in NX8.0.0. More...
 
NXOpen::CAE::Optimization::NameDescriptionNameDescription ()
 Returns the name description
Created in NX8.0.0. More...
 
NXOpen::CoordinateSystemReferenceCoordinateSystem ()
 Returns the referenced coordinate system
Created in NX8.0.0. More...
 
NXOpen::CAE::Optimization::TBSGroupDefinition::GroupElementType SelectionAreaType ()
 Returns the type of selection location on which design variable is applied
Created in NX8.0.0. More...
 
void SetGroupOperatorOption (NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::GroupOperator groupOperatorOption)
 Sets the group operator option
Created in NX8.0.0. More...
 
void SetReferenceCoordinateSystem (NXOpen::CoordinateSystem *referenceCsys)
 Sets the referenced coordinate system
Created in NX8.0.0. More...
 
void SetSelectionAreaType (NXOpen::CAE::Optimization::TBSGroupDefinition::GroupElementType areaType)
 Sets the type of selection location on which design variable is applied
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 the builder of NXOpen::CAE::Optimization::TBSDesignVariable
This is an abstract class, and cannot be created.



Created in NX8.0.0.

Member Enumeration Documentation

Defines the operator type to determine the design variable that used within the selection area.

Enumerator
GroupOperatorMax 

Maximum value fo the selection area.

GroupOperatorMin 

Minimum value of the selection area.

GroupOperatorSum 

Sum of all values of the selection area.

GroupOperatorCount 

Determines the number of values of the selection area.

GroupOperatorDeviation 

Deviation from the maximum value of the reference value.

Member Function Documentation

NXOpen::CAE::Optimization::TBSGroupDefinition* NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::DesignElements ( )

Returns the element group in which the value of the design variable is to be determined
Created in NX8.0.0.



License requirements : None

NXOpen::CAE::Optimization::TBSGroupDefinition* NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::DesignNodes ( )

Returns the node group in which the value of the design variable is to be determined
Created in NX8.0.0.



License requirements : None

NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::GroupOperator NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::GroupOperatorOption ( )

Returns the group operator option
Created in NX8.0.0.



License requirements : None

NXOpen::CAE::Optimization::TBSLoadCaseManager* NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::LoadCases ( )

Returns the load cases
Created in NX8.0.0.



License requirements : None

NXOpen::CAE::Optimization::NameDescription* NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::NameDescription ( )

Returns the name description
Created in NX8.0.0.



License requirements : None

NXOpen::CoordinateSystem* NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::ReferenceCoordinateSystem ( )

Returns the referenced coordinate system
Created in NX8.0.0.



License requirements : None

NXOpen::CAE::Optimization::TBSGroupDefinition::GroupElementType NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::SelectionAreaType ( )

Returns the type of selection location on which design variable is applied
Created in NX8.0.0.



License requirements : None

void NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::SetGroupOperatorOption ( NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::GroupOperator  groupOperatorOption)

Sets the group operator option
Created in NX8.0.0.



License requirements : cae_opt_topo ("NX Topology Optimization") OR cae_opt_topobead ("NX Bead Optimization") OR cae_opt_toposhape ("NX Shape Optimization")

Parameters
groupOperatorOptiongroupoperatoroption
void NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::SetReferenceCoordinateSystem ( NXOpen::CoordinateSystem referenceCsys)

Sets the referenced coordinate system
Created in NX8.0.0.



License requirements : cae_opt_topo ("NX Topology Optimization") OR cae_opt_topobead ("NX Bead Optimization") OR cae_opt_toposhape ("NX Shape Optimization")

Parameters
referenceCsysreferencecsys
void NXOpen::CAE::Optimization::TBSBaseDesignVariableBuilder::SetSelectionAreaType ( NXOpen::CAE::Optimization::TBSGroupDefinition::GroupElementType  areaType)

Sets the type of selection location on which design variable is applied
Created in NX8.0.0.



License requirements : cae_opt_topo ("NX Topology Optimization") OR cae_opt_topobead ("NX Bead Optimization") OR cae_opt_toposhape ("NX Shape Optimization")

Parameters
areaTypeareatype

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