NX Open C++ Reference Guide
|
Represents a Closed corner feature builder. More...
Public Types | |
enum | ClosureTypeOptions { ClosureTypeOptionsClose, ClosureTypeOptionsOverlap } |
This enum represents Corner Closure type. More... | |
enum | OriginTypes { OriginTypesBendCenter, OriginTypesCornerPoint } |
This enum represents Origin type. More... | |
enum | TreatmentTypeOptions { TreatmentTypeOptionsOpen, TreatmentTypeOptionsClosed, TreatmentTypeOptionsCircularCutout, TreatmentTypeOptionsUCutout, TreatmentTypeOptionsVCutout, TreatmentTypeOptionsRectangularCutout } |
This enum represents Corner treatment type. More... | |
enum | Types { TypesCloseAndRelief, TypesRelief } |
This enum represents the feature types. More... | |
Public Member Functions | |
void | AddFacePair (NXOpen::Face *firstFace, NXOpen::Face *secondFace) |
Add a face pair. | |
NXOpen::Features::SheetMetal::ClosedCornerBuilder::ClosureTypeOptions | ClosureType () |
Returns the closure type Created in NX5.0.0. | |
NXOpen::Expression * | Diameter () |
Returns the diameter. | |
NXOpen::Expression * | Gap () |
Returns the gap. | |
NXOpen::Expression * | GetDiameter () |
Returns the diameter This is deprecated. | |
void | GetFacePair (int index, NXOpen::Face **firstFace, NXOpen::Face **secondFace) |
Return the face pair. | |
NXOpen::Expression * | GetGap () |
Returns the gap. | |
int | GetNumberOfFacePairs () |
Returns the number of face pairs already identified for the three bend corner feature. | |
NXOpen::Expression * | GetOverlap () |
Returns the overlap. | |
bool | MiterCorner () |
Returns the corner will be closed using the miter algorithm. | |
NXOpen::Expression * | Offset () |
Returns the value by which relief origin will be offset Created in NX6.0.0. | |
NXOpen::Features::SheetMetal::ClosedCornerBuilder::OriginTypes | Origin () |
Returns the default origin will be at the corner point instead of the intersection of bend centerlines. | |
NXOpen::Expression * | Overlap () |
Returns the overlap. | |
NXOpen::Expression * | RectangularLength () |
Returns the length of rectangular relief. | |
NXOpen::Expression * | RectangularWidth () |
Returns the width of rectangular relief. | |
void | RemoveFacePair (NXOpen::Face *firstFace, NXOpen::Face *secondFace) |
Removes a face pair (that represents a unique corner) from the list of face pairs already added. | |
void | SetClosureType (NXOpen::Features::SheetMetal::ClosedCornerBuilder::ClosureTypeOptions closureType) |
Sets the closure type Created in NX5.0.0. | |
void | SetDiameter (const NXString &diameter) |
Sets the diameter This is deprecated. | |
void | SetGap (const NXString &gap) |
Sets the gap. | |
void | SetMiterCorner (bool miterCorner) |
Sets the corner will be closed using the miter algorithm. | |
void | SetOrigin (NXOpen::Features::SheetMetal::ClosedCornerBuilder::OriginTypes originType) |
Sets the default origin will be at the corner point instead of the intersection of bend centerlines. | |
void | SetOverlap (const NXString &overlap) |
Sets the overlap. | |
void | SetTreatmentType (NXOpen::Features::SheetMetal::ClosedCornerBuilder::TreatmentTypeOptions treatmentType) |
Sets the treatment type Created in NX5.0.0. | |
void | SetType (NXOpen::Features::SheetMetal::ClosedCornerBuilder::Types type) |
Sets the feature type Created in NX6.0.0. | |
NXOpen::Features::SheetMetal::ClosedCornerBuilder::TreatmentTypeOptions | TreatmentType () |
Returns the treatment type Created in NX5.0.0. | |
NXOpen::Features::SheetMetal::ClosedCornerBuilder::Types | Type () |
Returns the feature type Created in NX6.0.0. | |
int | ValidateBuilderData () |
Validates the builder data. | |
NXOpen::Expression * | VAngle1 () |
Returns the angle1 of V relief. | |
NXOpen::Expression * | VAngle2 () |
Returns the angle2 of V relief. |
Represents a Closed corner feature builder.
To create a new instance of this class, use Features::SheetMetal::SheetmetalManager::CreateClosedCornerFeatureBuilder
Created in NX5.0.0.
This enum represents Corner treatment type.
TreatmentTypeOptionsOpen |
Only Webs will be closed. |
TreatmentTypeOptionsClosed |
Bend and Webs will be closed. |
TreatmentTypeOptionsCircularCutout |
Circular shaped relief. |
TreatmentTypeOptionsUCutout |
U shaped relief. |
TreatmentTypeOptionsVCutout |
V shaped relief. |
TreatmentTypeOptionsRectangularCutout |
Rectangular shaped relief. |
void NXOpen::Features::SheetMetal::ClosedCornerBuilder::AddFacePair | ( | NXOpen::Face * | firstFace, |
NXOpen::Face * | secondFace | ||
) |
Add a face pair.
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
firstFace | A bend face from a bend |
secondFace | A bend face from an adjacent bend |
NXOpen::Features::SheetMetal::ClosedCornerBuilder::ClosureTypeOptions NXOpen::Features::SheetMetal::ClosedCornerBuilder::ClosureType | ( | ) |
Returns the closure type
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
Returns the diameter.
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
Returns the gap.
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
Returns the diameter
This is deprecated.
Please use Features::SheetMetal::ClosedCornerBuilder::Diameter and Features::SheetMetal::ClosedCornerBuilder::SetDiameter instead.
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
void NXOpen::Features::SheetMetal::ClosedCornerBuilder::GetFacePair | ( | int | index, |
NXOpen::Face ** | firstFace, | ||
NXOpen::Face ** | secondFace | ||
) |
Return the face pair.
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
index | Index of the desired face pair |
firstFace | First face of the face pair |
secondFace | Second face of the face pair |
Returns the gap.
This is deprecated. Please use Features::SheetMetal::ClosedCornerBuilder::Gap and Features::SheetMetal::ClosedCornerBuilder::SetGap instead.
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
Returns the number of face pairs already identified for the three bend corner feature.
Returns the overlap.
This is deprecated. Please use Features::SheetMetal::ClosedCornerBuilder::Overlap and Features::SheetMetal::ClosedCornerBuilder::SetOverlap instead.
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
Returns the corner will be closed using the miter algorithm.
Created in NX7.5.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
Returns the value by which relief origin will be offset
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
NXOpen::Features::SheetMetal::ClosedCornerBuilder::OriginTypes NXOpen::Features::SheetMetal::ClosedCornerBuilder::Origin | ( | ) |
Returns the default origin will be at the corner point instead of the intersection of bend centerlines.
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
Returns the overlap.
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
Returns the length of rectangular relief.
The length is associated to the first bend selected.
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
Returns the width of rectangular relief.
The width is associated to the second bend selected.
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
void NXOpen::Features::SheetMetal::ClosedCornerBuilder::RemoveFacePair | ( | NXOpen::Face * | firstFace, |
NXOpen::Face * | secondFace | ||
) |
Removes a face pair (that represents a unique corner) from the list of face pairs already added.
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
firstFace | A face from an already selected face pair |
secondFace | The other face from the face pair |
void NXOpen::Features::SheetMetal::ClosedCornerBuilder::SetClosureType | ( | NXOpen::Features::SheetMetal::ClosedCornerBuilder::ClosureTypeOptions | closureType | ) |
Sets the closure type
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
closureType | The type of closure specified for the corner |
void NXOpen::Features::SheetMetal::ClosedCornerBuilder::SetDiameter | ( | const NXString & | diameter | ) |
Sets the diameter
This is deprecated.
Please use Features::SheetMetal::ClosedCornerBuilder::Diameter and Features::SheetMetal::ClosedCornerBuilder::SetDiameter instead.
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
diameter | The diameter for the circular cutout corner treatment NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::ClosedCornerBuilder::SetGap | ( | const NXString & | gap | ) |
Sets the gap.
This is deprecated. Please use Features::SheetMetal::ClosedCornerBuilder::Gap and Features::SheetMetal::ClosedCornerBuilder::SetGap instead.
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
gap | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::ClosedCornerBuilder::SetMiterCorner | ( | bool | miterCorner | ) |
Sets the corner will be closed using the miter algorithm.
Created in NX7.5.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
miterCorner | mitercorner |
void NXOpen::Features::SheetMetal::ClosedCornerBuilder::SetOrigin | ( | NXOpen::Features::SheetMetal::ClosedCornerBuilder::OriginTypes | originType | ) |
Sets the default origin will be at the corner point instead of the intersection of bend centerlines.
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
originType | The default location of relief origin |
void NXOpen::Features::SheetMetal::ClosedCornerBuilder::SetOverlap | ( | const NXString & | overlap | ) |
Sets the overlap.
This is deprecated. Please use Features::SheetMetal::ClosedCornerBuilder::Overlap and Features::SheetMetal::ClosedCornerBuilder::SetOverlap instead.
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
overlap | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::ClosedCornerBuilder::SetTreatmentType | ( | NXOpen::Features::SheetMetal::ClosedCornerBuilder::TreatmentTypeOptions | treatmentType | ) |
Sets the treatment type
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
treatmentType | The type of treatment specified for the corner |
void NXOpen::Features::SheetMetal::ClosedCornerBuilder::SetType | ( | NXOpen::Features::SheetMetal::ClosedCornerBuilder::Types | type | ) |
Sets the feature type
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
type | type |
NXOpen::Features::SheetMetal::ClosedCornerBuilder::TreatmentTypeOptions NXOpen::Features::SheetMetal::ClosedCornerBuilder::TreatmentType | ( | ) |
Returns the treatment type
Created in NX5.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
NXOpen::Features::SheetMetal::ClosedCornerBuilder::Types NXOpen::Features::SheetMetal::ClosedCornerBuilder::Type | ( | ) |
Returns the feature type
Created in NX6.0.0.
License requirements : None
Validates the builder data.
Returns the angle1 of V relief.
This is the angle associated with the first bend selected.
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")
Returns the angle2 of V relief.
This is the angle associated to the second bend selected.
Created in NX6.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal")