NX Open C++ Reference Guide
|
Represents a Tab feature builder. More...
Public Types | |
enum | SectionSideOptions { SectionSideOptionsLeft, SectionSideOptionsRight } |
This enum represents the side of the section that the dimple punches material. More... | |
enum | ThicknessSideOptions { ThicknessSideOptionsSectionNormalSide, ThicknessSideOptionsSectionReverseNormalSide } |
This enum represents the extent direction for the Tab. More... | |
Public Member Functions | |
bool | IsSecondary () |
Returns the tab type Created in NX4.0.0. | |
NXOpen::Features::SheetMetal::TabBuilder::SectionSideOptions | MaterialSide () |
Returns the material side value of secondary tab Created in NX4.0.0. | |
NXOpen::Section * | Section () |
Returns the section of tab Created in NX4.0.0. | |
void | SetMaterialSide (NXOpen::Features::SheetMetal::TabBuilder::SectionSideOptions sectionSide) |
Sets the material side value of secondary tab Created in NX4.0.0. | |
void | SetSecondary (bool isSecondary) |
Sets the tab type Created in NX4.0.0. | |
void | SetSection (NXOpen::Section *section) |
Sets the section of tab Created in NX4.0.0. | |
void | SetSketch (NXOpen::Features::SketchFeature *sketch) |
Sets the sketch of tab Created in NX4.0.0. | |
void | SetThickness (const NXString &thickness) |
Created in NX4.0.0. | |
void | SetThickness (const char *thickness) |
Created in NX4.0.0. | |
void | SetThicknessSide (NXOpen::Features::SheetMetal::TabBuilder::ThicknessSideOptions flag) |
Sets the sweep direction flag of tab Created in NX4.0.0. | |
NXOpen::Features::SketchFeature * | Sketch () |
Returns the sketch of tab Created in NX4.0.0. | |
NXOpen::Expression * | Thickness () |
Returns the thickness of tab Created in NX4.0.0. | |
NXOpen::Features::SheetMetal::TabBuilder::ThicknessSideOptions | ThicknessSide () |
Returns the sweep direction flag of tab Created in NX4.0.0. | |
int | ValidateBuilderData () |
Verify whether the builder data is valid for creating a Tab or not. | |
![]() | |
NXOpen::Features::SheetMetal::ApplicationContext | GetApplicationContext () |
Get the application context. | |
void | SetApplicationContext (NXOpen::Features::SheetMetal::ApplicationContext appContext) |
Set the application context. | |
![]() | |
NXOpen::Features::Feature * | CommitFeature () |
Commits the feature parameters and creates the feature. | |
NXOpen::Features::Feature * | GetFeature () |
Returns the feature currently being edited by this builder. | |
void | HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature) |
Re-suppress an internal parent feature (a slave feature) after it has been edited. | |
bool | ParentFeatureInternal () |
Returns whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
bool | PatchSolutionFlag () |
Returns the patch solution flag Created in NX8.0.1. | |
NXString | PatchSurfaceFilename () |
Returns the patch surface filename Created in NX8.0.1. | |
void | SetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
Set the parent features which would be internal or slaves to the feature being created or commited Created in NX6.0.0. | |
void | SetParentFeatureInternal (bool isInternal) |
Sets whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
void | SetPatchSolutionFlag (bool optionValue) |
Sets the patch solution flag Created in NX8.0.1. | |
void | SetPatchSurfaceFilename (const NXString &surfaceFilename) |
Sets the patch surface filename Created in NX8.0.1. | |
void | SetPatchSurfaceFilename (const char *surfaceFilename) |
Sets the patch surface filename Created in NX8.0.1. | |
void | SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename) |
Sets the surrounding patch surface filename Created in NX8.0.1. | |
void | SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename) |
Sets the surrounding patch surface filename Created in NX8.0.1. | |
void | ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature) |
Unsuppress an internal parent feature (a slave feature) so it can be edited. | |
NXString | SurroundingPatchSurfaceFilename () |
Returns the surrounding patch surface filename Created in NX8.0.1. | |
void | UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
Set the internal parent feature of the feature being edited to external Created in NX6.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Tab feature builder.
To create a new instance of this class, use Features::SheetMetal::SheetmetalManager::CreateTabFeatureBuilder
Created in NX4.0.0.
This enum represents the side of the section that the dimple punches material.
The "left" option represents the side to the left of a person who is walking along the section in the direction of its curves when the section normal is pointing up. The "right" option represents the person's right hand side. This interpretation is the same regardless of whether the section is open or closed. The "right" side at any point along the section can also be represented by the vector resulting from the cross product of the curve tangent (of the section curve at that point) and the section normal. The "left" side is the opposite.
bool NXOpen::Features::SheetMetal::TabBuilder::IsSecondary | ( | ) |
Returns the tab type
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Features::SheetMetal::TabBuilder::SectionSideOptions NXOpen::Features::SheetMetal::TabBuilder::MaterialSide | ( | ) |
Returns the material side value of secondary tab
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Section* NXOpen::Features::SheetMetal::TabBuilder::Section | ( | ) |
Returns the section of tab
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
void NXOpen::Features::SheetMetal::TabBuilder::SetMaterialSide | ( | NXOpen::Features::SheetMetal::TabBuilder::SectionSideOptions | sectionSide | ) |
Sets the material side value of secondary tab
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
sectionSide | material side value |
void NXOpen::Features::SheetMetal::TabBuilder::SetSecondary | ( | bool | isSecondary | ) |
Sets the tab type
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
isSecondary | tab type |
void NXOpen::Features::SheetMetal::TabBuilder::SetSection | ( | NXOpen::Section * | section | ) |
Sets the section of tab
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
section | section tag |
void NXOpen::Features::SheetMetal::TabBuilder::SetSketch | ( | NXOpen::Features::SketchFeature * | sketch | ) |
Sets the sketch of tab
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
sketch | sketch tag |
void NXOpen::Features::SheetMetal::TabBuilder::SetThickness | ( | const NXString & | thickness | ) |
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
thickness | Tab thickness NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::TabBuilder::SetThickness | ( | const char * | thickness | ) |
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
thickness | Tab thickness NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::TabBuilder::SetThicknessSide | ( | NXOpen::Features::SheetMetal::TabBuilder::ThicknessSideOptions | flag | ) |
Sets the sweep direction flag of tab
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
flag | Sweep Direction Flag |
NXOpen::Features::SketchFeature* NXOpen::Features::SheetMetal::TabBuilder::Sketch | ( | ) |
Returns the sketch of tab
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Expression* NXOpen::Features::SheetMetal::TabBuilder::Thickness | ( | ) |
Returns the thickness of tab
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Features::SheetMetal::TabBuilder::ThicknessSideOptions NXOpen::Features::SheetMetal::TabBuilder::ThicknessSide | ( | ) |
Returns the sweep direction flag of tab
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
int NXOpen::Features::SheetMetal::TabBuilder::ValidateBuilderData | ( | ) |
Verify whether the builder data is valid for creating a Tab or not.
<br> If the Builder data is valid, returned value shall be 0. <br> @return Data Validity Flag.
Created in NX4.0.0.
License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")