NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Die::DrawDiePunchSectionBuilder Class Reference

Represents a Draw Die Punch Section sub feature. More...

Inheritance diagram for NXOpen::Die::DrawDiePunchSectionBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

double BaseThickness ()
 Returns the base thickness of the draw die punch casting. More...
 
double BaseWidth ()
 Returns the base width of the draw die punch casting. More...
 
NXOpen::ExpressionBeltThickness ()
 Returns the belt thickness of the draw die punch casting. More...
 
NXOpen::Die::DieBuildStatusOption BuildStatus ()
 Returns the build status of the draw die punch casting. More...
 
double DeckThickness ()
 Returns the deck thickness of the draw die punch casting. More...
 
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. More...
 
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. More...
 
void GetBaseAttributes (NXString *title, NXString *value, int *color)
 Gets the base faces attributes. More...
 
void GetBeltWallAttributes (NXString *title, NXString *value, int *color)
 Gets the belt wall faces attributes. More...
 
void GetFormingAttributes (NXString *title, NXString *value, int *color)
 Gets the forming faces attributes. More...
 
void GetPunchProfileAttributes (NXString *title, NXString *value)
 Gets the punch profile edges attributes. More...
 
double OffsetProfileToTop ()
 Returns the offset profile to top distance of the draw die punch casting. More...
 
double PartialRibHeight ()
 Returns the partial rib height of the draw die punch casting. More...
 
double ReliefAngle ()
 Returns the relief angle of the draw die punch casting. More...
 
double ReliefDistance ()
 Returns the relief distance of the draw die punch casting. More...
 
void SetBaseAttributes (const NXString &title, const NXString &value, int color)
 Sets the base faces attributes. More...
 
void SetBaseAttributes (const char *title, const char *value, int color)
 Sets the base faces attributes. More...
 
void SetBaseThickness (double baseThickness)
 
Created in NX4.0.0. More...
 
void SetBaseWidth (double baseWidth)
 
Created in NX4.0.0. More...
 
void SetBeltThickness (const NXString &beltThickness)
 
Created in NX4.0.0. More...
 
void SetBeltThickness (const char *beltThickness)
 
Created in NX4.0.0. More...
 
void SetBeltWallAttributes (const NXString &title, const NXString &value, int color)
 Sets the belt wall faces attributes. More...
 
void SetBeltWallAttributes (const char *title, const char *value, int color)
 Sets the belt wall faces attributes. More...
 
void SetDeckThickness (double deckThickness)
 
Created in NX4.0.0. More...
 
void SetDesignStatus (bool designStatus)
 
Created in NX4.0.0. More...
 
void SetDisplayStatus (bool displayStatus)
 
Created in NX4.0.0. More...
 
void SetFormingAttributes (const NXString &title, const NXString &value, int color)
 Sets the forming faces attributes. More...
 
void SetFormingAttributes (const char *title, const char *value, int color)
 Sets the forming faces attributes. More...
 
void SetOffsetProfileToTop (double offsetProfileToTop)
 
Created in NX4.0.0. More...
 
void SetPartialRibHeight (double partialRibHeight)
 
Created in NX4.0.0. More...
 
void SetPunchProfileAttributes (const NXString &title, const NXString &value)
 Sets the punch profile edges attributes. More...
 
void SetPunchProfileAttributes (const char *title, const char *value)
 Sets the punch profile edges attributes. More...
 
void SetReliefAngle (double reliefAngle)
 
Created in NX4.0.0. More...
 
void SetReliefDistance (double reliefDistance)
 
Created in NX4.0.0. More...
 
void SetWallThickness (double wallThickness)
 
Created in NX4.0.0. More...
 
double WallThickness ()
 Returns the wall thickness of the draw die punch casting. More...
 
- Public Member Functions inherited from NXOpen::Features::FeatureBuilder
NXOpen::Features::FeatureCommitFeature ()
 Commits the feature parameters and creates the feature. More...
 
