NX Open C++ Reference Guide
|
Represents a Bend Taper feature builder
To create a new instance of this class, use Features::SheetMetal::SheetmetalManager::CreateBendTaperBuilder
Default values.
More...
Public Types | |
enum | BendTaperSides { BendTaperSidesBoth, BendTaperSidesSide1, BendTaperSidesSide2, BendTaperSidesSymmetric } |
This enum represents the taper sides options for the bend taper. More... | |
enum | ChainingType { ChainingTypeBendOnly, ChainingTypeBendFace, ChainingTypeBendFaceChain } |
This enum represents the chaining options 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::ScCollector * | BendTaperSelectBendFace () |
Returns the bend taper select bend face. | |
NXOpen::Features::SheetMetal::BendTaperBuilder::ChainingType | Chaining () |
Returns the chaining Created in NX6.0.0. | |
bool | ReverseTaperDirection () |
Returns the flag indication the reverse taper direction Created in NX6.0.0. | |
void | SetChaining (NXOpen::Features::SheetMetal::BendTaperBuilder::ChainingType chaining) |
Sets the chaining Created in NX6.0.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. | |
NXOpen::NXObject * | StationaryEntity () |
Returns the stationary entity, can be an edge or a face. | |
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. |
Represents a Bend Taper feature builder
To create a new instance of this class, use Features::SheetMetal::SheetmetalManager::CreateBendTaperBuilder
Default values.
Property | Value |
---|---|
BendTaperAngle1.Value |
10 |
BendTaperAngle2.Value |
10 |
Chaining |
BendOnly |
TaperSides |
Both |
WebTaperAngle1.Value |
0 |
WebTaperAngle2.Value |
0 |
Created in NX6.0.0.
Returns the bend taper angle1
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
Returns the bend taper angle2
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
Returns the bend taper select bend face.
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
NXOpen::Features::SheetMetal::BendTaperBuilder::ChainingType NXOpen::Features::SheetMetal::BendTaperBuilder::Chaining | ( | ) |
Returns the chaining
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
Returns the flag indication the reverse taper direction
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
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")
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")
taperSides | The taperSides can be Both, Side 1, Side 2, and Symmetric. |
Returns the stationary entity, can be an edge or a face.
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
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")
Returns the web taper angle1
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
Returns the web taper angle2
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")