NX Open C++ Reference Guide
|
This is the feature builder for the convert to sheetmetal feature. More...
Public Types | |
enum | BendReliefTypeOptions { BendReliefTypeOptionsNone, BendReliefTypeOptionsSquare, BendReliefTypeOptionsRound } |
This enum represents the bend relief type. More... | |
Public Member Functions | |
NXOpen::Face * | BaseFace () |
Returns the base face from which the thickness of the part is determined. | |
NXOpen::Expression * | BendReliefDepth () |
Returns the bend relief depth. | |
NXOpen::Features::SheetMetal::ConvertToSheetmetalBuilder::BendReliefTypeOptions | BendReliefType () |
Returns the bend relief type. | |
NXOpen::Expression * | BendReliefWidth () |
Returns the bend relief width. | |
std::vector< NXOpen::Edge * > | GetRipEdges () |
Gets the array of edges selected for ripping while converting to sheetmetal. | |
bool | MaintainZeroBendRadius () |
Returns the option for Maintain zero bend radius. | |
NXOpen::Section * | RipSection () |
Returns the section containing curves that need to be ripped while converting to sheetmetal. | |
void | SetBaseFace (NXOpen::Face *baseFace) |
Sets the base face from which the thickness of the part is determined. | |
void | SetBendReliefDepth (const NXString &bendReliefDepth) |
Created in NX4.0.0. | |
void | SetBendReliefType (NXOpen::Features::SheetMetal::ConvertToSheetmetalBuilder::BendReliefTypeOptions bendReliefType) |
Sets the bend relief type. | |
void | SetBendReliefWidth (const NXString &bendReliefWidth) |
Created in NX4.0.0. | |
void | SetMaintainZeroBendRadius (bool maintainZeroBendRadius) |
Sets the option for Maintain zero bend radius. | |
void | SetRipEdges (const std::vector< NXOpen::Edge * > &ripEdges) |
Sets the array of edges that need to be ripped while converting to sheetmetal. | |
void | SetRipSection (NXOpen::Section *section) |
Sets the section containing curves that need to be ripped while converting to sheetmetal. | |
void | SetSketch (NXOpen::Features::SketchFeature *sketch) |
Sets the internal sketch (used to specify rip curves), if it exists. | |
NXOpen::Features::SketchFeature * | Sketch () |
Returns the internal sketch (used to specify rip curves), if it exists. | |
int | ValidateBuilderData () |
Verify that the builder data is valid for feature creation. |
This is the feature builder for the convert to sheetmetal feature.
To create a new instance of this class, use Features::SheetMetal::SheetmetalManager::CreateConvertToSheetmetalFeatureBuilder
Created in NX4.0.0.
Returns the base face from which the thickness of the part is determined.
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
Returns the bend relief depth.
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
NXOpen::Features::SheetMetal::ConvertToSheetmetalBuilder::BendReliefTypeOptions NXOpen::Features::SheetMetal::ConvertToSheetmetalBuilder::BendReliefType | ( | ) |
Returns the bend relief type.
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
Returns the bend relief width.
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
std::vector<NXOpen::Edge *> NXOpen::Features::SheetMetal::ConvertToSheetmetalBuilder::GetRipEdges | ( | ) |
Gets the array of edges selected for ripping while converting to sheetmetal.
Returns the option for Maintain zero bend radius.
If the option is set to true, a tiny 0.02 mm radius bend will be created on inside sharp edge (for the features created in NX8 or later releases); else the radius value from NXSM Preferences will be used.
Created in NX8.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
Returns the section containing curves that need to be ripped while converting to sheetmetal.
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
void NXOpen::Features::SheetMetal::ConvertToSheetmetalBuilder::SetBaseFace | ( | NXOpen::Face * | baseFace | ) |
Sets the base face from which the thickness of the part is determined.
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
baseFace | base face |
void NXOpen::Features::SheetMetal::ConvertToSheetmetalBuilder::SetBendReliefDepth | ( | const NXString & | bendReliefDepth | ) |
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
bendReliefDepth | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::ConvertToSheetmetalBuilder::SetBendReliefType | ( | NXOpen::Features::SheetMetal::ConvertToSheetmetalBuilder::BendReliefTypeOptions | bendReliefType | ) |
Sets the bend relief type.
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
bendReliefType | bend relief type |
void NXOpen::Features::SheetMetal::ConvertToSheetmetalBuilder::SetBendReliefWidth | ( | const NXString & | bendReliefWidth | ) |
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
bendReliefWidth | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::ConvertToSheetmetalBuilder::SetMaintainZeroBendRadius | ( | bool | maintainZeroBendRadius | ) |
Sets the option for Maintain zero bend radius.
If the option is set to true, a tiny 0.02 mm radius bend will be created on inside sharp edge (for the features created in NX8 or later releases); else the radius value from NXSM Preferences will be used.
Created in NX8.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
maintainZeroBendRadius | maintain zero bend radius |
void NXOpen::Features::SheetMetal::ConvertToSheetmetalBuilder::SetRipEdges | ( | const std::vector< NXOpen::Edge * > & | ripEdges | ) |
Sets the array of edges that need to be ripped while converting to sheetmetal.
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
ripEdges | rip edges |
void NXOpen::Features::SheetMetal::ConvertToSheetmetalBuilder::SetRipSection | ( | NXOpen::Section * | section | ) |
Sets the section containing curves that need to be ripped while converting to sheetmetal.
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
section | section |
void NXOpen::Features::SheetMetal::ConvertToSheetmetalBuilder::SetSketch | ( | NXOpen::Features::SketchFeature * | sketch | ) |
Sets the internal sketch (used to specify rip curves), if it exists.
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
sketch | sketch |
NXOpen::Features::SketchFeature* NXOpen::Features::SheetMetal::ConvertToSheetmetalBuilder::Sketch | ( | ) |
Returns the internal sketch (used to specify rip curves), if it exists.
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB") OR nx_ship_detail ("Ship Detail Design")
Verify that the builder data is valid for feature creation.
If the builder data is valid, it returns a value of 0.