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

Represents a builder that is used to create or edit a Die::MachineRelief feature. More...

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

List of all members.

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::ExpressionBaseOffset ()
 Returns the expression containing the offset value to apply to the base definition before trimming the base of the tool solids.
NXOpen::Die::DiePlaneBuilderBaseOrientation ()
 Returns the base orientation of the target solid.
NXOpen::Die::DieAttributesBuilderBeltAttributes ()
 Returns the attribute title, value and face color to apply to the belt faces.
NXOpen::ExpressionBeltFaceThickness ()
 Returns the expression containing the value to apply for the belt face on the cam definition.
NXOpen::Die::DieDirectionBuilderCamDirection ()
 Returns the direction of the cam for trimming.
double DistanceTolerance ()
 Returns the distance tolerance.
NXOpen::Die::DieLocationBuilderEnd ()
 Returns the location for the end of the segment definition.
NXOpen::SectionInsideWallProfile ()
 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::SectionMainProfile ()
 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::ExpressionOffset ()
 Returns the expression containing the value to apply for the thicken operation to create the tool solid.
NXOpen::ExpressionProfileOffset ()
 Returns the expression containing the value to apply to the profile to create the primary head solid for the cam definition.
NXOpen::ExpressionRelief ()
 Returns the expression containing the value to apply for the machine relief operation to create the tool solid.
NXOpen::ExpressionReliefOffset ()
 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::DieLocationBuilderStart ()
 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::SelectBodyTarget ()
 Returns the target solid to add or subtract material too.
NXOpen::ExpressionTopOffset ()
 Returns the expression containing the offset value from the base to define the top extent of the internal builds.
NXOpen::ExpressionTrimOffset ()
 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::SelectBodyTrimSheet ()
 Returns the sheet body selection for the trim sheet.
NXOpen::ScCollectorTrimSheetFace ()
 Returns the face selections to define the trim sheet.
NXOpen::ExpressionTrimSheetOffset ()
 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::ExpressionWallOffset ()
 Returns the expression containing the offset to apply to the wall to create the wall area for the cam definition.
NXOpen::ExpressionWallThickness ()
 Returns the expression containing the thickness value of the wall for the cam definition.

Detailed Description

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.


Member Enumeration Documentation

Specifies that the profile is for an exterior or interior profile.

This is necessary when the target supplies the profile

Enumerator:
MainProfileTypesExterior 

Profile is for the exterior surface of the main wall.

MainProfileTypesInterior 

Profile is for the interior surface of the main wall.

Specifies what the trimming surface is defined by.

Enumerator:
TrimSheetTypesSheet 

Trimming surface is a sheet body.

TrimSheetTypesFace 

Trimming surface is a face, or faces to be sewed together.

Identifies the type of structure to be added, or subtracted, to the casting.

Enumerator:
TypesCam 

Add casting material for the trim, or flange, steel mating surface.

TypesRelief 

Remove casting material to allow for clearance between two mating objects (such as the upper and lower castings).

TypesThicken 

Add casting material to thicken an existing wall.


Member Function Documentation

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

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

Sets the angle tolerance.


Created in NX7.5.0.

License requirements : ug_die_design ("Die Design")

Parameters:
angleToleranceangletolerance
void NXOpen::Die::MachineReliefBuilder::SetDistanceTolerance ( double  distanceTolerance)

Sets the distance tolerance.


Created in NX7.5.0.

License requirements : ug_die_design ("Die Design")

Parameters:
distanceTolerancedistancetolerance

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

Parameters:
jogWalljogwall

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

Parameters:
mainProfileTypemainprofiletype

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

Parameters:
switchTrimSideswitchtrimside

Sets the indicator for how the trim sheet is specified.


Created in NX7.5.0.

License requirements : ug_die_design ("Die Design")

Parameters:
trimSheetTypetrimsheettype

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

Parameters:
typetype

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

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


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