NXOpen::Features::FeatureGetFeature ()
 Returns the feature currently being edited by this builder. More...
 
void HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
bool ParentFeatureInternal ()
 Returns whether or not the latest timestamped parent feature of this feature should be made internal
Created in NX5.0.0. More...
 
bool PatchSolutionFlag ()
 Returns the patch solution flag
Created in NX8.0.1. More...
 
NXString PatchSurfaceFilename ()
 Returns the patch surface filename
Created in NX8.0.1. More...
 
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. More...
 
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. More...
 
void SetPatchSolutionFlag (bool optionValue)
 Sets the patch solution flag
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const NXString &surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const char *surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
NXString SurroundingPatchSurfaceFilename ()
 Returns the surrounding patch surface filename
Created in NX8.0.1. More...
 
void UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature)
 Set the internal parent feature of the feature being edited to external
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a Draw Die Punch Section sub feature.


This sub feature is created via the main feature builder.

Created in NX4.0.0.

Member Function Documentation

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")

Parameters
titleTitle for attribute.
valueValue of attribute.
colorColor 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")

Parameters
titleTitle for attribute.
valueValue of attribute.
colorColor 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")

Parameters
titleTitle for attribute.
valueValue of attribute.
colorColor 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")

Parameters
titleTitle for attribute.
valueValue 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")

Parameters
titleTitle for attribute.
valueValue of attribute.
colorColor 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")

Parameters
titleTitle for attribute.
valueValue of attribute.
colorColor of base faces.
void NXOpen::Die::DrawDiePunchSectionBuilder::SetBaseThickness ( double  baseThickness)


Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters
baseThicknessbase thickness
void NXOpen::Die::DrawDiePunchSectionBuilder::SetBaseWidth ( double  baseWidth)


Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters
baseWidthbase width
void NXOpen::Die::DrawDiePunchSectionBuilder::SetBeltThickness ( const NXString beltThickness)


Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters
beltThicknessbelt thickness
void NXOpen::Die::DrawDiePunchSectionBuilder::SetBeltThickness ( const char *  beltThickness)


Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters
beltThicknessbelt thickness
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")

Parameters
titleTitle for attribute.
valueValue of attribute.
colorColor 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")

Parameters
titleTitle for attribute.
valueValue of attribute.
colorColor of belt wall faces.
void NXOpen::Die::DrawDiePunchSectionBuilder::SetDeckThickness ( double  deckThickness)


Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters
deckThicknessdeck thickness
void NXOpen::Die::DrawDiePunchSectionBuilder::SetDesignStatus ( bool  designStatus)


Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters
designStatusdesign status
void NXOpen::Die::DrawDiePunchSectionBuilder::SetDisplayStatus ( bool  displayStatus)


Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters
displayStatusdisplay 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")

Parameters
titleTitle for attribute.
valueValue of attribute.
colorColor 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")

Parameters
titleTitle for attribute.
valueValue of attribute.
colorColor of forming faces.
void NXOpen::Die::DrawDiePunchSectionBuilder::SetOffsetProfileToTop ( double  offsetProfileToTop)


Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters
offsetProfileToTopoffset profile to top
void NXOpen::Die::DrawDiePunchSectionBuilder::SetPartialRibHeight ( double  partialRibHeight)


Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters
partialRibHeightpartial 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")

Parameters
titleTitle for attribute.
valueValue of attribute.
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")

Parameters
titleTitle for attribute.
valueValue of attribute.
void NXOpen::Die::DrawDiePunchSectionBuilder::SetReliefAngle ( double  reliefAngle)


Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters
reliefAnglerelief angle
void NXOpen::Die::DrawDiePunchSectionBuilder::SetReliefDistance ( double  reliefDistance)


Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters
reliefDistancerelief distance
void NXOpen::Die::DrawDiePunchSectionBuilder::SetWallThickness ( double  wallThickness)


Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters
wallThicknesswall 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")


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.