NX Open C++ Reference Guide
|
The Rebend feature class. More...
Public Member Functions | |
NXOpen::ScCollector * | FaceCollector () |
Returns the unbent faces to rebend Created in NX5.0.0. | |
NXOpen::NXObject * | ReferenceEntity () |
Returns the non-thickness planar face or linear edge to remain fixed while part is rebent Created in NX7.0.0. | |
void | SetFaceCollector (NXOpen::ScCollector *faceCollector) |
Sets the unbent faces to rebend Created in NX5.0.0. | |
void | SetReferenceEntity (NXOpen::NXObject *referenceEntity) |
Sets the non-thickness planar face or linear edge to remain fixed while part is rebent Created in NX7.0.0. | |
int | ValidateBuilderData () |
Verify whether the builder data is valid for creating Rebend or not. |
The Rebend feature class.
To create a new instance of this class, use Features::SheetMetal::SheetmetalManager::CreateRebendFeatureBuilder
Created in NX5.0.0.
Returns the unbent faces to rebend
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
Returns the non-thickness planar face or linear edge to remain fixed while part is rebent
Created in NX7.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
void NXOpen::Features::SheetMetal::RebendBuilder::SetFaceCollector | ( | NXOpen::ScCollector * | faceCollector | ) |
Sets the unbent faces to rebend
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
faceCollector | face collector |
void NXOpen::Features::SheetMetal::RebendBuilder::SetReferenceEntity | ( | NXOpen::NXObject * | referenceEntity | ) |
Sets the non-thickness planar face or linear edge to remain fixed while part is rebent
Created in NX7.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
referenceEntity | reference entity |