NX Open C++ Reference Guide
|
The Unbend feature class. More...
Public Member Functions | |
NXOpen::Section * | AddedGeometry () |
Returns the added geometry selection Created in NX8.0.0. | |
NXOpen::ScCollector * | FaceCollector () |
Returns the bend faces Created in NX5.0.0. | |
bool | HideOriginalCurves () |
Returns the option to keep or hide input curves Created in NX8.0.0. | |
NXOpen::NXObject * | ReferenceEntity () |
Returns the non-thickness planar face or linear edge to remain fixed while part is unbent Created in NX5.0.0. | |
void | SetAddedGeometry (NXOpen::Section *addedGeometry) |
Sets the added geometry selection Created in NX8.0.0. | |
void | SetFaceCollector (NXOpen::ScCollector *faceCollector) |
Sets the bend faces Created in NX5.0.0. | |
void | SetHideOriginalCurves (bool hideOriginalCurves) |
Sets the option to keep or hide input curves Created in NX8.0.0. | |
void | SetReferenceEntity (NXOpen::NXObject *referenceEntity) |
Sets the non-thickness planar face or linear edge to remain fixed while part is unbent Created in NX5.0.0. | |
int | ValidateBuilderData () |
Verify whether the builder data is valid for creating Unbend or not. |
The Unbend feature class.
To create a new instance of this class, use Features::SheetMetal::SheetmetalManager::CreateUnbendFeatureBuilder
Created in NX5.0.0.
Returns the added geometry selection
Created in NX8.0.0.
License requirements : None
Returns the bend faces
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
Returns the option to keep or hide input curves
Created in NX8.0.0.
License requirements : None
Returns the non-thickness planar face or linear edge to remain fixed while part is unbent
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
void NXOpen::Features::SheetMetal::UnbendBuilder::SetAddedGeometry | ( | NXOpen::Section * | addedGeometry | ) |
Sets the added geometry selection
Created in NX8.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
addedGeometry | addedgeometry |
void NXOpen::Features::SheetMetal::UnbendBuilder::SetFaceCollector | ( | NXOpen::ScCollector * | faceCollector | ) |
Sets the bend faces
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::UnbendBuilder::SetHideOriginalCurves | ( | bool | hideOriginalCurves | ) |
Sets the option to keep or hide input curves
Created in NX8.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
hideOriginalCurves | hideoriginalcurves |
void NXOpen::Features::SheetMetal::UnbendBuilder::SetReferenceEntity | ( | NXOpen::NXObject * | referenceEntity | ) |
Sets the non-thickness planar face or linear edge to remain fixed while part is unbent
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
referenceEntity | reference entity |