NX Open C++ Reference Guide
|
The builder class for Channel Extend which assists you to extend the channel. More...
Public Member Functions | |
bool | AdjustBoundaryChannel () |
Returns the value which specifies whether to extend boundary channel or not. | |
double | BoundaryChannelExtension () |
Returns the value of the boundary channel extension. | |
NXOpen::SelectBodyList * | ExtendChannel () |
Returns the cooling channel to be extended. | |
NXOpen::Expression * | ExtensionValue () |
Returns the value of the face extension Created in NX7.5.0. | |
NXOpen::SelectBody * | LimitBody () |
Returns the body used to be the boundary of the face extension. | |
bool | ReverseDirection () |
Returns the value which specifies whether to reverse the channel direction or not. | |
bool | RoundTip () |
Returns the flag to indicate whether to create round tip or not. | |
void | SetAdjustBoundaryChannel (bool adjustBoundaryChannel) |
Sets the value which specifies whether to extend boundary channel or not. | |
void | SetBoundaryChannelExtension (double boundaryChannelExtension) |
Sets the value of the boundary channel extension. | |
void | SetReverseDirection (bool reverseDirection) |
Sets the value which specifies whether to reverse the channel direction or not. | |
void | SetRoundTip (bool adjustBoundaryChannel) |
Sets the flag to indicate whether to create round tip or not. | |
void | SetTipAngle (double tipAngle) |
Sets the value for the tip angle of the channel. | |
double | TipAngle () |
Returns the value for the tip angle of the channel. |
The builder class for Channel Extend which assists you to extend the channel.
To create a new instance of this class, use Tooling::CoolingExtendCollection::CreateCoolingExtendBuilder
Default values.
Property | Value |
---|---|
AdjustBoundaryChannel |
0 |
BoundaryChannelExtension |
0 |
ExtensionValue.Value |
0 (millimeters part), 0 (inches part) |
RoundTip |
0 |
TipAngle |
118 |
Created in NX7.5.0.
Returns the value which specifies whether to extend boundary channel or not.
Created in NX7.5.0.
License requirements : None
Returns the value of the boundary channel extension.
Created in NX7.5.0.
License requirements : None
Returns the cooling channel to be extended.
Created in NX7.5.0.
License requirements : None
Returns the value of the face extension
Created in NX7.5.0.
License requirements : None
Returns the body used to be the boundary of the face extension.
Created in NX7.5.0.
License requirements : None
Returns the value which specifies whether to reverse the channel direction or not.
Created in NX7.5.0.
License requirements : None
Returns the flag to indicate whether to create round tip or not.
Created in NX8.0.0.
License requirements : None
void NXOpen::Tooling::CoolingExtendBuilder::SetAdjustBoundaryChannel | ( | bool | adjustBoundaryChannel | ) |
Sets the value which specifies whether to extend boundary channel or not.
Created in NX7.5.0.
License requirements : None
adjustBoundaryChannel | adjustboundarychannel |
void NXOpen::Tooling::CoolingExtendBuilder::SetBoundaryChannelExtension | ( | double | boundaryChannelExtension | ) |
Sets the value of the boundary channel extension.
Created in NX7.5.0.
License requirements : None
boundaryChannelExtension | boundarychannelextension |
void NXOpen::Tooling::CoolingExtendBuilder::SetReverseDirection | ( | bool | reverseDirection | ) |
Sets the value which specifies whether to reverse the channel direction or not.
Created in NX7.5.0.
License requirements : None
reverseDirection | reversedirection |
void NXOpen::Tooling::CoolingExtendBuilder::SetRoundTip | ( | bool | adjustBoundaryChannel | ) |
Sets the flag to indicate whether to create round tip or not.
Created in NX8.0.0.
License requirements : ug_mold_design ("UG MOLD") OR nx_electrode_wizard ("NX Electrode Wizard") OR prog_die_wizard ("UG/Progressive Die Wizard")
adjustBoundaryChannel | adjustboundarychannel |
void NXOpen::Tooling::CoolingExtendBuilder::SetTipAngle | ( | double | tipAngle | ) |
Sets the value for the tip angle of the channel.
Created in NX7.5.0.
License requirements : None
tipAngle | tipangle |
Returns the value for the tip angle of the channel.
Created in NX7.5.0.
License requirements : None