NX Open C++ Reference Guide
|
The builder class for Cooling connection which assists you to create channel and connect it to other channels. More...
Public Member Functions | |
NXOpen::Direction * | ConnectVector () |
Returns the vector specified for creating connecting channel. | |
bool | DefineConnectVector () |
Returns the value which specifies whether to define the vector of the connect channel or not. | |
bool | DefineStartPoint () |
Returns the value which specifies whether to define the start point or not. | |
NXOpen::SelectBody * | FirstChannel () |
Returns the first channel to be connected. | |
NXOpen::SelectBody * | SecondChannel () |
Returns the second channel to be connected. | |
void | SetConnectVector (NXOpen::Direction *connectVector) |
Sets the vector specified for creating connecting channel. | |
void | SetDefineConnectVector (bool defineConnectVector) |
Sets the value which specifies whether to define the vector of the connect channel or not. | |
void | SetDefineStartPoint (bool defineStartPoint) |
Sets the value which specifies whether to define the start point or not. | |
void | SetStartPoint (NXOpen::Point *startPoint) |
Sets the point for changing the start position of the connecting channel. | |
NXOpen::Point * | StartPoint () |
Returns the point for changing the start position of the connecting channel. |
The builder class for Cooling connection which assists you to create channel and connect it to other channels.
To create a new instance of this class, use Tooling::CoolingConnectCollection::CreateCoolingConnectBuilder
Default values.
Property | Value |
---|---|
DefineConnectVector |
0 |
DefineStartPoint |
0 |
Created in NX7.5.0.
Returns the vector specified for creating connecting channel.
Created in NX7.5.0.
License requirements : None
Returns the value which specifies whether to define the vector of the connect channel or not.
Created in NX7.5.0.
License requirements : None
Returns the value which specifies whether to define the start point or not.
Created in NX7.5.0.
License requirements : None
Returns the first channel to be connected.
Created in NX7.5.0.
License requirements : None
Returns the second channel to be connected.
Created in NX7.5.0.
License requirements : None
void NXOpen::Tooling::CoolingConnectBuilder::SetConnectVector | ( | NXOpen::Direction * | connectVector | ) |
Sets the vector specified for creating connecting channel.
Created in NX7.5.0.
License requirements : None
connectVector | connectvector |
void NXOpen::Tooling::CoolingConnectBuilder::SetDefineConnectVector | ( | bool | defineConnectVector | ) |
Sets the value which specifies whether to define the vector of the connect channel or not.
Created in NX7.5.0.
License requirements : None
defineConnectVector | defineconnectvector |
void NXOpen::Tooling::CoolingConnectBuilder::SetDefineStartPoint | ( | bool | defineStartPoint | ) |
Sets the value which specifies whether to define the start point or not.
Created in NX7.5.0.
License requirements : None
defineStartPoint | definestartpoint |
void NXOpen::Tooling::CoolingConnectBuilder::SetStartPoint | ( | NXOpen::Point * | startPoint | ) |
Sets the point for changing the start position of the connecting channel.
Created in NX7.5.0.
License requirements : None
startPoint | startpoint |
Returns the point for changing the start position of the connecting channel.
Created in NX7.5.0.
License requirements : None