NX Open C++ Reference Guide
|
Represents a Aerospace Sheet Metal Joggle Builder. More...
Public Types | |
enum | SideType { SideTypeSide1, SideTypeSide2 } |
This enum defines the side of a twin joggle only side1 is used for a single joggle. More... | |
Public Member Functions | |
NXOpen::ScCollector * | BendFaces () |
Returns the flange. | |
NXOpen::Expression * | Depth () |
Returns the depth expression. | |
bool | FlipJoggleSide () |
Returns the joggle direction flag. | |
NXOpen::Expression * | GetClearance (NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType sideType) |
The clearance expression. | |
NXOpen::Plane * | GetEndPlane () |
The end plane. | |
bool | GetGlobalOffsetRadius (NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType sideType) |
The Global flag for offset radius. | |
bool | GetGlobalStationaryRadius (NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType sideType) |
The Global flag for stationary radius. | |
NXOpen::Expression * | GetOffsetRadius (NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType sideType) |
The offset radius expression. | |
NXOpen::Expression * | GetRunout (NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType sideType) |
The runout expression. | |
bool | GetStandardRunout (NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType sideType) |
The global flag for runout. | |
NXOpen::Plane * | GetStartPlane () |
The start plane. | |
NXOpen::Expression * | GetStationaryRadius (NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType sideType) |
The stationary radius expression. | |
bool | IsSymmetric () |
Returns the symmetric flag. | |
bool | IsTwin () |
Returns the is_twin flag. | |
bool | JoggleCompensation () |
Returns the joggle compensation. | |
bool | JoggleIn () |
Returns the joggle in flag. | |
void | SetBendFaces (NXOpen::ScCollector *bendFaces) |
Sets the flange. | |
void | SetClearance (NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType sideType, const NXString &clearanceStr) |
Set the clearance expression. | |
void | SetClearance (NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType sideType, const char *clearanceStr) |
Set the clearance expression. | |
void | SetDepth (const NXString &depthStr) |
Set the depth expression. | |
void | SetDepth (const char *depthStr) |
Set the depth expression. | |
void | SetEndPlane (NXOpen::Plane *endPlane) |
Set the end plane. | |
void | SetFlipJoggleSide (bool flipJoggleSide) |
Sets the joggle direction flag. | |
void | SetGlobalOffsetRadius (NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType sideType, bool globalRadius) |
Set the Global flag for offset radius. | |
void | SetGlobalStationaryRadius (NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType sideType, bool globalRadius) |
Set the Global flag for stationary radius. | |
void | SetJoggleCompensation (bool joggleComp) |
Sets the joggle compensation. | |
void | SetJoggleIn (bool joggleIn) |
Sets the joggle in flag. | |
void | SetOffsetRadius (NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType sideType, const NXString &radiusStr) |
Set the offset radius expression. | |
void | SetOffsetRadius (NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType sideType, const char *radiusStr) |
Set the offset radius expression. | |
void | SetRunout (NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType sideType, const NXString &runoutStr) |
Set the runout expression. | |
void | SetRunout (NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType sideType, const char *runoutStr) |
Set the runout expression. | |
void | SetStandardRunout (NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType sideType, bool standardRunout) |
Set the Global flag for runout. | |
void | SetStartPlane (NXOpen::Plane *startPlane) |
Set the start plane. | |
void | SetStationaryRadius (NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType sideType, const NXString &radiusStr) |
Set the stationary radius expression. | |
void | SetStationaryRadius (NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType sideType, const char *radiusStr) |
Set the stationary radius expression. | |
void | SetSymmetric (bool isSymmetric) |
Sets the symmetric flag. | |
void | SetTwin (bool isTwin) |
Sets the is_twin flag. | |
![]() | |
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 Aerospace Sheet Metal Joggle Builder.
<br> To create a new instance of this class, use @link Features::SheetMetal::AeroSheetmetalManager::CreateJoggleBuilder Features::SheetMetal::AeroSheetmetalManager::CreateJoggleBuilder @endlink <br>
Created in NX4.0.0.
NXOpen::ScCollector* NXOpen::Features::SheetMetal::AeroJoggleBuilder::BendFaces | ( | ) |
Returns the flange.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
NXOpen::Expression* NXOpen::Features::SheetMetal::AeroJoggleBuilder::Depth | ( | ) |
Returns the depth expression.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
bool NXOpen::Features::SheetMetal::AeroJoggleBuilder::FlipJoggleSide | ( | ) |
Returns the joggle direction flag.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
NXOpen::Expression* NXOpen::Features::SheetMetal::AeroJoggleBuilder::GetClearance | ( | NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType | sideType | ) |
The clearance expression.
@return clearance expression
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
sideType | side1/side2 |
NXOpen::Plane* NXOpen::Features::SheetMetal::AeroJoggleBuilder::GetEndPlane | ( | ) |
The end plane.
@return datum plane feature
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
bool NXOpen::Features::SheetMetal::AeroJoggleBuilder::GetGlobalOffsetRadius | ( | NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType | sideType | ) |
The Global flag for offset radius.
@return If true use global radius
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
sideType | side1/side2 |
bool NXOpen::Features::SheetMetal::AeroJoggleBuilder::GetGlobalStationaryRadius | ( | NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType | sideType | ) |
The Global flag for stationary radius.
@return If true use global radius
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
sideType | side1/side2 |
NXOpen::Expression* NXOpen::Features::SheetMetal::AeroJoggleBuilder::GetOffsetRadius | ( | NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType | sideType | ) |
The offset radius expression.
@return offset radius expression
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
sideType | side1/side2 |
NXOpen::Expression* NXOpen::Features::SheetMetal::AeroJoggleBuilder::GetRunout | ( | NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType | sideType | ) |
The runout expression.
@return runout expression
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
sideType | side1/side2 |
bool NXOpen::Features::SheetMetal::AeroJoggleBuilder::GetStandardRunout | ( | NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType | sideType | ) |
The global flag for runout.
@return If true use standard runout
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
sideType | side1/side2 |
NXOpen::Plane* NXOpen::Features::SheetMetal::AeroJoggleBuilder::GetStartPlane | ( | ) |
The start plane.
@return datum plane feature
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
NXOpen::Expression* NXOpen::Features::SheetMetal::AeroJoggleBuilder::GetStationaryRadius | ( | NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType | sideType | ) |
The stationary radius expression.
@return stationary radius expression
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
sideType | side1/side2 |
bool NXOpen::Features::SheetMetal::AeroJoggleBuilder::IsSymmetric | ( | ) |
Returns the symmetric flag.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
bool NXOpen::Features::SheetMetal::AeroJoggleBuilder::IsTwin | ( | ) |
Returns the is_twin flag.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
bool NXOpen::Features::SheetMetal::AeroJoggleBuilder::JoggleCompensation | ( | ) |
Returns the joggle compensation.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
bool NXOpen::Features::SheetMetal::AeroJoggleBuilder::JoggleIn | ( | ) |
Returns the joggle in flag.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
void NXOpen::Features::SheetMetal::AeroJoggleBuilder::SetBendFaces | ( | NXOpen::ScCollector * | bendFaces | ) |
Sets the flange.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
bendFaces | bend faces |
void NXOpen::Features::SheetMetal::AeroJoggleBuilder::SetClearance | ( | NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType | sideType, |
const NXString & | clearanceStr | ||
) |
Set the clearance expression.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
sideType | side1/side2 |
clearanceStr | value of clearance expression NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::AeroJoggleBuilder::SetClearance | ( | NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType | sideType, |
const char * | clearanceStr | ||
) |
Set the clearance expression.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
sideType | side1/side2 |
clearanceStr | value of clearance expression NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::AeroJoggleBuilder::SetDepth | ( | const NXString & | depthStr | ) |
Set the depth expression.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
depthStr | value of depth expression NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::AeroJoggleBuilder::SetDepth | ( | const char * | depthStr | ) |
Set the depth expression.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
depthStr | value of depth expression NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::AeroJoggleBuilder::SetEndPlane | ( | NXOpen::Plane * | endPlane | ) |
Set the end plane.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
endPlane | datum plane feature |
void NXOpen::Features::SheetMetal::AeroJoggleBuilder::SetFlipJoggleSide | ( | bool | flipJoggleSide | ) |
Sets the joggle direction flag.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
flipJoggleSide | flip joggle side |
void NXOpen::Features::SheetMetal::AeroJoggleBuilder::SetGlobalOffsetRadius | ( | NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType | sideType, |
bool | globalRadius | ||
) |
Set the Global flag for offset radius.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
sideType | side1/side2 |
globalRadius | If true use global radius |
void NXOpen::Features::SheetMetal::AeroJoggleBuilder::SetGlobalStationaryRadius | ( | NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType | sideType, |
bool | globalRadius | ||
) |
Set the Global flag for stationary radius.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
sideType | side1/side2 |
globalRadius | If true use global radius |
void NXOpen::Features::SheetMetal::AeroJoggleBuilder::SetJoggleCompensation | ( | bool | joggleComp | ) |
Sets the joggle compensation.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
joggleComp | If true use joggle compensation |
void NXOpen::Features::SheetMetal::AeroJoggleBuilder::SetJoggleIn | ( | bool | joggleIn | ) |
Sets the joggle in flag.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
joggleIn | joggle in |
void NXOpen::Features::SheetMetal::AeroJoggleBuilder::SetOffsetRadius | ( | NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType | sideType, |
const NXString & | radiusStr | ||
) |
Set the offset radius expression.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
sideType | side1/side2 |
radiusStr | value of offset radius expression NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::AeroJoggleBuilder::SetOffsetRadius | ( | NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType | sideType, |
const char * | radiusStr | ||
) |
Set the offset radius expression.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
sideType | side1/side2 |
radiusStr | value of offset radius expression NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::AeroJoggleBuilder::SetRunout | ( | NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType | sideType, |
const NXString & | runoutStr | ||
) |
Set the runout expression.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
sideType | side1/side2 |
runoutStr | value of runout expression NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::AeroJoggleBuilder::SetRunout | ( | NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType | sideType, |
const char * | runoutStr | ||
) |
Set the runout expression.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
sideType | side1/side2 |
runoutStr | value of runout expression NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::AeroJoggleBuilder::SetStandardRunout | ( | NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType | sideType, |
bool | standardRunout | ||
) |
Set the Global flag for runout.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
sideType | side1/side2 |
standardRunout | If true use standard runout |
void NXOpen::Features::SheetMetal::AeroJoggleBuilder::SetStartPlane | ( | NXOpen::Plane * | startPlane | ) |
Set the start plane.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
startPlane | datum plane feature |
void NXOpen::Features::SheetMetal::AeroJoggleBuilder::SetStationaryRadius | ( | NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType | sideType, |
const NXString & | radiusStr | ||
) |
Set the stationary radius expression.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
sideType | side1/side2 |
radiusStr | value of stationary radius expression NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::AeroJoggleBuilder::SetStationaryRadius | ( | NXOpen::Features::SheetMetal::AeroJoggleBuilder::SideType | sideType, |
const char * | radiusStr | ||
) |
Set the stationary radius expression.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
sideType | side1/side2 |
radiusStr | value of stationary radius expression NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Features::SheetMetal::AeroJoggleBuilder::SetSymmetric | ( | bool | isSymmetric | ) |
Sets the symmetric flag.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
isSymmetric | is symmetric |
void NXOpen::Features::SheetMetal::AeroJoggleBuilder::SetTwin | ( | bool | isTwin | ) |
Sets the is_twin flag.
Created in NX4.0.0.
License requirements : aero_sheet_metal ("Aerospace Sheet Metal")
isTwin | is twin |