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

Represents a NXOpen::CAE::Optimization::DAOConstraintBuilder . More...

Inheritance diagram for NXOpen::CAE::Optimization::DAOConstraintBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXOpen::CAE::Optimization::Category CategoryType ()
 Returns the category type
Created in NX8.0.0. More...
 
NXOpen::CAE::Optimization::Geometry GeometryType ()
 Returns the geometry type
Created in NX8.0.0. More...
 
std::vector
< NXOpen::DisplayableObject * > 
GetGeometry ()
 Gets the target geometry. More...
 
NXOpen::CAE::Optimization::Limit LimitType ()
 Returns the limit type
Created in NX8.0.0. More...
 
NXOpen::UnitLimitUnit ()
 Returns the limit unit
Created in NX8.0.0. More...
 
double LimitValue ()
 Returns the limit value
Created in NX8.0.0. More...
 
int LoadCase ()
 Returns the frequency load case index
Created in NX8.5.0. More...
 
int ModeNumber ()
 Returns the frequency mode number
Created in NX8.0.0. More...
 
NXOpen::CAE::Optimization::Response Response ()
 Returns the constraint response
Created in NX8.0.0. More...
 
NXOpen::CAE::ResultMeasureResultMeasure ()
 Returns the result measure
Created in NX8.5.0. More...
 
void SetCategoryType (NXOpen::CAE::Optimization::Category categoryType)
 Sets the category type
Created in NX8.0.0. More...
 
void SetGeometry (const std::vector< NXOpen::DisplayableObject * > &geometry)
 Sets the target geometry
Created in NX8.0.0. More...
 
void SetGeometryType (NXOpen::CAE::Optimization::Geometry geometryType)
 Sets the geometry type
Created in NX8.0.0. More...
 
void SetLimitType (NXOpen::CAE::Optimization::Limit limitType)
 Sets the limit type
Created in NX8.0.0. More...
 
void SetLimitUnit (NXOpen::Unit *targetUnit)
 Sets the limit unit
Created in NX8.0.0. More...
 
void SetLimitValue (double limitValue)
 Sets the limit value
Created in NX8.0.0. More...
 
void SetLoadCase (int loadcase)
 Sets the frequency load case index
Created in NX8.5.0. More...
 
void SetModeNumber (int modeNumber)
 Sets the frequency mode number
Created in NX8.0.0. More...
 
void SetResponse (NXOpen::CAE::Optimization::Response constraintResponse)
 Sets the constraint response
Created in NX8.0.0. More...
 
void SetResultMeasure (NXOpen::CAE::ResultMeasure *resMeas)
 Sets the result measure
Created in NX8.5.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::Optimization::DAOConstraintBuilder .


To create a new instance of this class, use NXOpen::CAE::Optimization::DAOSolutionCollection::CreateConstraintBuilder

Created in NX8.0.0.

Member Function Documentation

NXOpen::CAE::Optimization::Category NXOpen::CAE::Optimization::DAOConstraintBuilder::CategoryType ( )

Returns the category type
Created in NX8.0.0.



License requirements : None

NXOpen::CAE::Optimization::Geometry NXOpen::CAE::Optimization::DAOConstraintBuilder::GeometryType ( )

Returns the geometry type
Created in NX8.0.0.



License requirements : None

std::vector<NXOpen::DisplayableObject *> NXOpen::CAE::Optimization::DAOConstraintBuilder::GetGeometry ( )

Gets the target geometry.

Returns
Target geometry
Created in NX8.0.0.

License requirements : None
NXOpen::CAE::Optimization::Limit NXOpen::CAE::Optimization::DAOConstraintBuilder::LimitType ( )

Returns the limit type
Created in NX8.0.0.



License requirements : None

NXOpen::Unit* NXOpen::CAE::Optimization::DAOConstraintBuilder::LimitUnit ( )

Returns the limit unit
Created in NX8.0.0.



License requirements : None

double NXOpen::CAE::Optimization::DAOConstraintBuilder::LimitValue ( )

Returns the limit value
Created in NX8.0.0.



License requirements : None

int NXOpen::CAE::Optimization::DAOConstraintBuilder::LoadCase ( )

Returns the frequency load case index
Created in NX8.5.0.



License requirements : None

int NXOpen::CAE::Optimization::DAOConstraintBuilder::ModeNumber ( )

Returns the frequency mode number
Created in NX8.0.0.



License requirements : None

NXOpen::CAE::Optimization::Response NXOpen::CAE::Optimization::DAOConstraintBuilder::Response ( )

Returns the constraint response
Created in NX8.0.0.



License requirements : None

NXOpen::CAE::ResultMeasure* NXOpen::CAE::Optimization::DAOConstraintBuilder::ResultMeasure ( )

Returns the result measure
Created in NX8.5.0.



License requirements : None

void NXOpen::CAE::Optimization::DAOConstraintBuilder::SetCategoryType ( NXOpen::CAE::Optimization::Category  categoryType)

Sets the category type
Created in NX8.0.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
categoryTypeCategory type
void NXOpen::CAE::Optimization::DAOConstraintBuilder::SetGeometry ( const std::vector< NXOpen::DisplayableObject * > &  geometry)

Sets the target geometry
Created in NX8.0.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
geometryTarget geometry
void NXOpen::CAE::Optimization::DAOConstraintBuilder::SetGeometryType ( NXOpen::CAE::Optimization::Geometry  geometryType)

Sets the geometry type
Created in NX8.0.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
geometryTypeGeometry type
void NXOpen::CAE::Optimization::DAOConstraintBuilder::SetLimitType ( NXOpen::CAE::Optimization::Limit  limitType)

Sets the limit type
Created in NX8.0.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
limitTypeLimit type
void NXOpen::CAE::Optimization::DAOConstraintBuilder::SetLimitUnit ( NXOpen::Unit targetUnit)

Sets the limit unit
Created in NX8.0.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
targetUnitLimit unit
void NXOpen::CAE::Optimization::DAOConstraintBuilder::SetLimitValue ( double  limitValue)

Sets the limit value
Created in NX8.0.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
limitValueLimit value
void NXOpen::CAE::Optimization::DAOConstraintBuilder::SetLoadCase ( int  loadcase)

Sets the frequency load case index
Created in NX8.5.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
loadcaseloadcase
void NXOpen::CAE::Optimization::DAOConstraintBuilder::SetModeNumber ( int  modeNumber)

Sets the frequency mode number
Created in NX8.0.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
modeNumberMode number
void NXOpen::CAE::Optimization::DAOConstraintBuilder::SetResponse ( NXOpen::CAE::Optimization::Response  constraintResponse)

Sets the constraint response
Created in NX8.0.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
constraintResponseConstraint response
void NXOpen::CAE::Optimization::DAOConstraintBuilder::SetResultMeasure ( NXOpen::CAE::ResultMeasure resMeas)

Sets the result measure
Created in NX8.5.0.



License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
resMeasresmeas

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