NX Open C++ Reference Guide
|
The builder class for Channel Adjust which assists you to adjust the postion and the length of the channel. More...
Public Types | |
enum | AdjustType { AdjustTypeDistance, AdjustTypeBaffleLength } |
the adjust method. More... | |
enum | VectorMethod { VectorMethodAlong, VectorMethodPerpendicular } |
the vector adjust method. More... | |
Public Member Functions | |
NXOpen::Tooling::ChannelAdjustBuilder::AdjustType | AdjustMethod () |
Returns the method for adjusting the cooling channels. | |
NXOpen::Direction * | AdjustVector () |
Returns the vector specified for the adjust direction. | |
NXOpen::Expression * | Distance () |
Returns the distance between the channels and faces. | |
NXOpen::ScCollector * | ReferenceFace () |
Returns the reference faces for calculating the distance to the cooling channels. | |
NXOpen::Tooling::ChannelAdjustBuilder::VectorMethod | RepositionMethod () |
Returns the method for moving the cooling channels. | |
void | SetAdjustMethod (NXOpen::Tooling::ChannelAdjustBuilder::AdjustType adjustMethod) |
Sets the method for adjusting the cooling channels. | |
void | SetAdjustVector (NXOpen::Direction *adjustVector) |
Sets the vector specified for the adjust direction. | |
void | SetRepositionMethod (NXOpen::Tooling::ChannelAdjustBuilder::VectorMethod repositionMethod) |
Sets the method for moving the cooling channels. | |
NXOpen::SelectBodyList * | TargetChannel () |
Returns the cooling channel to be adjusted. |
The builder class for Channel Adjust which assists you to adjust the postion and the length of the channel.
To create a new instance of this class, use Tooling::ChannelAdjustCollection::CreateChannelAdjustBuilder
Default values.
Property | Value |
---|---|
Distance.Value |
0 (millimeters part), 0 (inches part) |
RepositionMethod |
Along |
Created in NX7.5.0.
NXOpen::Tooling::ChannelAdjustBuilder::AdjustType NXOpen::Tooling::ChannelAdjustBuilder::AdjustMethod | ( | ) |
Returns the method for adjusting the cooling channels.
Created in NX7.5.0.
License requirements : None
Returns the vector specified for the adjust direction.
Created in NX7.5.0.
License requirements : None
Returns the distance between the channels and faces.
Created in NX7.5.0.
License requirements : None
Returns the reference faces for calculating the distance to the cooling channels.
Created in NX7.5.0.
License requirements : None
NXOpen::Tooling::ChannelAdjustBuilder::VectorMethod NXOpen::Tooling::ChannelAdjustBuilder::RepositionMethod | ( | ) |
Returns the method for moving the cooling channels.
Created in NX7.5.0.
License requirements : None
void NXOpen::Tooling::ChannelAdjustBuilder::SetAdjustMethod | ( | NXOpen::Tooling::ChannelAdjustBuilder::AdjustType | adjustMethod | ) |
Sets the method for adjusting the cooling channels.
Created in NX7.5.0.
License requirements : None
adjustMethod | adjustmethod |
void NXOpen::Tooling::ChannelAdjustBuilder::SetAdjustVector | ( | NXOpen::Direction * | adjustVector | ) |
Sets the vector specified for the adjust direction.
Created in NX7.5.0.
License requirements : None
adjustVector | adjustvector |
void NXOpen::Tooling::ChannelAdjustBuilder::SetRepositionMethod | ( | NXOpen::Tooling::ChannelAdjustBuilder::VectorMethod | repositionMethod | ) |
Sets the method for moving the cooling channels.
Created in NX7.5.0.
License requirements : None
repositionMethod | repositionmethod |
Returns the cooling channel to be adjusted.
Created in NX7.5.0.
License requirements : None