NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Tooling::CoolingConnectBuilder Class Reference

The builder class for Cooling connection which assists you to create channel and connect it to other channels. More...

Inheritance diagram for NXOpen::Tooling::CoolingConnectBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXOpen::DirectionConnectVector ()
 Returns the vector specified for creating connecting channel. More...
 
bool DefineConnectVector ()
 Returns the value which specifies whether to define the vector of the connect channel or not. More...
 
bool DefineStartPoint ()
 Returns the value which specifies whether to define the start point or not. More...
 
NXOpen::SelectBodyFirstChannel ()
 Returns the first channel to be connected. More...
 
NXOpen::SelectBodySecondChannel ()
 Returns the second channel to be connected. More...
 
void SetConnectVector (NXOpen::Direction *connectVector)
 Sets the vector specified for creating connecting channel. More...
 
void SetDefineConnectVector (bool defineConnectVector)
 Sets the value which specifies whether to define the vector of the connect channel or not. More...
 
void SetDefineStartPoint (bool defineStartPoint)
 Sets the value which specifies whether to define the start point or not. More...
 
void SetStartPoint (NXOpen::Point *startPoint)
 Sets the point for changing the start position of the connecting channel. More...
 
NXOpen::PointStartPoint ()
 Returns the point for changing the start position of the connecting channel. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

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 NXOpen::Tooling::CoolingConnectCollection::CreateCoolingConnectBuilder
Default values.

Property Value

DefineConnectVector

0

DefineStartPoint

0


Created in NX7.5.0.

Member Function Documentation

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

Parameters
connectVectorconnectvector
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

Parameters
defineConnectVectordefineconnectvector
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

Parameters
defineStartPointdefinestartpoint
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

Parameters
startPointstartpoint
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


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.