NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Weld::EdgePrepValuesBuilder Class Reference

Used to view or edit the values used to define the welding joint and edge preparation. More...

Inheritance diagram for NXOpen::Weld::EdgePrepValuesBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

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 NXOpen::Weld::JointExitBuilder . More...
 
bool EdgesPrepared ()
 Returns the indication that the edges are prepared for welding
Created in NX11.0.0. More...
 
NXOpen::CurveGetSegmentFromIndex (int value)
 Creates the path to be used for the limits. More...
 
NXOpen::SelectCurveListJoint ()
 Returns the welding joint curves. More...
 
NXOpen::Weld::JointExitBuilderJointExitBuilder ()
 Returns the NXOpen::Weld::JointExitBuilder . More...
 
double PrimaryThicknessUser ()
 Returns the user defined value for primary thickness
Created in NX10.0.2. More...
 
void ReadEdgePrepValues (NXOpen::Features::Feature *feature)
 Reads the edge prep values from the feature. More...
 
void ReadEdgePrepValuesFromCurve (NXOpen::Curve *curve)
 Reads the edge prep values from joint curve. More...
 
void RecreateCurves ()
 Recreates the curves after changes to edge prep values. More...
 
double RootOpening ()
 Returns the root opening
Created in NX8.0.0. More...
 
double SecondaryThicknessUser ()
 Returns the user defined value for secondary thickness
Created in NX10.0.2. More...
 
void SetEdgesPrepared (bool prepared)
 Sets the indication that the edges are prepared for welding
Created in NX11.0.0. More...
 
void SetPrimaryThicknessUser (double thickness)
 Sets the user defined value for primary thickness
Created in NX10.0.2. More...
 
void SetRootOpening (double rootOpening)
 Sets the root opening
Created in NX8.0.0. More...
 
void SetSecondaryThicknessUser (double thickness)
 Sets the user defined value for secondary thickness
Created in NX10.0.2. More...
 
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 NXOpen::Weld::JointExitBuilder . More...
 
void SetValuesOption (NXOpen::Weld::EdgePrepValuesBuilder::Option option)
 Sets the values option which indicates whether the entered or computed values should be used. More...
 
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 NXOpen::Weld::JointExitBuilder . More...
 
NXOpen::SelectCurveValueSegment ()
 Returns the selected segment. More...
 
NXOpen::Weld::EdgePrepValuesBuilder::Option ValuesOption ()
 Returns the values option which indicates whether the entered or computed values should be used. 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

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

JointExitBuilder.NumberSegments

2

JointExitBuilder.RootOpening

0

JointExitBuilder.SplitAngle

5.0

RootOpening

0


Created in NX8.0.0.

Member Enumeration Documentation

Option to indicate how the values are to be updated.

Enumerator
ApplyToAllValues 

Update all values of each selected joint.

ApplyToChangedValuesOnly 

Update only the changed values to each selected joint.

Option to indicate how the values are to be used.

Enumerator
OptionEntered 

Use the values entered as edge prep values.

OptionComputed 

Use the computed values as edge prep values.

Member Function Documentation

void NXOpen::Weld::EdgePrepValuesBuilder::DeleteExitBuilder ( )

Deletes the NXOpen::Weld::JointExitBuilder .


Created in NX9.0.0.

License requirements : structure_weld ("STRUCTURE WELD")

bool NXOpen::Weld::EdgePrepValuesBuilder::EdgesPrepared ( )

Returns the indication that the edges are prepared for welding
Created in NX11.0.0.



License requirements : None

NXOpen::Curve* NXOpen::Weld::EdgePrepValuesBuilder::GetSegmentFromIndex ( int  value)

Creates the path to be used for the limits.

Returns
Segment.
Created in NX8.0.0.

License requirements : None
Parameters
valueindex 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 NXOpen::Weld::JointExitBuilder .


Created in NX8.0.0.

License requirements : structure_weld ("STRUCTURE WELD")

double NXOpen::Weld::EdgePrepValuesBuilder::PrimaryThicknessUser ( )

Returns the user defined value for primary thickness
Created in NX10.0.2.



License requirements : None

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")

Parameters
featureWelding 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")

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

double NXOpen::Weld::EdgePrepValuesBuilder::SecondaryThicknessUser ( )

Returns the user defined value for secondary thickness
Created in NX10.0.2.



License requirements : None

void NXOpen::Weld::EdgePrepValuesBuilder::SetEdgesPrepared ( bool  prepared)

Sets the indication that the edges are prepared for welding
Created in NX11.0.0.



License requirements : structure_weld ("STRUCTURE WELD")

Parameters
preparedprepared
void NXOpen::Weld::EdgePrepValuesBuilder::SetPrimaryThicknessUser ( double  thickness)

Sets the user defined value for primary thickness
Created in NX10.0.2.



License requirements : structure_weld ("STRUCTURE WELD")

Parameters
thicknessthickness
void NXOpen::Weld::EdgePrepValuesBuilder::SetRootOpening ( double  rootOpening)

Sets the root opening
Created in NX8.0.0.



License requirements : structure_weld ("STRUCTURE WELD")

Parameters
rootOpeningrootopening
void NXOpen::Weld::EdgePrepValuesBuilder::SetSecondaryThicknessUser ( double  thickness)

Sets the user defined value for secondary thickness
Created in NX10.0.2.



License requirements : structure_weld ("STRUCTURE WELD")

Parameters
thicknessthickness
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 NXOpen::Weld::JointExitBuilder .


Created in NX8.5.0.

License requirements : structure_weld ("STRUCTURE WELD")

Parameters
optionoption
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")

Parameters
optionoption
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 NXOpen::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


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