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

Represents the builder of NXOpen::CAE::Optimization::TBSShapeRestrictArea
To create a new instance of this class, use NXOpen::CAE::Optimization::TBSOptimizationManager::CreateShapeRestrictAreaBuilder

Created in NX8.5.0. More...

Inheritance diagram for NXOpen::CAE::Optimization::TBSShapeRestrictAreaBuilder:
NXOpen::CAE::Optimization::TBSRestrictAreaBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXOpen::CAE::Optimization::TBSShapeLinkConditionActLinkConditionButton ()
 Returns the link condition
Created in NX8.5.0. More...
 
bool CheckBoundaryCondition ()
 Returns a value indicating whether to accept nodes of boundary condition as constraint
Created in NX8.5.0. More...
 
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. More...
 
NXOpen::CAE::Optimization::TBSGroupDefinitionCheckedElements ()
 Returns the elements checked for penetration
Created in NX8.5.0. More...
 
bool CheckElementGroup ()
 Returns a value indicating whether to check elements for penetration
Created in NX8.5.0. More...
 
bool CheckLinkCondition ()
 Returns a value indicating whether to check link condition
Created in NX8.5.0. More...
 
bool CheckMaximumGrowValue ()
 Returns a value indicating whether to check maximum grow value
Created in NX8.5.0. More...
 
bool CheckMaximumShrinkValue ()
 Returns a value indicating whether to check maximum shrink value
Created in NX8.5.0. More...
 
NXOpen::CAE::Optimization::TBSCheckDOFDofSettings ()
 Returns the DOF settings
Created in NX8.5.0. More...
 
NXOpen::ExpressionMaximumGrowValue ()
 Returns the maximum grow value
Created in NX8.5.0. More...
 
NXOpen::ExpressionMaximumShrinkValue ()
 Returns the maximum shrink value
Created in NX8.5.0. More...
 
NXOpen::CAE::Optimization::TBSGroupDefinitionRestrictedNodes ()
 Returns the nodes to react on the restrictions
Created in NX8.5.0. More...
 
void SetCheckBoundaryCondition (bool boundaryCondition)
 Sets a value indicating whether to accept nodes of boundary condition as constraint
Created in NX8.5.0. More...
 
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. More...
 
void SetCheckElementGroup (bool checkElements)
 Sets a value indicating whether to check elements for penetration
Created in NX8.5.0. More...
 
void SetCheckLinkCondition (bool checkLinkCondition)
 Sets a value indicating whether to check link condition
Created in NX8.5.0. More...
 
void SetCheckMaximumGrowValue (bool isMaxGrowValue)
 Sets a value indicating whether to check maximum grow value
Created in NX8.5.0. More...
 
void SetCheckMaximumShrinkValue (bool isMaxShrinkValue)
 Sets a value indicating whether to check maximum shrink value
Created in NX8.5.0. More...
 
- Public Member Functions inherited from NXOpen::CAE::Optimization::TBSRestrictAreaBuilder
NXOpen::CAE::Optimization::NameDescriptionNameDescription ()
 Returns the name description
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::TBSShapeRestrictArea
To create a new instance of this class, use NXOpen::CAE::Optimization::TBSOptimizationManager::CreateShapeRestrictAreaBuilder

Created in NX8.5.0.


Member Function Documentation

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")

Parameters
boundaryConditionboundarycondition
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")

Parameters
checkDofcheckdof
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")

Parameters
checkElementscheckelements
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")

Parameters
checkLinkConditionchecklinkcondition
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")

Parameters
isMaxGrowValueismaxgrowvalue
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")

Parameters
isMaxShrinkValueismaxshrinkvalue

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