NX Open C++ Reference Guide
|
Represents the builder of CAE::Optimization::TBSShapeRestrictArea
To create a new instance of this class, use CAE::Optimization::TBSOptimizationManager::CreateShapeRestrictAreaBuilder
Created in NX8.5.0.
More...
Public Member Functions | |
NXOpen::CAE::Optimization::TBSShapeLinkCondition * | ActLinkConditionButton () |
Returns the link condition Created in NX8.5.0. | |
bool | CheckBoundaryCondition () |
Returns a value indicating whether to accept nodes of boundary condition as constraint Created in NX8.5.0. | |
bool | CheckDof () |
Returns a value indicating whether to restrict the dispacement in the coordinate direction of the referenced coordinate system Created in NX8.5.0. | |
NXOpen::CAE::Optimization::TBSGroupDefinition * | CheckedElements () |
Returns the elements checked for penetration Created in NX8.5.0. | |
bool | CheckElementGroup () |
Returns a value indicating whether to check elements for penetration Created in NX8.5.0. | |
bool | CheckLinkCondition () |
Returns a value indicating whether to check link condition Created in NX8.5.0. | |
bool | CheckMaximumGrowValue () |
Returns a value indicating whether to check maximum grow value Created in NX8.5.0. | |
bool | CheckMaximumShrinkValue () |
Returns a value indicating whether to check maximum shrink value Created in NX8.5.0. | |
NXOpen::CAE::Optimization::TBSCheckDOF * | DofSettings () |
Returns the DOF settings Created in NX8.5.0. | |
NXOpen::Expression * | MaximumGrowValue () |
Returns the maximum grow value Created in NX8.5.0. | |
NXOpen::Expression * | MaximumShrinkValue () |
Returns the maximum shrink value Created in NX8.5.0. | |
NXOpen::CAE::Optimization::TBSGroupDefinition * | RestrictedNodes () |
Returns the nodes to react on the restrictions Created in NX8.5.0. | |
void | SetCheckBoundaryCondition (bool boundaryCondition) |
Sets a value indicating whether to accept nodes of boundary condition as constraint Created in NX8.5.0. | |
void | SetCheckDof (bool checkDof) |
Sets a value indicating whether to restrict the dispacement in the coordinate direction of the referenced coordinate system Created in NX8.5.0. | |
void | SetCheckElementGroup (bool checkElements) |
Sets a value indicating whether to check elements for penetration Created in NX8.5.0. | |
void | SetCheckLinkCondition (bool checkLinkCondition) |
Sets a value indicating whether to check link condition Created in NX8.5.0. | |
void | SetCheckMaximumGrowValue (bool isMaxGrowValue) |
Sets a value indicating whether to check maximum grow value Created in NX8.5.0. | |
void | SetCheckMaximumShrinkValue (bool isMaxShrinkValue) |
Sets a value indicating whether to check maximum shrink value Created in NX8.5.0. | |
![]() | |
NXOpen::CAE::Optimization::NameDescription * | NameDescription () |
Returns the name description Created in NX8.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the builder of CAE::Optimization::TBSShapeRestrictArea
To create a new instance of this class, use CAE::Optimization::TBSOptimizationManager::CreateShapeRestrictAreaBuilder
Created in NX8.5.0.
NXOpen::CAE::Optimization::TBSShapeLinkCondition* NXOpen::CAE::Optimization::TBSShapeRestrictAreaBuilder::ActLinkConditionButton | ( | ) |
Returns the link condition
Created in NX8.5.0.
License requirements : None
bool NXOpen::CAE::Optimization::TBSShapeRestrictAreaBuilder::CheckBoundaryCondition | ( | ) |
Returns a value indicating whether to accept nodes of boundary condition as constraint
Created in NX8.5.0.
License requirements : None
bool NXOpen::CAE::Optimization::TBSShapeRestrictAreaBuilder::CheckDof | ( | ) |
Returns a value indicating whether to restrict the dispacement in the coordinate direction of the referenced coordinate system
Created in NX8.5.0.
License requirements : None
NXOpen::CAE::Optimization::TBSGroupDefinition* NXOpen::CAE::Optimization::TBSShapeRestrictAreaBuilder::CheckedElements | ( | ) |
Returns the elements checked for penetration
Created in NX8.5.0.
License requirements : None
bool NXOpen::CAE::Optimization::TBSShapeRestrictAreaBuilder::CheckElementGroup | ( | ) |
Returns a value indicating whether to check elements for penetration
Created in NX8.5.0.
License requirements : None
bool NXOpen::CAE::Optimization::TBSShapeRestrictAreaBuilder::CheckLinkCondition | ( | ) |
Returns a value indicating whether to check link condition
Created in NX8.5.0.
License requirements : None
bool NXOpen::CAE::Optimization::TBSShapeRestrictAreaBuilder::CheckMaximumGrowValue | ( | ) |
Returns a value indicating whether to check maximum grow value
Created in NX8.5.0.
License requirements : None
bool NXOpen::CAE::Optimization::TBSShapeRestrictAreaBuilder::CheckMaximumShrinkValue | ( | ) |
Returns a value indicating whether to check maximum shrink value
Created in NX8.5.0.
License requirements : None
NXOpen::CAE::Optimization::TBSCheckDOF* NXOpen::CAE::Optimization::TBSShapeRestrictAreaBuilder::DofSettings | ( | ) |
Returns the DOF settings
Created in NX8.5.0.
License requirements : None
NXOpen::Expression* NXOpen::CAE::Optimization::TBSShapeRestrictAreaBuilder::MaximumGrowValue | ( | ) |
Returns the maximum grow value
Created in NX8.5.0.
License requirements : None
NXOpen::Expression* NXOpen::CAE::Optimization::TBSShapeRestrictAreaBuilder::MaximumShrinkValue | ( | ) |
Returns the maximum shrink value
Created in NX8.5.0.
License requirements : None
NXOpen::CAE::Optimization::TBSGroupDefinition* NXOpen::CAE::Optimization::TBSShapeRestrictAreaBuilder::RestrictedNodes | ( | ) |
Returns the nodes to react on the restrictions
Created in NX8.5.0.
License requirements : None
void NXOpen::CAE::Optimization::TBSShapeRestrictAreaBuilder::SetCheckBoundaryCondition | ( | bool | boundaryCondition | ) |
Sets a value indicating whether to accept nodes of boundary condition as constraint
Created in NX8.5.0.
License requirements : cae_opt_toposhape ("NX Shape Optimization")
boundaryCondition | boundarycondition |
void NXOpen::CAE::Optimization::TBSShapeRestrictAreaBuilder::SetCheckDof | ( | bool | checkDof | ) |
Sets a value indicating whether to restrict the dispacement in the coordinate direction of the referenced coordinate system
Created in NX8.5.0.
License requirements : cae_opt_toposhape ("NX Shape Optimization")
checkDof | checkdof |
void NXOpen::CAE::Optimization::TBSShapeRestrictAreaBuilder::SetCheckElementGroup | ( | bool | checkElements | ) |
Sets a value indicating whether to check elements for penetration
Created in NX8.5.0.
License requirements : cae_opt_toposhape ("NX Shape Optimization")
checkElements | checkelements |
void NXOpen::CAE::Optimization::TBSShapeRestrictAreaBuilder::SetCheckLinkCondition | ( | bool | checkLinkCondition | ) |
Sets a value indicating whether to check link condition
Created in NX8.5.0.
License requirements : cae_opt_toposhape ("NX Shape Optimization")
checkLinkCondition | checklinkcondition |
void NXOpen::CAE::Optimization::TBSShapeRestrictAreaBuilder::SetCheckMaximumGrowValue | ( | bool | isMaxGrowValue | ) |
Sets a value indicating whether to check maximum grow value
Created in NX8.5.0.
License requirements : cae_opt_toposhape ("NX Shape Optimization")
isMaxGrowValue | ismaxgrowvalue |
void NXOpen::CAE::Optimization::TBSShapeRestrictAreaBuilder::SetCheckMaximumShrinkValue | ( | bool | isMaxShrinkValue | ) |
Sets a value indicating whether to check maximum shrink value
Created in NX8.5.0.
License requirements : cae_opt_toposhape ("NX Shape Optimization")
isMaxShrinkValue | ismaxshrinkvalue |