|
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. | |
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 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
| NXOpen::Direction* NXOpen::Tooling::ChannelAdjustBuilder::AdjustVector | ( | ) |
Returns the vector specified for the adjust direction.
Created in NX7.5.0.
License requirements : None
| NXOpen::Expression* NXOpen::Tooling::ChannelAdjustBuilder::Distance | ( | ) |
Returns the distance between the channels and faces.
Created in NX7.5.0.
License requirements : None
| NXOpen::ScCollector* NXOpen::Tooling::ChannelAdjustBuilder::ReferenceFace | ( | ) |
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 |
| NXOpen::SelectBodyList* NXOpen::Tooling::ChannelAdjustBuilder::TargetChannel | ( | ) |
Returns the cooling channel to be adjusted.
Created in NX7.5.0.
License requirements : None