NX Open C++ Reference Guide
|
Represents a builder that is used to create or edit a Die::MachineRelief feature. More...
Public Types | |
enum | MainProfileTypes { MainProfileTypesExterior, MainProfileTypesInterior } |
Specifies that the profile is for an exterior or interior profile. More... | |
enum | TrimSheetTypes { TrimSheetTypesSheet, TrimSheetTypesFace } |
Specifies what the trimming surface is defined by. More... | |
enum | Types { TypesCam, TypesRelief, TypesThicken } |
Identifies the type of structure to be added, or subtracted, to the casting. More... | |
Public Member Functions | |
double | AngleTolerance () |
Returns the angle tolerance. | |
NXOpen::Expression * | BaseOffset () |
Returns the expression containing the offset value to apply to the base definition before trimming the base of the tool solids. | |
NXOpen::Die::DiePlaneBuilder * | BaseOrientation () |
Returns the base orientation of the target solid. | |
NXOpen::Die::DieAttributesBuilder * | BeltAttributes () |
Returns the attribute title, value and face color to apply to the belt faces. | |
NXOpen::Expression * | BeltFaceThickness () |
Returns the expression containing the value to apply for the belt face on the cam definition. | |
NXOpen::Die::DieDirectionBuilder * | CamDirection () |
Returns the direction of the cam for trimming. | |
double | DistanceTolerance () |
Returns the distance tolerance. | |
NXOpen::Die::DieLocationBuilder * | End () |
Returns the location for the end of the segment definition. | |
NXOpen::Section * | InsideWallProfile () |
Returns the wall profile defining the inside of the main wall used for the cam definition. | |
bool | JogWall () |
Returns the indicator defining if the wall should be jogged (or changed) to accommodate the cam definition. | |
NXOpen::Section * | MainProfile () |
Returns the primary profile for the machine relief casting. | |
NXOpen::Die::MachineReliefBuilder::MainProfileTypes | MainProfileType () |
Returns the value specifying the main profile for the Thicken operation. | |
NXOpen::Expression * | Offset () |
Returns the expression containing the value to apply for the thicken operation to create the tool solid. | |
NXOpen::Expression * | ProfileOffset () |
Returns the expression containing the value to apply to the profile to create the primary head solid for the cam definition. | |
NXOpen::Expression * | Relief () |
Returns the expression containing the value to apply for the machine relief operation to create the tool solid. | |
NXOpen::Expression * | ReliefOffset () |
Returns the expression containing the value of the relief around the primary head solid for the cam definition if a wall is created. | |
void | SetAngleTolerance (double angleTolerance) |
Sets the angle tolerance. | |
void | SetDistanceTolerance (double distanceTolerance) |
Sets the distance tolerance. | |
void | SetJogWall (bool jogWall) |
Sets the indicator defining if the wall should be jogged (or changed) to accommodate the cam definition. | |
void | SetMainProfileType (NXOpen::Die::MachineReliefBuilder::MainProfileTypes mainProfileType) |
Sets the value specifying the main profile for the Thicken operation. | |
void | SetSwitchTrimSide (bool switchTrimSide) |
Sets the indicator if the trim side should be switched from the default for the sheet metal. | |
void | SetTrimSheetType (NXOpen::Die::MachineReliefBuilder::TrimSheetTypes trimSheetType) |
Sets the indicator for how the trim sheet is specified. | |
void | SetType (NXOpen::Die::MachineReliefBuilder::Types type) |
Sets the value defining the type of build to perform for this tool. | |
NXOpen::Die::DieLocationBuilder * | Start () |
Returns the location for the start of the segment definition. | |
bool | SwitchTrimSide () |
Returns the indicator if the trim side should be switched from the default for the sheet metal. | |
NXOpen::SelectBody * | Target () |
Returns the target solid to add or subtract material too. | |
NXOpen::Expression * | TopOffset () |
Returns the expression containing the offset value from the base to define the top extent of the internal builds. | |
NXOpen::Expression * | TrimOffset () |
Returns the expression containing the clearance value to apply at the start and the end of the cam definition to define the primary head solid. | |
NXOpen::SelectBody * | TrimSheet () |
Returns the sheet body selection for the trim sheet. | |
NXOpen::ScCollector * | TrimSheetFace () |
Returns the face selections to define the trim sheet. | |
NXOpen::Expression * | TrimSheetOffset () |
Returns the expression containing the offset value to apply to the trim sheet to construct the tool solids. | |
NXOpen::Die::MachineReliefBuilder::TrimSheetTypes | TrimSheetType () |
Returns the indicator for how the trim sheet is specified. | |
NXOpen::Die::MachineReliefBuilder::Types | Type () |
Returns the value defining the type of build to perform for this tool. | |
NXOpen::Expression * | WallOffset () |
Returns the expression containing the offset to apply to the wall to create the wall area for the cam definition. | |
NXOpen::Expression * | WallThickness () |
Returns the expression containing the thickness value of the wall for the cam definition. |
Represents a builder that is used to create or edit a Die::MachineRelief feature.
The builder may generate a Cam Definition, Machine Relief, or Wall Thickness.
To create a new instance of this class, use Die::DieCollection::CreateMachineReliefBuilder
Default values.
Property | Value |
---|---|
BaseOffset.Value |
0 (millimeters part), 0 (inches part) |
BeltFaceThickness.Value |
20 (millimeters part), 0.8 (inches part) |
End.InputType |
SelectLocation |
JogWall |
0 |
MainProfileType |
Exterior |
Offset.Value |
20 (millimeters part), 0.8 (inches part) |
ProfileOffset.Value |
30 (millimeters part), 1.2 (inches part) |
Relief.Value |
20 (millimeters part), 0.8 (inches part) |
ReliefOffset.Value |
5 (millimeters part), 0.2 (inches part) |
TopOffset.Value |
1000 (millimeters part), 40 (inches part) |
TrimOffset.Value |
5 (millimeters part), 0.2 (inches part) |
TrimSheetOffset.Value |
0 (millimeters part), 0 (inches part) |
TrimSheetType |
Sheet |
WallOffset.Value |
10 (millimeters part), 0.4 (inches part) |
WallThickness.Value |
45 (millimeters part), 1.8 (inches part) |
Created in NX7.5.0.
Identifies the type of structure to be added, or subtracted, to the casting.
Returns the angle tolerance.
Created in NX7.5.0.
License requirements : None
Returns the expression containing the offset value to apply to the base definition before trimming the base of the tool solids.
Created in NX7.5.0.
License requirements : None
Returns the base orientation of the target solid.
Created in NX7.5.0.
License requirements : None
Returns the attribute title, value and face color to apply to the belt faces.
Created in NX7.5.0.
License requirements : None
Returns the expression containing the value to apply for the belt face on the cam definition.
Only valid when type is Die::MachineReliefBuilder::TypesCam .
Created in NX7.5.0.
License requirements : None
Returns the direction of the cam for trimming.
Only valid when type is Die::MachineReliefBuilder::TypesCam or Die::MachineReliefBuilder::TypesRelief .
Created in NX7.5.0.
License requirements : None
Returns the distance tolerance.
Created in NX7.5.0.
License requirements : None
Returns the location for the end of the segment definition.
The default is the end of the segment if an open profile is selected.
Created in NX7.5.0.
License requirements : None
Returns the wall profile defining the inside of the main wall used for the cam definition.
Only valid when type is Die::MachineReliefBuilder::TypesCam .
Created in NX7.5.0.
License requirements : None
Returns the indicator defining if the wall should be jogged (or changed) to accommodate the cam definition.
TRUE indicates that the wal should be jogged.
Created in NX7.5.0.
License requirements : None
Returns the primary profile for the machine relief casting.
Created in NX7.5.0.
License requirements : None
NXOpen::Die::MachineReliefBuilder::MainProfileTypes NXOpen::Die::MachineReliefBuilder::MainProfileType | ( | ) |
Returns the value specifying the main profile for the Thicken operation.
Only valid when type is Die::MachineReliefBuilder::TypesThicken .
Created in NX7.5.0.
License requirements : None
Returns the expression containing the value to apply for the thicken operation to create the tool solid.
Only valid when type is Die::MachineReliefBuilder::TypesRelief or Die::MachineReliefBuilder::TypesThicken .
Created in NX7.5.0.
License requirements : None
Returns the expression containing the value to apply to the profile to create the primary head solid for the cam definition.
Only valid when type is Die::MachineReliefBuilder::TypesCam .
Created in NX7.5.0.
License requirements : None
Returns the expression containing the value to apply for the machine relief operation to create the tool solid.
Only valid when type is Die::MachineReliefBuilder::TypesRelief or Die::MachineReliefBuilder::TypesThicken .
Created in NX7.5.0.
License requirements : None
Returns the expression containing the value of the relief around the primary head solid for the cam definition if a wall is created.
Only valid when type is Die::MachineReliefBuilder::TypesCam .
Created in NX7.5.0.
License requirements : None
void NXOpen::Die::MachineReliefBuilder::SetAngleTolerance | ( | double | angleTolerance | ) |
Sets the angle tolerance.
Created in NX7.5.0.
License requirements : ug_die_design ("Die Design")
angleTolerance | angletolerance |
void NXOpen::Die::MachineReliefBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
Sets the distance tolerance.
Created in NX7.5.0.
License requirements : ug_die_design ("Die Design")
distanceTolerance | distancetolerance |
void NXOpen::Die::MachineReliefBuilder::SetJogWall | ( | bool | jogWall | ) |
Sets the indicator defining if the wall should be jogged (or changed) to accommodate the cam definition.
TRUE indicates that the wal should be jogged.
Created in NX7.5.0.
License requirements : ug_die_design ("Die Design")
jogWall | jogwall |
void NXOpen::Die::MachineReliefBuilder::SetMainProfileType | ( | NXOpen::Die::MachineReliefBuilder::MainProfileTypes | mainProfileType | ) |
Sets the value specifying the main profile for the Thicken operation.
Only valid when type is Die::MachineReliefBuilder::TypesThicken .
Created in NX7.5.0.
License requirements : ug_die_design ("Die Design")
mainProfileType | mainprofiletype |
void NXOpen::Die::MachineReliefBuilder::SetSwitchTrimSide | ( | bool | switchTrimSide | ) |
Sets the indicator if the trim side should be switched from the default for the sheet metal.
TRUE indicates that the trim side should be reversed.
Created in NX7.5.0.
License requirements : ug_die_design ("Die Design")
switchTrimSide | switchtrimside |
void NXOpen::Die::MachineReliefBuilder::SetTrimSheetType | ( | NXOpen::Die::MachineReliefBuilder::TrimSheetTypes | trimSheetType | ) |
Sets the indicator for how the trim sheet is specified.
Created in NX7.5.0.
License requirements : ug_die_design ("Die Design")
trimSheetType | trimsheettype |
Sets the value defining the type of build to perform for this tool.
Created in NX7.5.0.
License requirements : ug_die_design ("Die Design")
type | type |
Returns the location for the start of the segment definition.
The default is the start of the segment if an open profile is selected.
Created in NX7.5.0.
License requirements : None
Returns the indicator if the trim side should be switched from the default for the sheet metal.
TRUE indicates that the trim side should be reversed.
Created in NX7.5.0.
License requirements : None
Returns the target solid to add or subtract material too.
Created in NX7.5.0.
License requirements : None
Returns the expression containing the offset value from the base to define the top extent of the internal builds.
This value will be defined internally if a target is selected.
Created in NX7.5.0.
License requirements : None
Returns the expression containing the clearance value to apply at the start and the end of the cam definition to define the primary head solid.
Only valid when type is Die::MachineReliefBuilder::TypesCam .
Created in NX7.5.0.
License requirements : None
Returns the sheet body selection for the trim sheet.
Created in NX7.5.0.
License requirements : None
Returns the face selections to define the trim sheet.
Created in NX7.5.0.
License requirements : None
Returns the expression containing the offset value to apply to the trim sheet to construct the tool solids.
Only valid when type is Die::MachineReliefBuilder::TypesRelief or Die::MachineReliefBuilder::TypesThicken .
Created in NX7.5.0.
License requirements : None
NXOpen::Die::MachineReliefBuilder::TrimSheetTypes NXOpen::Die::MachineReliefBuilder::TrimSheetType | ( | ) |
Returns the indicator for how the trim sheet is specified.
Created in NX7.5.0.
License requirements : None
Returns the value defining the type of build to perform for this tool.
Created in NX7.5.0.
License requirements : None
Returns the expression containing the offset to apply to the wall to create the wall area for the cam definition.
Only valid when type is Die::MachineReliefBuilder::TypesCam .
Created in NX7.5.0.
License requirements : None
Returns the expression containing the thickness value of the wall for the cam definition.
Only valid when type is Die::MachineReliefBuilder::TypesCam .
Created in NX7.5.0.
License requirements : None