NX Open C++ Reference Guide
|
Represents a Aerospace Sheet Metal UNFORM Builder. More...
Public Member Functions | |
NXOpen::Face * | BaseFace () |
Returns the Base Face for the UNFORM. | |
NXOpen::ScCollector * | FormFaces () |
Returns the formed faces smart collector object. | |
void | SetBaseFace (NXOpen::Face *baseFace) |
Sets the Base Face for the UNFORM. | |
void | SetFormFaces (NXOpen::ScCollector *faceCollector) |
Sets the formed faces smart collector object. |
Represents a Aerospace Sheet Metal UNFORM Builder.
To create a new instance of this class, use Features::SheetMetal::AeroSheetmetalManager::CreateUnformBuilder
Created in NX4.0.0.
Returns the Base Face for the UNFORM.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")
Returns the formed faces smart collector object.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")
void NXOpen::Features::SheetMetal::AeroUnformBuilder::SetBaseFace | ( | NXOpen::Face * | baseFace | ) |
Sets the Base Face for the UNFORM.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")
baseFace | base face |
void NXOpen::Features::SheetMetal::AeroUnformBuilder::SetFormFaces | ( | NXOpen::ScCollector * | faceCollector | ) |
Sets the formed faces smart collector object.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")
faceCollector | face collector |