NX Open C++ Reference Guide
|
Represents a Aerospace Sheet Metal Flange Builder. More...
Represents a Aerospace Sheet Metal Flange Builder.
To create a new instance of this class, use Features::SheetMetal::AeroSheetmetalManager::CreateFlangeBuilder
Created in NX4.0.0.
This method defines the types of Flange Compensation.
Returns the angle expression.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")
Returns the base edge section object for the flange.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")
NXOpen::Features::SheetMetal::BendOptions* NXOpen::Features::SheetMetal::AeroFlangeBuilder::BendOptions | ( | ) |
Returns the base edge section object for the flange.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")
Get the flag that turns on/off the visibility of Contour Curve.
NXOpen::Features::SheetMetal::AeroFlangeBuilder::DimType NXOpen::Features::SheetMetal::AeroFlangeBuilder::GetDimensionType | ( | ) |
Get the length dimension type of the flange.
Get end compensation.
endType | end1/end2 |
compType | Automatic/Angle/Distance/None |
NXOpen::Plane* NXOpen::Features::SheetMetal::AeroFlangeBuilder::GetEndPlane | ( | NXOpen::Features::SheetMetal::AeroFlangeBuilder::EndType | endType | ) |
Get the end plane.
endType | end1/end2 |
bool NXOpen::Features::SheetMetal::AeroFlangeBuilder::GetFlipDirection | ( | NXOpen::Features::SheetMetal::AeroFlangeBuilder::DirType | type | ) |
Get flip direction.
type | direction type bend/discard |
NXOpen::Expression* NXOpen::Features::SheetMetal::AeroFlangeBuilder::GetLength | ( | NXOpen::Features::SheetMetal::AeroFlangeBuilder::LengthType * | type | ) |
Get the type of length and the length expression.
type | length type Value/Infer |
NXOpen::Features::SheetMetal::AeroFlangeBuilder::MatType NXOpen::Features::SheetMetal::AeroFlangeBuilder::GetMaterialType | ( | ) |
Get the material type of the flange.
Returns the ref face 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::AeroFlangeBuilder::SetAngle | ( | const NXString & | angleExpression | ) |
Set the angle expression.
This method should be called only when there is no ref_face selection.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")
angleExpression | value of angle expression NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::AeroFlangeBuilder::SetBaseEdges | ( | NXOpen::ScCollector * | baseEdges | ) |
Sets the base edge section object for the flange.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")
baseEdges | Base Edges |
void NXOpen::Features::SheetMetal::AeroFlangeBuilder::SetContourFlag | ( | bool | showContour | ) |
Set the flag that turns on/off the visibility of Contour Curve.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")
showContour | false = Hide contour curve, true = Show contour curve |
void NXOpen::Features::SheetMetal::AeroFlangeBuilder::SetDimensionType | ( | NXOpen::Features::SheetMetal::AeroFlangeBuilder::DimType | dimType | ) |
Set the length dimension type of the flange.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")
dimType | inside/outside |
void NXOpen::Features::SheetMetal::AeroFlangeBuilder::SetEndCompensation | ( | NXOpen::Features::SheetMetal::AeroFlangeBuilder::EndType | endType, |
NXOpen::Features::SheetMetal::AeroFlangeBuilder::CompType | compType, | ||
const NXString & | valueExpression | ||
) |
Set end compensation.
This method sets the flange compensation for one end of a non-periodic Base Edge section. The end_type input parameter denotes if the end is the start of section(end1) or the end of section(end2). If the compensation type( comp_type) is either Angle or Distance, an expression for the value of compensation must be provided. This expression input can be NULL for Automatic and None type of compensations.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")
endType | end1/end2 |
compType | Automatic/Angle/Distance/None |
valueExpression | value of compensation expression NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::AeroFlangeBuilder::SetEndPlane | ( | NXOpen::Features::SheetMetal::AeroFlangeBuilder::EndType | endType, |
NXOpen::Plane * | endPlane | ||
) |
Set the end plane.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")
endType | end1/end2 |
endPlane | smart plane entity |
void NXOpen::Features::SheetMetal::AeroFlangeBuilder::SetFlipDirection | ( | NXOpen::Features::SheetMetal::AeroFlangeBuilder::DirType | type, |
bool | flipFlag | ||
) |
Set flip direction.
This method is called if either the bend direction or the material direction needs to be flipped.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")
type | direction type bend/discard |
flipFlag | flip_flag => false = do not flip, true = flip |
void NXOpen::Features::SheetMetal::AeroFlangeBuilder::SetLength | ( | NXOpen::Features::SheetMetal::AeroFlangeBuilder::LengthType | type, |
const NXString & | valueExpression | ||
) |
Set the type of length and the length expression.
If there are no ref_face's then the only length type possible is "Value". If there are selected ref_face's and the length type is "Infer", then the length expression should be NULL.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")
type | length type input Value/Infer |
valueExpression | value of length expression NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::AeroFlangeBuilder::SetMaterialType | ( | NXOpen::Features::SheetMetal::AeroFlangeBuilder::MatType | matType | ) |
Set the material type of the flange.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal") OR adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")
matType | material inside/material outside/bend outside |
void NXOpen::Features::SheetMetal::AeroFlangeBuilder::SetRefFaces | ( | NXOpen::ScCollector * | faceCollector | ) |
Sets the ref face 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 |