NX Open C++ Reference Guide
|
Represents the cooling fitting data in Add Channel Fitting Builder. More...
Public Member Functions | |
void | AddFittingPoints (NXOpen::Point *fittingPoint) |
Add cooling fitting points to the fitting data. | |
void | ClearFittingPoints () |
Clear cooling fitting points from the fitting data. | |
virtual | ~CoolingFittingData () |
Dispose the part infomation to be cloned. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents the cooling fitting data in Add Channel Fitting Builder.
<br> To create an instance of this object use @link Tooling::ChannelFittingBuilder::CreateCoolingFittingData Tooling::ChannelFittingBuilder::CreateCoolingFittingData@endlink <br>
Created in NX7.5.0.
|
virtual |
Dispose the part infomation to be cloned.
Created in NX7.5.0.
License requirements : None
void NXOpen::Tooling::CoolingFittingData::AddFittingPoints | ( | NXOpen::Point * | fittingPoint | ) |
Add cooling fitting points to the fitting data.
Created in NX7.5.0.
License requirements : None
fittingPoint | the fitting point to be added. |
void NXOpen::Tooling::CoolingFittingData::ClearFittingPoints | ( | ) |
Clear cooling fitting points from the fitting data.
Created in NX7.5.0.
License requirements : None