NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Die::SteelInsertSectionBuilder Class Reference

Represents a Steel Insert Section sub feature. More...

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

List of all members.

Public Types

enum  ExtensionTypeOption { ExtensionTypeOptionConstant, ExtensionTypeOptionMaxdistPlusConst, ExtensionTypeOptionLaw }
 Settings for the extension type. More...

Public Member Functions

NXOpen::ExpressionBackSideReliefDistance ()
 Returns the back/side relief distance of the steel insert casting
Created in NX4.0.0.
NXOpen::ExpressionBeltThickness ()
 Returns the belt thickness
Created in NX4.0.0.
NXOpen::ExpressionExtensionDistance ()
 Returns the extension distance
Created in NX4.0.0.
NXOpen::Die::SteelInsertSectionBuilder::ExtensionTypeOption ExtensionType ()
 Returns the extension type
Created in NX4.0.0.
void GetBackAttributes (NXString *title, NXString *value, int *color)
 Gets the back faces attributes
Created in NX4.0.0.
void GetBaseAttributes (NXString *title, NXString *value, int *color)
 Gets the base faces attributes
Created in NX4.0.0.
void GetEndAttributes (NXString *title, NXString *value, int *color)
 Gets the end faces attributes
Created in NX4.0.0.
void GetFlangeWallAttributes (NXString *title, NXString *value, int *color)
 Gets the flange wall attributes
Created in NX4.0.0.
void GetFormingAttributes (NXString *title, NXString *value, int *color)
 Gets the forming faces attributes
Created in NX4.0.0.
void GetTrimWallAttributes (NXString *title, NXString *value, int *color)
 Gets the steelinsert trim wall faces attributes
Created in NX4.0.0.
double MassLimit ()
 Returns the mass limit of the steel insert casting
Created in NX4.0.0.
NXOpen::ExpressionOffsetProfileToTop ()
 Returns the offset of the profile to the top of the steel insert casting
Created in NX4.0.0.
NXOpen::ExpressionPlanarOffsetHeight ()
 Returns the planar contact height of the steel insert casting
Created in NX4.0.0.
NXOpen::ExpressionProductContactRelief ()
 Returns the product contact relief of the steel insert casting
Created in NX4.0.0.
NXOpen::ExpressionProductContactWidth ()
 Returns the product contact width of the steel insert casting
Created in NX4.0.0.
NXOpen::ExpressionProfileRelief ()
 Returns the profile relief
Created in NX4.0.0.
NXOpen::ExpressionReliefAngle ()
 Returns the relief angle
Created in NX4.0.0.
void SetBackAttributes (const NXString &title, const NXString &value, int color)
 Sets the back faces attributes
Created in NX4.0.0.
void SetBackSideReliefDistance (const NXString &backSideReliefDistance)
 
Created in NX4.0.0.
void SetBaseAttributes (const NXString &title, const NXString &value, int color)
 Sets the base faces attributes
Created in NX4.0.0.
void SetBeltThickness (const NXString &beltThickness)
 
Created in NX4.0.0.
void SetEndAttributes (const NXString &title, const NXString &value, int color)
 Sets the end faces attributes
Created in NX4.0.0.
void SetExtensionDistance (const NXString &extensionDistance)
 
Created in NX4.0.0.
void SetExtensionType (NXOpen::Die::SteelInsertSectionBuilder::ExtensionTypeOption extensionType)
 Sets the extension type
Created in NX4.0.0.
void SetFlangeWallAttributes (const NXString &title, const NXString &value, int color)
 Sets the flange wall attributes
Created in NX4.0.0.
void SetFormingAttributes (const NXString &title, const NXString &value, int color)
 Sets the forming faces attributes
Created in NX4.0.0.
void SetMassLimit (double massLimit)
 Sets the mass limit of the steel insert casting
Created in NX4.0.0.
void SetOffsetProfileToTop (const NXString &offsetProfileToTop)
 
Created in NX4.0.0.
void SetPlanarOffsetHeight (const NXString &planarOffsetHeight)
 
Created in NX4.0.0.
void SetProductContactRelief (const NXString &productContactRelief)
 
Created in NX4.0.0.
void SetProductContactWidth (const NXString &productContactWidth)
 
Created in NX4.0.0.
void SetProfileRelief (const NXString &profileRelief)
 
Created in NX4.0.0.
void SetReliefAngle (const NXString &reliefAngle)
 
Created in NX4.0.0.
void SetTrimWallAttributes (const NXString &title, const NXString &value, int color)
 Sets the steelinsert trim wall faces attributes
Created in NX4.0.0.

