NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | List of all members
NXOpen.Die.MachineReliefBuilder Class Reference

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

Inheritance diagram for NXOpen.Die.MachineReliefBuilder:
NXOpen.Features.FeatureBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  MainProfileTypes { Exterior, Interior }
 Specifies that the profile is for an exterior or interior profile. More...
 
enum  TrimSheetTypes { Sheet, Face }
 Specifies what the trimming surface is defined by. More...
 
enum  Types { Cam, Relief, Thicken }
 Identifies the type of structure to be added, or subtracted, to the casting. More...
 

Properties

unsafe double AngleTolerance [get, set]
 Returns or sets the angle tolerance. More...
 
unsafe NXOpen.Expression BaseOffset [get]
 Returns the expression containing the offset value to apply to the base definition before trimming the base of the tool solids. More...
 
unsafe NXOpen.Die.DiePlaneBuilder BaseOrientation [get]
 Returns the base orientation of the target solid. More...
 
unsafe
NXOpen.Die.DieAttributesBuilder 
BeltAttributes [get]
 Returns the attribute title, value and face color to apply to the belt faces. More...
 
unsafe NXOpen.Expression BeltFaceThickness [get]
 Returns the expression containing the value to apply for the belt face on the cam definition. More...
 
unsafe
NXOpen.Die.DieDirectionBuilder 
CamDirection [get]
 Returns the direction of the cam for trimming. More...
 
unsafe double DistanceTolerance [get, set]
 Returns or sets the distance tolerance. More...
 
unsafe
NXOpen.Die.DieLocationBuilder 
End [get]
 Returns the location for the end of the segment definition. More...
 
unsafe NXOpen.Section InsideWallProfile [get]
 Returns the wall profile defining the inside of the main wall used for the cam definition. More...
 
unsafe bool JogWall [get, set]
 Returns or sets the indicator defining if the wall should be jogged (or changed) to accommodate the cam definition. More...
 
unsafe NXOpen.Section MainProfile [get]
 Returns the primary profile for the machine relief casting. More...
 
unsafe
NXOpen.Die.MachineReliefBuilder.MainProfileTypes 
MainProfileType [get, set]
 Returns or sets the value specifying the main profile for the Thicken operation. More...
 
unsafe NXOpen.Expression Offset [get]
 Returns the expression containing the value to apply for the thicken operation to create the tool solid. More...
 
unsafe NXOpen.Expression ProfileOffset [get]
 Returns the expression containing the value to apply to the profile to create the primary head solid for the cam definition. More...
 
unsafe NXOpen.Expression Relief [get]
 Returns the expression containing the value to apply for the machine relief operation to create the tool solid. More...
 
unsafe NXOpen.Expression ReliefOffset [get]
 Returns the expression containing the value of the relief around the primary head solid for the cam definition if a wall is created. More...
 
unsafe
NXOpen.Die.DieLocationBuilder 
Start [get]
 Returns the location for the start of the segment definition. More...
 
unsafe bool SwitchTrimSide [get, set]
 Returns or sets the indicator if the trim side should be switched from the default for the sheet metal. More...
 
unsafe NXOpen.SelectBody Target [get]
 Returns the target solid to add or subtract material too. More...
 
unsafe NXOpen.Expression TopOffset [get]
 Returns the expression containing the offset value from the base to define the top extent of the internal builds. More...
 
unsafe NXOpen.Expression TrimOffset [get]
 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. More...
 
unsafe NXOpen.SelectBody TrimSheet [get]
 Returns the sheet body selection for the trim sheet. More...
 
unsafe NXOpen.ScCollector TrimSheetFace [get]
 Returns the face selections to define the trim sheet. More...
 
unsafe NXOpen.Expression TrimSheetOffset [get]
 Returns the expression containing the offset value to apply to the trim sheet to construct the tool solids. More...
 
unsafe
NXOpen.Die.MachineReliefBuilder.TrimSheetTypes 
TrimSheetType [get, set]
 Returns or sets the indicator for how the trim sheet is specified. More...
 
unsafe
NXOpen.Die.MachineReliefBuilder.Types 
Type [get, set]
 Returns or sets the value defining the type of build to perform for this tool. More...
 
unsafe NXOpen.Expression WallOffset [get]
 Returns the expression containing the offset to apply to the wall to create the wall area for the cam definition. More...
 
unsafe NXOpen.Expression WallThickness [get]
 Returns the expression containing the thickness value of the wall for the cam definition. More...
 
- Properties inherited from NXOpen.Features.FeatureBuilder
unsafe bool ParentFeatureInternal [get, set]
 Returns or sets whether or not the latest timestamped parent feature of this feature should be made internal More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Features.FeatureBuilder
unsafe NXOpen.Features.Feature CommitFeature ()
 Commits the feature parameters and creates the feature More...
 
unsafe NXOpen.Features.Feature GetFeature ()
 Returns the feature currently being edited by this builder. More...
 
