|
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. | |
Public Member Functions inherited from NXOpen::Builder | |
| 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. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| 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 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.
| NXOpen::Direction* NXOpen::Tooling::CoolingConnectBuilder::ConnectVector | ( | ) |
Returns the vector specified for creating connecting channel.
Created in NX7.5.0.
License requirements : None
| bool NXOpen::Tooling::CoolingConnectBuilder::DefineConnectVector | ( | ) |
Returns the value which specifies whether to define the vector of the connect channel or not.
Created in NX7.5.0.
License requirements : None
| bool NXOpen::Tooling::CoolingConnectBuilder::DefineStartPoint | ( | ) |
Returns the value which specifies whether to define the start point or not.
Created in NX7.5.0.
License requirements : None
| NXOpen::SelectBody* NXOpen::Tooling::CoolingConnectBuilder::FirstChannel | ( | ) |
Returns the first channel to be connected.
Created in NX7.5.0.
License requirements : None
| NXOpen::SelectBody* NXOpen::Tooling::CoolingConnectBuilder::SecondChannel | ( | ) |
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 |
| NXOpen::Point* NXOpen::Tooling::CoolingConnectBuilder::StartPoint | ( | ) |
Returns the point for changing the start position of the connecting channel.
Created in NX7.5.0.
License requirements : None