NX Open C++ Reference Guide
|
Represents a Bend Taper feature builder <br> To create a new instance of this class, use @link Features::SheetMetal::SheetmetalManager::CreateBendTaperBuilder Features::SheetMetal::SheetmetalManager::CreateBendTaperBuilder @endlink <br>
Default values. More...
Public Types | |
enum | BendTaperInputMethod { BendTaperInputMethodAngle, BendTaperInputMethodDistance } |
This enum represents the input methods for the bend taper. More... | |
enum | BendTaperSides { BendTaperSidesBoth, BendTaperSidesSide1, BendTaperSidesSide2, BendTaperSidesSymmetric } |
This enum represents the taper sides options for the bend taper. More... | |
enum | BendTaperType { BendTaperTypeLinear, BendTaperTypeTangent, BendTaperTypeSquare } |
This enum represents the bend taper types for the bend taper. More... | |
enum | ChainingType { ChainingTypeBendOnly, ChainingTypeBendFace, ChainingTypeBendFaceChain } |
This enum represents the chaining options for the bend taper. More... | |
enum | WebTaperType { WebTaperTypeNone, WebTaperTypeFace, WebTaperTypeFaceChain } |
This enum represents the web taper types for the bend taper. More... | |
Public Member Functions | |
NXOpen::Expression * | BendTaperAngle1 () |
Returns the bend taper angle1 Created in NX6.0.0. | |
NXOpen::Expression * | BendTaperAngle2 () |
Returns the bend taper angle2 Created in NX6.0.0. | |
NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperInputMethod | BendTaperInputMethod1 () |
Returns the input method for the Side 1 Created in NX8.5.0. | |
NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperInputMethod | BendTaperInputMethod2 () |
Returns the input method for the Side 2 Created in NX8.5.0. | |
NXOpen::ScCollector * | BendTaperSelectBendFace () |
Returns the bend taper select bend face. | |
NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperType | BendTaperType1 () |
Returns the bend taper type for Side 1 Created in NX8.5.0. | |
NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperType | BendTaperType2 () |
Returns the bend taper type for Side 2 Created in NX8.5.0. | |
NXOpen::Features::SheetMetal::BendTaperBuilder::ChainingType | Chaining () |
Returns the chaining | |
NXOpen::Expression * | EndRadius1 () |
Returns the end radius for the Side 1 Created in NX8.5.0. | |
NXOpen::Expression * | EndRadius2 () |
Returns the end radius for the Side 2 Created in NX8.5.0. | |
bool | InferRadius1 () |
Returns the infer radius flag for the Side 1 Created in NX8.5.0. | |
bool | InferRadius2 () |
Returns the infer radius flag for the Side 2 Created in NX8.5.0. | |
bool | ReverseTaperDirection () |
Returns the flag indication the reverse taper direction Created in NX6.0.0. | |
void | SetBendTaperInputMethod1 (NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperInputMethod bendTaperInputMethod1) |
Sets the input method for the Side 1 Created in NX8.5.0. | |
void | SetBendTaperInputMethod2 (NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperInputMethod bendTaperInputMethod2) |
Sets the input method for the Side 2 Created in NX8.5.0. | |
void | SetBendTaperType1 (NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperType bendTaperType1) |
Sets the bend taper type for Side 1 Created in NX8.5.0. | |
void | SetBendTaperType2 (NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperType bendTaperType2) |
Sets the bend taper type for Side 2 Created in NX8.5.0. | |
void | SetChaining (NXOpen::Features::SheetMetal::BendTaperBuilder::ChainingType chaining) |
Sets the chaining | |
void | SetInferRadius1 (bool inferRadius1) |
Sets the infer radius flag for the Side 1 Created in NX8.5.0. | |
void | SetInferRadius2 (bool inferRadius2) |
Sets the infer radius flag for the Side 2 Created in NX8.5.0. | |
void | SetReverseTaperDirection (bool reverseTaperDirection) |
Sets the flag indication the reverse taper direction Created in NX6.0.0. | |
void | SetTaperSides (NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperSides taperSides) |
Sets the taper sides Created in NX6.0.0. | |
void | SetWebTaperType1 (NXOpen::Features::SheetMetal::BendTaperBuilder::WebTaperType webTaperType1) |
Sets the web taper type for the Side 1 Created in NX8.5.0. | |
void | SetWebTaperType2 (NXOpen::Features::SheetMetal::BendTaperBuilder::WebTaperType webTaperType2) |
Sets the web taper type for the Side 2 Created in NX8.5.0. | |
NXOpen::Expression * | StartRadius1 () |
Returns the start radius for the Side 1 Created in NX8.5.0. | |
NXOpen::Expression * | StartRadius2 () |
Returns the start radius for the Side 2 Created in NX8.5.0. | |
NXOpen::NXObject * | StationaryEntity () |
Returns the stationary entity, can be an edge or a face. | |
NXOpen::Expression * | TaperDistance1 () |
Returns the taper distance for the Side 1 Created in NX8.5.0. | |
NXOpen::Expression * | TaperDistance2 () |
Returns the taper distance for the Side 2 Created in NX8.5.0. | |
NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperSides | TaperSides () |
Returns the taper sides Created in NX6.0.0. | |
NXOpen::Expression * | WebTaperAngle1 () |
Returns the web taper angle1 Created in NX6.0.0. | |
NXOpen::Expression * | WebTaperAngle2 () |
Returns the web taper angle2 Created in NX6.0.0. | |
NXOpen::Features::SheetMetal::BendTaperBuilder::WebTaperType | WebTaperType1 () |
Returns the web taper type for the Side 1 Created in NX8.5.0. | |
NXOpen::Features::SheetMetal::BendTaperBuilder::WebTaperType | WebTaperType2 () |
Returns the web taper type for the Side 2 Created in NX8.5.0. | |
![]() | |
NXOpen::Features::SheetMetal::ApplicationContext | GetApplicationContext () |
Get the application context. | |
void | SetApplicationContext (NXOpen::Features::SheetMetal::ApplicationContext appContext) |
Set the application context. | |
![]() | |
NXOpen::Features::Feature * | CommitFeature () |
Commits the feature parameters and creates the feature. | |
NXOpen::Features::Feature * | GetFeature () |
Returns the feature currently being edited by this builder. | |
void | HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature) |
Re-suppress an internal parent feature (a slave feature) after it has been edited. | |
bool | ParentFeatureInternal () |
Returns whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
bool | PatchSolutionFlag () |
Returns the patch solution flag Created in NX8.0.1. | |
NXString | PatchSurfaceFilename () |
Returns the patch surface filename Created in NX8.0.1. | |
void | SetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
Set the parent features which would be internal or slaves to the feature being created or commited Created in NX6.0.0. | |
void | SetParentFeatureInternal (bool isInternal) |
Sets whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
void | SetPatchSolutionFlag (bool optionValue) |
Sets the patch solution flag Created in NX8.0.1. | |
void | SetPatchSurfaceFilename (const NXString &surfaceFilename) |
Sets the patch surface filename Created in NX8.0.1. | |
void | SetPatchSurfaceFilename (const char *surfaceFilename) |
Sets the patch surface filename Created in NX8.0.1. | |
void | SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename) |
Sets the surrounding patch surface filename Created in NX8.0.1. | |
void | SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename) |
Sets the surrounding patch surface filename Created in NX8.0.1. | |
void | ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature) |
Unsuppress an internal parent feature (a slave feature) so it can be edited. | |
NXString | SurroundingPatchSurfaceFilename () |
Returns the surrounding patch surface filename Created in NX8.0.1. | |
void | UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
Set the internal parent feature of the feature being edited to external Created in NX6.0.0. | |
![]() | |
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. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Bend Taper feature builder <br> To create a new instance of this class, use @link Features::SheetMetal::SheetmetalManager::CreateBendTaperBuilder Features::SheetMetal::SheetmetalManager::CreateBendTaperBuilder @endlink <br>
Default values.
Property | Value |
---|---|
BendTaperAngle1.Value |
10 |
BendTaperAngle2.Value |
10 |
BendTaperInputMethod1 |
Angle |
BendTaperInputMethod2 |
Angle |
BendTaperType1 |
Linear |
BendTaperType2 |
Linear |
Chaining (deprecated) |
BendOnly |
EndRadius1.Value |
2 (millimeters part), 0.1 (inches part) |
EndRadius2.Value |
2 (millimeters part), 0.1 (inches part) |
InferRadius1 |
1 |
InferRadius2 |
1 |
StartRadius1.Value |
2 (millimeters part), 0.1 (inches part) |
StartRadius2.Value |
2 (millimeters part), 0.1 (inches part) |
TaperDistance1.Value |
5.0 (millimeters part), 0.3 (inches part) |
TaperDistance2.Value |
5.0 (millimeters part), 0.3 (inches part) |
TaperSides |
Both |
WebTaperAngle1.Value |
0 |
WebTaperAngle2.Value |
0 |
WebTaperType1 |
None |
WebTaperType2 |
None |
Created in NX6.0.0.
NXOpen::Expression* NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperAngle1 | ( | ) |
Returns the bend taper angle1
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Expression* NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperAngle2 | ( | ) |
Returns the bend taper angle2
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperInputMethod NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperInputMethod1 | ( | ) |
Returns the input method for the Side 1
Created in NX8.5.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperInputMethod NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperInputMethod2 | ( | ) |
Returns the input method for the Side 2
Created in NX8.5.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::ScCollector* NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperSelectBendFace | ( | ) |
Returns the bend taper select bend face.
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperType NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperType1 | ( | ) |
Returns the bend taper type for Side 1
Created in NX8.5.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperType NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperType2 | ( | ) |
Returns the bend taper type for Side 2
Created in NX8.5.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Features::SheetMetal::BendTaperBuilder::ChainingType NXOpen::Features::SheetMetal::BendTaperBuilder::Chaining | ( | ) |
Returns the chaining
Use WebTaperType1 and WebTaperType1 Set WebTaperType1 and WebTaperType2 and WebTaperType2 Set WebTaperType2 instead.
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Expression* NXOpen::Features::SheetMetal::BendTaperBuilder::EndRadius1 | ( | ) |
Returns the end radius for the Side 1
Created in NX8.5.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Expression* NXOpen::Features::SheetMetal::BendTaperBuilder::EndRadius2 | ( | ) |
Returns the end radius for the Side 2
Created in NX8.5.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
bool NXOpen::Features::SheetMetal::BendTaperBuilder::InferRadius1 | ( | ) |
Returns the infer radius flag for the Side 1
Created in NX8.5.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
bool NXOpen::Features::SheetMetal::BendTaperBuilder::InferRadius2 | ( | ) |
Returns the infer radius flag for the Side 2
Created in NX8.5.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
bool NXOpen::Features::SheetMetal::BendTaperBuilder::ReverseTaperDirection | ( | ) |
Returns the flag indication the reverse taper direction
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
void NXOpen::Features::SheetMetal::BendTaperBuilder::SetBendTaperInputMethod1 | ( | NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperInputMethod | bendTaperInputMethod1 | ) |
Sets the input method for the Side 1
Created in NX8.5.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
bendTaperInputMethod1 | The input method can be Angle and Distance |
void NXOpen::Features::SheetMetal::BendTaperBuilder::SetBendTaperInputMethod2 | ( | NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperInputMethod | bendTaperInputMethod2 | ) |
Sets the input method for the Side 2
Created in NX8.5.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
bendTaperInputMethod2 | The input method can be Angle and Distance |
void NXOpen::Features::SheetMetal::BendTaperBuilder::SetBendTaperType1 | ( | NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperType | bendTaperType1 | ) |
Sets the bend taper type for Side 1
Created in NX8.5.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
bendTaperType1 | The bend taper type can be Linear, Tangent and Square. |
void NXOpen::Features::SheetMetal::BendTaperBuilder::SetBendTaperType2 | ( | NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperType | bendTaperType2 | ) |
Sets the bend taper type for Side 2
Created in NX8.5.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
bendTaperType2 | The bend taper type can be Linear, Tangent and Square. |
void NXOpen::Features::SheetMetal::BendTaperBuilder::SetChaining | ( | NXOpen::Features::SheetMetal::BendTaperBuilder::ChainingType | chaining | ) |
Sets the chaining
Use WebTaperType1 and WebTaperType1 Set WebTaperType1 and WebTaperType2 and WebTaperType2 Set WebTaperType2 instead.
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
void NXOpen::Features::SheetMetal::BendTaperBuilder::SetInferRadius1 | ( | bool | inferRadius1 | ) |
Sets the infer radius flag for the Side 1
Created in NX8.5.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
inferRadius1 | inferradius1 |
void NXOpen::Features::SheetMetal::BendTaperBuilder::SetInferRadius2 | ( | bool | inferRadius2 | ) |
Sets the infer radius flag for the Side 2
Created in NX8.5.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
inferRadius2 | inferradius2 |
void NXOpen::Features::SheetMetal::BendTaperBuilder::SetReverseTaperDirection | ( | bool | reverseTaperDirection | ) |
Sets the flag indication the reverse taper direction
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
reverseTaperDirection | reversetaperdirection |
void NXOpen::Features::SheetMetal::BendTaperBuilder::SetTaperSides | ( | NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperSides | taperSides | ) |
Sets the taper sides
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
taperSides | The taperSides can be Both, Side 1, Side 2, and Symmetric. |
void NXOpen::Features::SheetMetal::BendTaperBuilder::SetWebTaperType1 | ( | NXOpen::Features::SheetMetal::BendTaperBuilder::WebTaperType | webTaperType1 | ) |
void NXOpen::Features::SheetMetal::BendTaperBuilder::SetWebTaperType2 | ( | NXOpen::Features::SheetMetal::BendTaperBuilder::WebTaperType | webTaperType2 | ) |
NXOpen::Expression* NXOpen::Features::SheetMetal::BendTaperBuilder::StartRadius1 | ( | ) |
Returns the start radius for the Side 1
Created in NX8.5.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Expression* NXOpen::Features::SheetMetal::BendTaperBuilder::StartRadius2 | ( | ) |
Returns the start radius for the Side 2
Created in NX8.5.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::NXObject* NXOpen::Features::SheetMetal::BendTaperBuilder::StationaryEntity | ( | ) |
Returns the stationary entity, can be an edge or a face.
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Expression* NXOpen::Features::SheetMetal::BendTaperBuilder::TaperDistance1 | ( | ) |
Returns the taper distance for the Side 1
Created in NX8.5.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Expression* NXOpen::Features::SheetMetal::BendTaperBuilder::TaperDistance2 | ( | ) |
Returns the taper distance for the Side 2
Created in NX8.5.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperSides NXOpen::Features::SheetMetal::BendTaperBuilder::TaperSides | ( | ) |
Returns the taper sides
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Expression* NXOpen::Features::SheetMetal::BendTaperBuilder::WebTaperAngle1 | ( | ) |
Returns the web taper angle1
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Expression* NXOpen::Features::SheetMetal::BendTaperBuilder::WebTaperAngle2 | ( | ) |
Returns the web taper angle2
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Features::SheetMetal::BendTaperBuilder::WebTaperType NXOpen::Features::SheetMetal::BendTaperBuilder::WebTaperType1 | ( | ) |
Returns the web taper type for the Side 1
Created in NX8.5.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Features::SheetMetal::BendTaperBuilder::WebTaperType NXOpen::Features::SheetMetal::BendTaperBuilder::WebTaperType2 | ( | ) |
Returns the web taper type for the Side 2
Created in NX8.5.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")