unsafe void HideInternalParentFeatureAfterEdit (NXOpen.Features.Feature parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
unsafe void SetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the parent features which would be internal or slaves to the feature being created or commited More...
 
unsafe void ShowInternalParentFeatureForEdit (NXOpen.Features.Feature parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
unsafe void UnsetParentFeatureInternal (NXOpen.Features.Feature parentFeature)
 Set the internal parent feature of the feature being edited to external More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

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

The builder may generate a Cam Definition, Machine Relief, or Wall Thickness.

To create a new instance of this class, use NXOpen.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
Exterior 

Profile is for the exterior surface of the main wall.

Interior 

Profile is for the interior surface of the main wall.

Specifies what the trimming surface is defined by.

Enumerator
Sheet 

Trimming surface is a sheet body.

Face 

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
Cam 

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

Relief 

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

Thicken 

Add casting material to thicken an existing wall.

Property Documentation

unsafe double NXOpen.Die.MachineReliefBuilder.AngleTolerance
getset

Returns or sets the angle tolerance.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: ug_die_design ("Die Design")

unsafe NXOpen.Expression NXOpen.Die.MachineReliefBuilder.BaseOffset
get

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.

unsafe NXOpen.Die.DiePlaneBuilder NXOpen.Die.MachineReliefBuilder.BaseOrientation
get

Returns the base orientation of the target solid.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Die.DieAttributesBuilder NXOpen.Die.MachineReliefBuilder.BeltAttributes
get

Returns the attribute title, value and face color to apply to the belt faces.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Die.MachineReliefBuilder.BeltFaceThickness
get

Returns the expression containing the value to apply for the belt face on the cam definition.

Only valid when type is Die.MachineReliefBuilder.Types.Cam .

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Die.DieDirectionBuilder NXOpen.Die.MachineReliefBuilder.CamDirection
get

Returns the direction of the cam for trimming.

Only valid when type is Die.MachineReliefBuilder.Types.Cam or Die.MachineReliefBuilder.Types.Relief .

Created in NX7.5.0

License requirements: None.

unsafe double NXOpen.Die.MachineReliefBuilder.DistanceTolerance
getset

Returns or sets the distance tolerance.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: ug_die_design ("Die Design")

unsafe NXOpen.Die.DieLocationBuilder NXOpen.Die.MachineReliefBuilder.End
get

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.

unsafe NXOpen.Section NXOpen.Die.MachineReliefBuilder.InsideWallProfile
get

Returns the wall profile defining the inside of the main wall used for the cam definition.

Only valid when type is Die.MachineReliefBuilder.Types.Cam .

Created in NX7.5.0

License requirements: None.

unsafe bool NXOpen.Die.MachineReliefBuilder.JogWall
getset

Returns or 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 to get this property: None.

License requirements to set this property: ug_die_design ("Die Design")

unsafe NXOpen.Section NXOpen.Die.MachineReliefBuilder.MainProfile
get

Returns the primary profile for the machine relief casting.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Die.MachineReliefBuilder.MainProfileTypes NXOpen.Die.MachineReliefBuilder.MainProfileType
getset

Returns or sets the value specifying the main profile for the Thicken operation.

Only valid when type is Die.MachineReliefBuilder.Types.Thicken .

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: ug_die_design ("Die Design")

unsafe NXOpen.Expression NXOpen.Die.MachineReliefBuilder.Offset
get

Returns the expression containing the value to apply for the thicken operation to create the tool solid.

Only valid when type is Die.MachineReliefBuilder.Types.Relief or Die.MachineReliefBuilder.Types.Thicken .

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Die.MachineReliefBuilder.ProfileOffset
get

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.Types.Cam .

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Die.MachineReliefBuilder.Relief
get

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.Types.Relief or Die.MachineReliefBuilder.Types.Thicken .

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Die.MachineReliefBuilder.ReliefOffset
get

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.Types.Cam .

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Die.DieLocationBuilder NXOpen.Die.MachineReliefBuilder.Start
get

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.

unsafe bool NXOpen.Die.MachineReliefBuilder.SwitchTrimSide
getset

Returns or 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 to get this property: None.

License requirements to set this property: ug_die_design ("Die Design")

unsafe NXOpen.SelectBody NXOpen.Die.MachineReliefBuilder.Target
get

Returns the target solid to add or subtract material too.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Die.MachineReliefBuilder.TopOffset
get

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.

unsafe NXOpen.Expression NXOpen.Die.MachineReliefBuilder.TrimOffset
get

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.Types.Cam .

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.SelectBody NXOpen.Die.MachineReliefBuilder.TrimSheet
get

Returns the sheet body selection for the trim sheet.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.ScCollector NXOpen.Die.MachineReliefBuilder.TrimSheetFace
get

Returns the face selections to define the trim sheet.

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Die.MachineReliefBuilder.TrimSheetOffset
get

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.Types.Relief or Die.MachineReliefBuilder.Types.Thicken .

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Die.MachineReliefBuilder.TrimSheetTypes NXOpen.Die.MachineReliefBuilder.TrimSheetType
getset

Returns or sets the indicator for how the trim sheet is specified.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: ug_die_design ("Die Design")

unsafe NXOpen.Die.MachineReliefBuilder.Types NXOpen.Die.MachineReliefBuilder.Type
getset

Returns or sets the value defining the type of build to perform for this tool.

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: ug_die_design ("Die Design")

unsafe NXOpen.Expression NXOpen.Die.MachineReliefBuilder.WallOffset
get

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.Types.Cam .

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Die.MachineReliefBuilder.WallThickness
get

Returns the expression containing the thickness value of the wall for the cam definition.

Only valid when type is Die.MachineReliefBuilder.Types.Cam .

Created in NX7.5.0

License requirements: None.


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