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. |
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.
Returns the bottom clearance
Created in NX8.0.0.
License requirements : None
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.
Create Fitting Points.
Created in NX7.5.0.
License requirements : None
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.
Returns the parent channel of the cooling fitting points.
Created in NX7.5.0.
License requirements : None
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 |
Returns the top clearance
Created in NX8.0.0.
License requirements : None