NX Open C++ Reference Guide
|
Represents a Steel Insert feature builder. More...
Public Types | |
enum | InsertTypeOption { InsertTypeOptionTrim, InsertTypeOptionFlange, InsertTypeOptionOffsetFlange } |
Settings for the insert type. More... | |
Public Member Functions | |
double | AngleTolerance () |
Returns the angle tolerance of the diesteelinsert Created in NX4.0.0. | |
int | BackReliefToggle () |
Returns the back relief toggle Created in NX4.0.0. | |
NXOpen::ISurface * | BaseOrientation () |
Returns the base orientation of the steelinsert Created in NX4.0.0. | |
NXOpen::Die::HoleParentBuilder * | BoltHoleParent () |
Returns the bolt hole parent builder of the diesteelinsert Created in NX4.0.0. | |
NXOpen::IReferenceAxis * | CamDirection () |
Returns the cam direction of the steelinsert Created in NX4.0.0. | |
NXOpen::Die::ConnectProfileParentBuilder * | ConnectProfilesParent () |
Returns the connecting profiles parent builder of the diesteelinsert Created in NX4.0.0. | |
bool | DisplayHoles () |
Returns the display holes of the diesteelinsert Created in NX4.0.0. | |
double | DistanceTolerance () |
Returns the distance tolerance of the diesteelinsert casting Created in NX4.0.0. | |
NXOpen::Die::HoleParentBuilder * | DowelHoleParent () |
Returns the dowel hole parent builder of the diesteelinsert Created in NX4.0.0. | |
NXOpen::ISurface * | EndOrientation () |
Returns the end orientation of the steelinsert Created in NX4.0.0. | |
std::vector< NXOpen::ISurface * > | GetBackShape () |
Gets the back shape of the die steelinsert. | |
std::vector< NXOpen::IProfile * > | GetFlangeEndProfile (NXOpen::Die::DirectionOption *direction) |
Gets the flange end profile of the steel insert. | |
void | GetHoleGridOrientation (NXOpen::Point3d *gridOrigin, NXOpen::Matrix3x3 *gridMatrix) |
Gets the hole grid orientation for the dowel and bolt holes Created in NX4.0.0. | |
std::vector< NXOpen::IProfile * > | GetMainProfile (NXOpen::Die::DirectionOption *direction) |
Gets the main profile of the steel insert. | |
NXOpen::Die::SteelInsertBuilder::InsertTypeOption | InsertType () |
Returns the insert type Created in NX4.0.0. | |
NXOpen::Die::PierceHoleParentBuilder * | PierceHoleParent () |
Returns the pierce hole parent builder of the diesteelinsert Created in NX4.0.0. | |
int | ProfileReliefToggle () |
Returns the profile relief toggle Created in NX4.0.0. | |
bool | ReverseTrimSide () |
Returns the reverse trim side setting of the steel insert. | |
NXOpen::Die::FlangeSteelRibParentBuilder * | RibsParent () |
Returns the ribs parent builder of the diesteelinsert Created in NX4.0.0. | |
NXOpen::Die::SteelInsertSectionBuilder * | Section () |
Returns the section builder of the diesteelinsert Created in NX4.0.0. | |
NXOpen::Die::SteelInsertSegmentParentBuilder * | SegmentsParent () |
Returns the segments parent builder of the diesteelinsert Created in NX4.0.0. | |
void | SetAngleTolerance (double angleTolerance) |
Sets the angle tolerance of the diesteelinsert Created in NX4.0.0. | |
void | SetBackReliefToggle (int backReliefToggle) |
Sets the back relief toggle Created in NX4.0.0. | |
void | SetBackShape (const std::vector< NXOpen::ISurface * > &backEntries) |
Created in NX4.0.0. | |
void | SetBaseOrientation (NXOpen::ISurface *baseOrientation) |
Sets the base orientation of the steelinsert Created in NX4.0.0. | |
void | SetCamDirection (NXOpen::IReferenceAxis *camDirection) |
Sets the cam direction of the steelinsert Created in NX4.0.0. | |
void | SetDisplayHoles (bool displayHoles) |
Sets the display holes of the diesteelinsert Created in NX4.0.0. | |
void | SetDistanceTolerance (double distanceTolerance) |
Sets the distance tolerance of the diesteelinsert casting Created in NX4.0.0. | |
void | SetEndOrientation (NXOpen::ISurface *endOrientation) |
Sets the end orientation of the steelinsert Created in NX4.0.0. | |
void | SetFlangeEndProfile (NXOpen::Die::DirectionOption direction, const std::vector< NXOpen::IProfile * > &profileEntries) |
Sets the flange end profile of the steel insert Created in NX4.0.0. | |
void | SetHoleGridOrientation (const NXOpen::Point3d &gridOrigin, const NXOpen::Matrix3x3 &gridMatrix) |
Created in NX4.0.0. | |
void | SetInsertType (NXOpen::Die::SteelInsertBuilder::InsertTypeOption insertType) |
Sets the insert type Created in NX4.0.0. | |
void | SetMainProfile (NXOpen::Die::DirectionOption direction, const std::vector< NXOpen::IProfile * > &profileEntries) |
Sets the main profile of the steel insert Created in NX4.0.0. | |
void | SetProfileReliefToggle (int profileReliefToggle) |
Sets the profile relief toggle Created in NX4.0.0. | |
void | SetReverseTrimSide (bool reverse) |
Sets the reverse trim side setting of the steel insert. | |
void | SetSheetMetal (NXOpen::Body *sheetMetal) |
Sets the sheet metal of the die steelinsert Created in NX4.0.0. | |
void | SetStartOrientation (NXOpen::ISurface *startOrientation) |
Sets the start orientation of the steelinsert Created in NX4.0.0. | |
NXOpen::Body * | SheetMetal () |
Returns the sheet metal of the die steelinsert Created in NX4.0.0. | |
NXOpen::ISurface * | StartOrientation () |
Returns the start orientation of the steelinsert Created in NX4.0.0. |
Represents a Steel Insert feature builder.
To create a new instance of this class, use Die::DieCollection::Steelinsert
Created in NX4.0.0.
Returns the angle tolerance of the diesteelinsert
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the back relief toggle
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the base orientation of the steelinsert
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the bolt hole parent builder of the diesteelinsert
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the cam direction of the steelinsert
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
NXOpen::Die::ConnectProfileParentBuilder* NXOpen::Die::SteelInsertBuilder::ConnectProfilesParent | ( | ) |
Returns the connecting profiles parent builder of the diesteelinsert
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the display holes of the diesteelinsert
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the distance tolerance of the diesteelinsert casting
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the dowel hole parent builder of the diesteelinsert
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the end orientation of the steelinsert
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
std::vector<NXOpen::ISurface *> NXOpen::Die::SteelInsertBuilder::GetBackShape | ( | ) |
Gets the back shape of the die steelinsert.
std::vector<NXOpen::IProfile *> NXOpen::Die::SteelInsertBuilder::GetFlangeEndProfile | ( | NXOpen::Die::DirectionOption * | direction | ) |
Gets the flange end profile of the steel insert.
direction | profile direction |
void NXOpen::Die::SteelInsertBuilder::GetHoleGridOrientation | ( | NXOpen::Point3d * | gridOrigin, |
NXOpen::Matrix3x3 * | gridMatrix | ||
) |
Gets the hole grid orientation for the dowel and bolt holes
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
gridOrigin | grid origin |
gridMatrix | grid matrix |
std::vector<NXOpen::IProfile *> NXOpen::Die::SteelInsertBuilder::GetMainProfile | ( | NXOpen::Die::DirectionOption * | direction | ) |
Gets the main profile of the steel insert.
direction | profile direction |
Returns the insert type
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the pierce hole parent builder of the diesteelinsert
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the profile relief toggle
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the reverse trim side setting of the steel insert.
True indicates that the trim side should be reversed.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the ribs parent builder of the diesteelinsert
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the section builder of the diesteelinsert
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the segments parent builder of the diesteelinsert
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
void NXOpen::Die::SteelInsertBuilder::SetAngleTolerance | ( | double | angleTolerance | ) |
Sets the angle tolerance of the diesteelinsert
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
angleTolerance | angle tolerance |
void NXOpen::Die::SteelInsertBuilder::SetBackReliefToggle | ( | int | backReliefToggle | ) |
Sets the back relief toggle
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
backReliefToggle | back relief toggle |
void NXOpen::Die::SteelInsertBuilder::SetBackShape | ( | const std::vector< NXOpen::ISurface * > & | backEntries | ) |
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
backEntries | back entries |
void NXOpen::Die::SteelInsertBuilder::SetBaseOrientation | ( | NXOpen::ISurface * | baseOrientation | ) |
Sets the base orientation of the steelinsert
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
baseOrientation | base orientation |
void NXOpen::Die::SteelInsertBuilder::SetCamDirection | ( | NXOpen::IReferenceAxis * | camDirection | ) |
Sets the cam direction of the steelinsert
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
camDirection | cam direction |
void NXOpen::Die::SteelInsertBuilder::SetDisplayHoles | ( | bool | displayHoles | ) |
Sets the display holes of the diesteelinsert
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
displayHoles | display holes |
void NXOpen::Die::SteelInsertBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
Sets the distance tolerance of the diesteelinsert casting
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
distanceTolerance | distance tolerance |
void NXOpen::Die::SteelInsertBuilder::SetEndOrientation | ( | NXOpen::ISurface * | endOrientation | ) |
Sets the end orientation of the steelinsert
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
endOrientation | end orientation |
void NXOpen::Die::SteelInsertBuilder::SetFlangeEndProfile | ( | NXOpen::Die::DirectionOption | direction, |
const std::vector< NXOpen::IProfile * > & | profileEntries | ||
) |
Sets the flange end profile of the steel insert
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
direction | profile direction |
profileEntries | profile entries |
void NXOpen::Die::SteelInsertBuilder::SetHoleGridOrientation | ( | const NXOpen::Point3d & | gridOrigin, |
const NXOpen::Matrix3x3 & | gridMatrix | ||
) |
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
gridOrigin | grid origin |
gridMatrix | grid matrix |
void NXOpen::Die::SteelInsertBuilder::SetInsertType | ( | NXOpen::Die::SteelInsertBuilder::InsertTypeOption | insertType | ) |
Sets the insert type
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
insertType | insert type |
void NXOpen::Die::SteelInsertBuilder::SetMainProfile | ( | NXOpen::Die::DirectionOption | direction, |
const std::vector< NXOpen::IProfile * > & | profileEntries | ||
) |
Sets the main profile of the steel insert
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
direction | profile direction |
profileEntries | profile entries |
void NXOpen::Die::SteelInsertBuilder::SetProfileReliefToggle | ( | int | profileReliefToggle | ) |
Sets the profile relief toggle
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
profileReliefToggle | profile relief toggle |
void NXOpen::Die::SteelInsertBuilder::SetReverseTrimSide | ( | bool | reverse | ) |
Sets the reverse trim side setting of the steel insert.
True indicates that the trim side should be reversed.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
reverse | reverse |
void NXOpen::Die::SteelInsertBuilder::SetSheetMetal | ( | NXOpen::Body * | sheetMetal | ) |
Sets the sheet metal of the die steelinsert
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
sheetMetal | sheet metal |
void NXOpen::Die::SteelInsertBuilder::SetStartOrientation | ( | NXOpen::ISurface * | startOrientation | ) |
Sets the start orientation of the steelinsert
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
startOrientation | start orientation |
Returns the sheet metal of the die steelinsert
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the start orientation of the steelinsert
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")