Detailed Description

Represents a Steel Insert Section sub feature.


This sub feature is created via the main feature builder.

Created in NX4.0.0.


Member Enumeration Documentation

Settings for the extension type.

Enumerator:
ExtensionTypeOptionConstant 

constant

ExtensionTypeOptionMaxdistPlusConst 

maximum distance + constant

ExtensionTypeOptionLaw 

law


Member Function Documentation

Returns the back/side relief distance of the steel insert casting
Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Returns the belt thickness
Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Returns the extension distance
Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Returns the extension type
Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

void NXOpen::Die::SteelInsertSectionBuilder::GetBackAttributes ( NXString title,
NXString value,
int *  color 
)

Gets the back faces attributes
Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters:
titletitle for attribute
valuevalue of attribute
colorcolor of back faces
void NXOpen::Die::SteelInsertSectionBuilder::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::SteelInsertSectionBuilder::GetEndAttributes ( NXString title,
NXString value,
int *  color 
)

Gets the end faces attributes
Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters:
titletitle for attribute
valuevalue of attribute
colorcolor of end faces

Gets the flange wall attributes
Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters:
titletitle for attribute
valuevalue of attribute
colorcolor of flange wall faces
void NXOpen::Die::SteelInsertSectionBuilder::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

Gets the steelinsert trim wall faces attributes
Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters:
titletitle for attribute
valuevalue of attribute
colorcolor of trim wall faces

Returns the mass limit of the steel insert casting
Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Returns the offset of the profile to the top of the steel insert casting
Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Returns the planar contact height of the steel insert casting
Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Returns the product contact relief of the steel insert casting
Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Returns the product contact width of the steel insert casting
Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Returns the profile relief
Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Returns the relief angle
Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

void NXOpen::Die::SteelInsertSectionBuilder::SetBackAttributes ( const NXString title,
const NXString value,
int  color 
)

Sets the back faces attributes
Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters:
titletitle for attribute
NOTE: The full Unicode character set is not supported for this parameter.
valuevalue of attribute
NOTE: The full Unicode character set is not supported for this parameter.
colorcolor of back faces


Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters:
backSideReliefDistance
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::Die::SteelInsertSectionBuilder::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
NOTE: The full Unicode character set is not supported for this parameter.
valuevalue of attribute
NOTE: The full Unicode character set is not supported for this parameter.
colorcolor of base faces


Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters:
beltThickness
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::Die::SteelInsertSectionBuilder::SetEndAttributes ( const NXString title,
const NXString value,
int  color 
)

Sets the end faces attributes
Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters:
titletitle for attribute
NOTE: The full Unicode character set is not supported for this parameter.
valuevalue of attribute
NOTE: The full Unicode character set is not supported for this parameter.
colorcolor of end faces


Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters:
extensionDistance
NOTE: The full Unicode character set is not supported for this parameter.

Sets the extension type
Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters:
extensionTypeextension type
void NXOpen::Die::SteelInsertSectionBuilder::SetFlangeWallAttributes ( const NXString title,
const NXString value,
int  color 
)

Sets the flange wall attributes
Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters:
titletitle for attribute
NOTE: The full Unicode character set is not supported for this parameter.
valuevalue of attribute
NOTE: The full Unicode character set is not supported for this parameter.
colorcolor of flange wall faces
void NXOpen::Die::SteelInsertSectionBuilder::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
NOTE: The full Unicode character set is not supported for this parameter.
valuevalue of attribute
NOTE: The full Unicode character set is not supported for this parameter.
colorcolor of forming faces

Sets the mass limit of the steel insert casting
Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters:
massLimitmass limit


Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters:
offsetProfileToTop
NOTE: The full Unicode character set is not supported for this parameter.


Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters:
planarOffsetHeight
NOTE: The full Unicode character set is not supported for this parameter.


Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters:
productContactRelief
NOTE: The full Unicode character set is not supported for this parameter.


Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters:
productContactWidth
NOTE: The full Unicode character set is not supported for this parameter.


Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters:
profileRelief
NOTE: The full Unicode character set is not supported for this parameter.


Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters:
reliefAngle
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::Die::SteelInsertSectionBuilder::SetTrimWallAttributes ( const NXString title,
const NXString value,
int  color 
)

Sets the steelinsert trim wall faces attributes
Created in NX4.0.0.



License requirements : ug_die_design ("Die Design")

Parameters:
titletitle for attribute
NOTE: The full Unicode character set is not supported for this parameter.
valuevalue of attribute
NOTE: The full Unicode character set is not supported for this parameter.
colorcolor of trim wall faces

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