NX Open C++ Reference Guide
|
Represents the manufacturing restrictions of CAE::Optimization::TBSTopologyRestrictArea
Created in NX8.0.0.
More...
Public Types | |
enum | MiddlePlaneType { MiddlePlaneTypeNone, MiddlePlaneTypeAutomatic, MiddlePlaneTypeAutomaticTight, MiddlePlaneTypePoint, MiddlePlaneTypeSurface, MiddlePlaneTypeStamp } |
Defines the middle plane type. More... | |
Public Member Functions | |
NXOpen::CAE::Optimization::TBSGroupDefinition * | CheckingGroup () |
Returns the element group that is used for checking collision of the removed elements Created in NX8.0.0. | |
NXOpen::Expression * | DraftAngle () |
Returns the draft angle Created in NX8.0.0. | |
NXOpen::CAE::Optimization::TBSCastCondition::MiddlePlaneType | MiddlePlane () |
Returns the middle plane Created in NX8.0.0. | |
NXOpen::Point * | MiddlePlanePoint () |
Returns the point within the central plane, only available when CAE::Optimization::TBSCastCondition::MiddlePlane is CAE::Optimization::TBSCastCondition::MiddlePlaneTypePoint Created in NX8.0.0. | |
NXOpen::CoordinateSystem * | PullCoordinateSystem () |
Returns the coordinate system for the definition of the pull direction Created in NX8.0.0. | |
NXOpen::Direction * | PullDirection () |
Returns the pull direction for the element groups in the form of a vector with global coordinate system Created in NX8.0.0. | |
NXOpen::Expression * | Radius () |
Returns the radius value that is used internaly for the collision check during the removal of the elements Created in NX8.0.0. | |
void | SetMiddlePlane (NXOpen::CAE::Optimization::TBSCastCondition::MiddlePlaneType middlePlane) |
Sets the middle plane Created in NX8.0.0. | |
void | SetMiddlePlanePoint (NXOpen::Point *middlePlanePoint) |
Sets the point within the central plane, only available when CAE::Optimization::TBSCastCondition::MiddlePlane is CAE::Optimization::TBSCastCondition::MiddlePlaneTypePoint Created in NX8.0.0. | |
void | SetPullCoordinateSystem (NXOpen::CoordinateSystem *pullCsys) |
Sets the coordinate system for the definition of the pull direction Created in NX8.0.0. | |
void | SetPullDirection (NXOpen::Direction *pullDirection) |
Sets the pull direction for the element groups in the form of a vector with global coordinate system Created in NX8.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the manufacturing restrictions of CAE::Optimization::TBSTopologyRestrictArea
Created in NX8.0.0.
Defines the middle plane type.
NXOpen::CAE::Optimization::TBSGroupDefinition* NXOpen::CAE::Optimization::TBSCastCondition::CheckingGroup | ( | ) |
Returns the element group that is used for checking collision of the removed elements
Created in NX8.0.0.
License requirements : None
NXOpen::Expression* NXOpen::CAE::Optimization::TBSCastCondition::DraftAngle | ( | ) |
Returns the draft angle
Created in NX8.0.0.
License requirements : None
NXOpen::CAE::Optimization::TBSCastCondition::MiddlePlaneType NXOpen::CAE::Optimization::TBSCastCondition::MiddlePlane | ( | ) |
Returns the middle plane
Created in NX8.0.0.
License requirements : None
NXOpen::Point* NXOpen::CAE::Optimization::TBSCastCondition::MiddlePlanePoint | ( | ) |
Returns the point within the central plane, only available when CAE::Optimization::TBSCastCondition::MiddlePlane is CAE::Optimization::TBSCastCondition::MiddlePlaneTypePoint
Created in NX8.0.0.
License requirements : None
NXOpen::CoordinateSystem* NXOpen::CAE::Optimization::TBSCastCondition::PullCoordinateSystem | ( | ) |
Returns the coordinate system for the definition of the pull direction
Created in NX8.0.0.
License requirements : None
NXOpen::Direction* NXOpen::CAE::Optimization::TBSCastCondition::PullDirection | ( | ) |
Returns the pull direction for the element groups in the form of a vector with global coordinate system
Created in NX8.0.0.
License requirements : None
NXOpen::Expression* NXOpen::CAE::Optimization::TBSCastCondition::Radius | ( | ) |
Returns the radius value that is used internaly for the collision check during the removal of the elements
Created in NX8.0.0.
License requirements : None
void NXOpen::CAE::Optimization::TBSCastCondition::SetMiddlePlane | ( | NXOpen::CAE::Optimization::TBSCastCondition::MiddlePlaneType | middlePlane | ) |
Sets the middle plane
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")
middlePlane | middleplane |
void NXOpen::CAE::Optimization::TBSCastCondition::SetMiddlePlanePoint | ( | NXOpen::Point * | middlePlanePoint | ) |
Sets the point within the central plane, only available when CAE::Optimization::TBSCastCondition::MiddlePlane is CAE::Optimization::TBSCastCondition::MiddlePlaneTypePoint
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")
middlePlanePoint | middleplanepoint |
void NXOpen::CAE::Optimization::TBSCastCondition::SetPullCoordinateSystem | ( | NXOpen::CoordinateSystem * | pullCsys | ) |
Sets the coordinate system for the definition of the pull direction
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")
pullCsys | pullcsys |
void NXOpen::CAE::Optimization::TBSCastCondition::SetPullDirection | ( | NXOpen::Direction * | pullDirection | ) |
Sets the pull direction for the element groups in the form of a vector with global 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")
pullDirection | pulldirection |