NX Open C++ Reference Guide
|
The builder class for Channel Fitting which assists you to add cooling fitting. More...
Public Member Functions | |
NXOpen::Expression * | BottomClearance () |
Returns the bottom clearance Created in NX8.0.0. | |
NXOpen::SelectBodyList * | BoundaryBody () |
Returns the boundary body to create the cooling fitting points. | |
NXOpen::Tooling::CoolingFittingData * | CreateCoolingFittingData () |
Creates the Cooling Fitting Data object. | |
void | CreateFittingPoints () |
Create Fitting Points. | |
NXOpen::Point * | FittingPoint () |
Returns the new point specified for the cooling fitting point. | |
NXOpen::Tooling::CoolingFittingData * | GetCoolingFittingData () |
Get the Cooling Fitting Data object. | |
NXOpen::SelectBodyList * | ParentChannel () |
Returns the parent channel of the cooling fitting points. | |
bool | SearchBoundaryBodies () |
Returns the value which specifies whether to auto search boundary bodies or not. | |
void | SetFittingPoint (NXOpen::Point *fittingPoint) |
Sets the new point specified for the cooling fitting point. | |
void | SetSearchBoundaryBodies (bool searchBoundaryBodies) |
Sets the value which specifies whether to auto search boundary bodies or not. | |
NXOpen::Expression * | TopClearance () |
Returns the top clearance 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. | |
The builder class for Channel Fitting which assists you to add cooling fitting.
To create a new instance of this class, use Tooling::ChannelFittingCollection::CreateChannelFittingBuilder
Default values.
Property | Value |
---|---|
BottomClearance.Value |
0 (millimeters part), 0 (inches part) |
TopClearance.Value |
5 (millimeters part), 1.25 (inches part) |
Created in NX7.5.0.
NXOpen::Expression* NXOpen::Tooling::ChannelFittingBuilder::BottomClearance | ( | ) |
Returns the bottom clearance
Created in NX8.0.0.
License requirements : None
NXOpen::SelectBodyList* NXOpen::Tooling::ChannelFittingBuilder::BoundaryBody | ( | ) |
Returns the boundary body to create the cooling fitting points.
Created in NX8.0.0.
License requirements : None
NXOpen::Tooling::CoolingFittingData* NXOpen::Tooling::ChannelFittingBuilder::CreateCoolingFittingData | ( | ) |
Creates the Cooling Fitting Data object.
void NXOpen::Tooling::ChannelFittingBuilder::CreateFittingPoints | ( | ) |
Create Fitting Points.
Created in NX7.5.0.
License requirements : None
NXOpen::Point* NXOpen::Tooling::ChannelFittingBuilder::FittingPoint | ( | ) |
Returns the new point specified for the cooling fitting point.
Created in NX7.5.0.
License requirements : None
NXOpen::Tooling::CoolingFittingData* NXOpen::Tooling::ChannelFittingBuilder::GetCoolingFittingData | ( | ) |
Get the Cooling Fitting Data object.
NXOpen::SelectBodyList* NXOpen::Tooling::ChannelFittingBuilder::ParentChannel | ( | ) |
Returns the parent channel of the cooling fitting points.
Created in NX7.5.0.
License requirements : None
bool NXOpen::Tooling::ChannelFittingBuilder::SearchBoundaryBodies | ( | ) |
Returns the value which specifies whether to auto search boundary bodies or not.
Created in NX8.0.0.
License requirements : None
void NXOpen::Tooling::ChannelFittingBuilder::SetFittingPoint | ( | NXOpen::Point * | fittingPoint | ) |
Sets the new point specified for the cooling fitting point.
Created in NX7.5.0.
License requirements : None
fittingPoint | fittingpoint |
void NXOpen::Tooling::ChannelFittingBuilder::SetSearchBoundaryBodies | ( | bool | searchBoundaryBodies | ) |
Sets the value which specifies whether to auto search boundary bodies or not.
Created in NX8.0.0.
License requirements : None
searchBoundaryBodies | searchboundarybodies |
NXOpen::Expression* NXOpen::Tooling::ChannelFittingBuilder::TopClearance | ( | ) |
Returns the top clearance
Created in NX8.0.0.
License requirements : None