NX Open C++ Reference Guide
|
Represents a Draw Die Punch Section sub feature. More...
Public Member Functions | |
double | BaseThickness () |
Returns the base thickness of the draw die punch casting. | |
double | BaseWidth () |
Returns the base width of the draw die punch casting. | |
NXOpen::Expression * | BeltThickness () |
Returns the belt thickness of the draw die punch casting. | |
NXOpen::Die::DieBuildStatusOption | BuildStatus () |
Returns the build status of the draw die punch casting. | |
double | DeckThickness () |
Returns the deck thickness of the draw die punch casting. | |
bool | DesignStatus () |
Returns the design status of the draw die punch casting, if true the casting will be built into the model, if false it will not. | |
bool | DisplayStatus () |
Returns the display status of the draw die punch casting, if true input data to the draw die punch casting will be displayed, if false the input data will not be displayed. | |
void | GetBaseAttributes (NXString *title, NXString *value, int *color) |
Gets the base faces attributes. | |
void | GetBeltWallAttributes (NXString *title, NXString *value, int *color) |
Gets the belt wall faces attributes. | |
void | GetFormingAttributes (NXString *title, NXString *value, int *color) |
Gets the forming faces attributes. | |
void | GetPunchProfileAttributes (NXString *title, NXString *value) |
Gets the punch profile edges attributes. | |
double | OffsetProfileToTop () |
Returns the offset profile to top distance of the draw die punch casting. | |
double | PartialRibHeight () |
Returns the partial rib height of the draw die punch casting. | |
double | ReliefAngle () |
Returns the relief angle of the draw die punch casting. | |
double | ReliefDistance () |
Returns the relief distance of the draw die punch casting. | |
void | SetBaseAttributes (const NXString &title, const NXString &value, int color) |
Sets the base faces attributes. | |
void | SetBaseAttributes (const char *title, const char *value, int color) |
Sets the base faces attributes. | |
void | SetBaseThickness (double baseThickness) |
Created in NX4.0.0. | |
void | SetBaseWidth (double baseWidth) |
Created in NX4.0.0. | |
void | SetBeltThickness (const NXString &beltThickness) |
Created in NX4.0.0. | |
void | SetBeltThickness (const char *beltThickness) |
Created in NX4.0.0. | |
void | SetBeltWallAttributes (const NXString &title, const NXString &value, int color) |
Sets the belt wall faces attributes. | |
void | SetBeltWallAttributes (const char *title, const char *value, int color) |
Sets the belt wall faces attributes. | |
void | SetDeckThickness (double deckThickness) |
Created in NX4.0.0. | |
void | SetDesignStatus (bool designStatus) |
Created in NX4.0.0. | |
void | SetDisplayStatus (bool displayStatus) |
Created in NX4.0.0. | |
void | SetFormingAttributes (const NXString &title, const NXString &value, int color) |
Sets the forming faces attributes. | |
void | SetFormingAttributes (const char *title, const char *value, int color) |
Sets the forming faces attributes. | |
void | SetOffsetProfileToTop (double offsetProfileToTop) |
Created in NX4.0.0. | |
void | SetPartialRibHeight (double partialRibHeight) |
Created in NX4.0.0. | |
void | SetPunchProfileAttributes (const NXString &title, const NXString &value) |
Sets the punch profile edges attributes. | |
void | SetPunchProfileAttributes (const char *title, const char *value) |
Sets the punch profile edges attributes. | |
void | SetReliefAngle (double reliefAngle) |
Created in NX4.0.0. | |
void | SetReliefDistance (double reliefDistance) |
Created in NX4.0.0. | |
void | SetWallThickness (double wallThickness) |
Created in NX4.0.0. | |
double | WallThickness () |
Returns the wall thickness of the draw die punch casting. | |
![]() | |
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 Draw Die Punch Section sub feature.
This sub feature is created via the main feature builder.
Created in NX4.0.0.
double NXOpen::Die::DrawDiePunchSectionBuilder::BaseThickness | ( | ) |
Returns the base thickness of the draw die punch casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::DrawDiePunchSectionBuilder::BaseWidth | ( | ) |
Returns the base width of the draw die punch casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
NXOpen::Expression* NXOpen::Die::DrawDiePunchSectionBuilder::BeltThickness | ( | ) |
Returns the belt thickness of the draw die punch casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
NXOpen::Die::DieBuildStatusOption NXOpen::Die::DrawDiePunchSectionBuilder::BuildStatus | ( | ) |
Returns the build status of the draw die punch casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::DrawDiePunchSectionBuilder::DeckThickness | ( | ) |
Returns the deck thickness of the draw die punch casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
bool NXOpen::Die::DrawDiePunchSectionBuilder::DesignStatus | ( | ) |
Returns the design status of the draw die punch casting, if true the casting will be built into the model, if false it will not.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
bool NXOpen::Die::DrawDiePunchSectionBuilder::DisplayStatus | ( | ) |
Returns the display status of the draw die punch casting, if true input data to the draw die punch casting will be displayed, if false the input data will not be displayed.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
void NXOpen::Die::DrawDiePunchSectionBuilder::GetBaseAttributes | ( | NXString * | title, |
NXString * | value, | ||
int * | color | ||
) |
Gets the base faces attributes.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
title | Title for attribute. |
value | Value of attribute. |
color | Color of base faces. |
void NXOpen::Die::DrawDiePunchSectionBuilder::GetBeltWallAttributes | ( | NXString * | title, |
NXString * | value, | ||
int * | color | ||
) |
Gets the belt wall faces attributes.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
title | Title for attribute. |
value | Value of attribute. |
color | Color of belt wall faces. |
void NXOpen::Die::DrawDiePunchSectionBuilder::GetFormingAttributes | ( | NXString * | title, |
NXString * | value, | ||
int * | color | ||
) |
Gets the forming faces attributes.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
title | Title for attribute. |
value | Value of attribute. |
color | Color of forming faces. |
void NXOpen::Die::DrawDiePunchSectionBuilder::GetPunchProfileAttributes | ( | NXString * | title, |
NXString * | value | ||
) |
Gets the punch profile edges attributes.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
title | Title for attribute. |
value | Value of attribute. |
double NXOpen::Die::DrawDiePunchSectionBuilder::OffsetProfileToTop | ( | ) |
Returns the offset profile to top distance of the draw die punch casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::DrawDiePunchSectionBuilder::PartialRibHeight | ( | ) |
Returns the partial rib height of the draw die punch casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::DrawDiePunchSectionBuilder::ReliefAngle | ( | ) |
Returns the relief angle of the draw die punch casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::DrawDiePunchSectionBuilder::ReliefDistance | ( | ) |
Returns the relief distance of the draw die punch casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
void NXOpen::Die::DrawDiePunchSectionBuilder::SetBaseAttributes | ( | const NXString & | title, |
const NXString & | value, | ||
int | color | ||
) |
Sets the base faces attributes.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
title | Title for attribute. NOTE: The full Unicode character set is not supported for this parameter. |
value | Value of attribute. NOTE: The full Unicode character set is not supported for this parameter. |
color | Color of base faces. |
void NXOpen::Die::DrawDiePunchSectionBuilder::SetBaseAttributes | ( | const char * | title, |
const char * | value, | ||
int | color | ||
) |
Sets the base faces attributes.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
title | Title for attribute. NOTE: The full Unicode character set is not supported for this parameter. |
value | Value of attribute. NOTE: The full Unicode character set is not supported for this parameter. |
color | Color of base faces. |
void NXOpen::Die::DrawDiePunchSectionBuilder::SetBaseThickness | ( | double | baseThickness | ) |
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
baseThickness | base thickness |
void NXOpen::Die::DrawDiePunchSectionBuilder::SetBaseWidth | ( | double | baseWidth | ) |
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
baseWidth | base width |
void NXOpen::Die::DrawDiePunchSectionBuilder::SetBeltThickness | ( | const NXString & | beltThickness | ) |
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
beltThickness | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Die::DrawDiePunchSectionBuilder::SetBeltThickness | ( | const char * | beltThickness | ) |
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
beltThickness | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Die::DrawDiePunchSectionBuilder::SetBeltWallAttributes | ( | const NXString & | title, |
const NXString & | value, | ||
int | color | ||
) |
Sets the belt wall faces attributes.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
title | Title for attribute. NOTE: The full Unicode character set is not supported for this parameter. |
value | Value of attribute. NOTE: The full Unicode character set is not supported for this parameter. |
color | Color of belt wall faces. |
void NXOpen::Die::DrawDiePunchSectionBuilder::SetBeltWallAttributes | ( | const char * | title, |
const char * | value, | ||
int | color | ||
) |
Sets the belt wall faces attributes.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
title | Title for attribute. NOTE: The full Unicode character set is not supported for this parameter. |
value | Value of attribute. NOTE: The full Unicode character set is not supported for this parameter. |
color | Color of belt wall faces. |
void NXOpen::Die::DrawDiePunchSectionBuilder::SetDeckThickness | ( | double | deckThickness | ) |
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
deckThickness | deck thickness |
void NXOpen::Die::DrawDiePunchSectionBuilder::SetDesignStatus | ( | bool | designStatus | ) |
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
designStatus | design status |
void NXOpen::Die::DrawDiePunchSectionBuilder::SetDisplayStatus | ( | bool | displayStatus | ) |
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
displayStatus | display status |
void NXOpen::Die::DrawDiePunchSectionBuilder::SetFormingAttributes | ( | const NXString & | title, |
const NXString & | value, | ||
int | color | ||
) |
Sets the forming faces attributes.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
title | Title for attribute. NOTE: The full Unicode character set is not supported for this parameter. |
value | Value of attribute. NOTE: The full Unicode character set is not supported for this parameter. |
color | Color of forming faces. |
void NXOpen::Die::DrawDiePunchSectionBuilder::SetFormingAttributes | ( | const char * | title, |
const char * | value, | ||
int | color | ||
) |
Sets the forming faces attributes.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
title | Title for attribute. NOTE: The full Unicode character set is not supported for this parameter. |
value | Value of attribute. NOTE: The full Unicode character set is not supported for this parameter. |
color | Color of forming faces. |
void NXOpen::Die::DrawDiePunchSectionBuilder::SetOffsetProfileToTop | ( | double | offsetProfileToTop | ) |
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
offsetProfileToTop | offset profile to top |
void NXOpen::Die::DrawDiePunchSectionBuilder::SetPartialRibHeight | ( | double | partialRibHeight | ) |
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
partialRibHeight | partial rib height |
void NXOpen::Die::DrawDiePunchSectionBuilder::SetPunchProfileAttributes | ( | const NXString & | title, |
const NXString & | value | ||
) |
Sets the punch profile edges attributes.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
title | Title for attribute. NOTE: The full Unicode character set is not supported for this parameter. |
value | Value of attribute. NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Die::DrawDiePunchSectionBuilder::SetPunchProfileAttributes | ( | const char * | title, |
const char * | value | ||
) |
Sets the punch profile edges attributes.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
title | Title for attribute. NOTE: The full Unicode character set is not supported for this parameter. |
value | Value of attribute. NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Die::DrawDiePunchSectionBuilder::SetReliefAngle | ( | double | reliefAngle | ) |
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
reliefAngle | relief angle |
void NXOpen::Die::DrawDiePunchSectionBuilder::SetReliefDistance | ( | double | reliefDistance | ) |
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
reliefDistance | relief distance |
void NXOpen::Die::DrawDiePunchSectionBuilder::SetWallThickness | ( | double | wallThickness | ) |
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
wallThickness | wall thickness |
double NXOpen::Die::DrawDiePunchSectionBuilder::WallThickness | ( | ) |
Returns the wall thickness of the draw die punch casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")