|
NX Open C++ Reference Guide
|
Used to view or edit the values used to define the welding joint and edge preparation. More...
Public Types | |
| enum | Apply { ApplyToAllValues, ApplyToChangedValuesOnly } |
| Option to indicate how the values are to be updated. More... | |
| enum | Option { OptionEntered, OptionComputed } |
| Option to indicate how the values are to be used. More... | |
Public Member Functions | |
| void | DeleteExitBuilder () |
| Deletes the Weld::JointExitBuilder . | |
| NXOpen::Curve * | GetSegmentFromIndex (int value) |
| Creates the path to be used for the limits. | |
| NXOpen::SelectCurveList * | Joint () |
| Returns the welding joint curves. | |
| NXOpen::Weld::JointExitBuilder * | JointExitBuilder () |
| Returns the Weld::JointExitBuilder . | |
| void | ReadEdgePrepValues (NXOpen::Features::Feature *feature) |
| Reads the edge prep values from the feature. | |
| void | ReadEdgePrepValuesFromCurve (NXOpen::Curve *curve) |
| Reads the edge prep values from joint curve. | |
| void | RecreateCurves () |
| Recreates the curves after changes to edge prep values. | |
| double | RootOpening () |
| Returns the root opening Created in NX8.0.0. | |
| void | SetRootOpening (double rootOpening) |
| Sets the root opening Created in NX8.0.0. | |
| void | SetValuesApplyOption (NXOpen::Weld::EdgePrepValuesBuilder::Apply option) |
| Sets the apply values option which indicates whether the all the values of each selected joint should be updated or just the values that were changed in the Weld::JointExitBuilder . | |
| void | SetValuesOption (NXOpen::Weld::EdgePrepValuesBuilder::Option option) |
| Sets the values option which indicates whether the entered or computed values should be used. | |
| NXOpen::Weld::EdgePrepValuesBuilder::Apply | ValuesApplyOption () |
| Returns the apply values option which indicates whether the all the values of each selected joint should be updated or just the values that were changed in the Weld::JointExitBuilder . | |
| NXOpen::SelectCurve * | ValueSegment () |
| Returns the selected segment. | |
| NXOpen::Weld::EdgePrepValuesBuilder::Option | ValuesOption () |
| Returns the values option which indicates whether the entered or computed values should be used. | |
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. | |
Used to view or edit the values used to define the welding joint and edge preparation.
This sub feature is created via the main feature builder.
Default values.
| Property | Value |
|---|---|
|
2 | |
|
0 | |
|
5.0 | |
|
RootOpening |
0 |
Created in NX8.0.0.
| void NXOpen::Weld::EdgePrepValuesBuilder::DeleteExitBuilder | ( | ) |
Deletes the Weld::JointExitBuilder .
Created in NX9.0.0.
License requirements : structure_weld ("STRUCTURE WELD")
| NXOpen::Curve* NXOpen::Weld::EdgePrepValuesBuilder::GetSegmentFromIndex | ( | int | value | ) |
Creates the path to be used for the limits.
| value | index of curve. |
| NXOpen::SelectCurveList* NXOpen::Weld::EdgePrepValuesBuilder::Joint | ( | ) |
Returns the welding joint curves.
Created in NX8.5.0.
License requirements : None
| NXOpen::Weld::JointExitBuilder* NXOpen::Weld::EdgePrepValuesBuilder::JointExitBuilder | ( | ) |
Returns the Weld::JointExitBuilder .
Created in NX8.0.0.
License requirements : structure_weld ("STRUCTURE WELD")
| void NXOpen::Weld::EdgePrepValuesBuilder::ReadEdgePrepValues | ( | NXOpen::Features::Feature * | feature | ) |
Reads the edge prep values from the feature.
Created in NX8.5.0.
License requirements : structure_weld ("STRUCTURE WELD")
| feature | Welding Joint feature |
| void NXOpen::Weld::EdgePrepValuesBuilder::ReadEdgePrepValuesFromCurve | ( | NXOpen::Curve * | curve | ) |
Reads the edge prep values from joint curve.
Created in NX8.5.0.
License requirements : structure_weld ("STRUCTURE WELD")
| curve | Welding Joint curve |
| void NXOpen::Weld::EdgePrepValuesBuilder::RecreateCurves | ( | ) |
Recreates the curves after changes to edge prep values.
Created in NX8.0.0.
License requirements : structure_weld ("STRUCTURE WELD")
| double NXOpen::Weld::EdgePrepValuesBuilder::RootOpening | ( | ) |
Returns the root opening
Created in NX8.0.0.
License requirements : None
| void NXOpen::Weld::EdgePrepValuesBuilder::SetRootOpening | ( | double | rootOpening | ) |
Sets the root opening
Created in NX8.0.0.
License requirements : structure_weld ("STRUCTURE WELD")
| rootOpening | rootopening |
| void NXOpen::Weld::EdgePrepValuesBuilder::SetValuesApplyOption | ( | NXOpen::Weld::EdgePrepValuesBuilder::Apply | option | ) |
Sets the apply values option which indicates whether the all the values of each selected joint should be updated or just the values that were changed in the Weld::JointExitBuilder .
Created in NX8.5.0.
License requirements : structure_weld ("STRUCTURE WELD")
| option | option |
| void NXOpen::Weld::EdgePrepValuesBuilder::SetValuesOption | ( | NXOpen::Weld::EdgePrepValuesBuilder::Option | option | ) |
Sets the values option which indicates whether the entered or computed values should be used.
Created in NX8.0.0.
License requirements : structure_weld ("STRUCTURE WELD")
| option | option |
| NXOpen::Weld::EdgePrepValuesBuilder::Apply NXOpen::Weld::EdgePrepValuesBuilder::ValuesApplyOption | ( | ) |
Returns the apply values option which indicates whether the all the values of each selected joint should be updated or just the values that were changed in the Weld::JointExitBuilder .
Created in NX8.5.0.
License requirements : None
| NXOpen::SelectCurve* NXOpen::Weld::EdgePrepValuesBuilder::ValueSegment | ( | ) |
Returns the selected segment.
Created in NX8.0.0.
License requirements : None
| NXOpen::Weld::EdgePrepValuesBuilder::Option NXOpen::Weld::EdgePrepValuesBuilder::ValuesOption | ( | ) |
Returns the values option which indicates whether the entered or computed values should be used.
Created in NX8.0.0.
License requirements : None