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

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

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

List of all members.

Public Types

enum  Types { TypesBaseFlange, TypesProductContact, TypesScrapArea, TypesUserDefined }
 Identifies the area of the casting the fill is targeted for. More...
enum  UpperLimitTypes { UpperLimitTypesSheet, UpperLimitTypesPlane }
 Specifies how the upper limit of the fill area is defined. More...

Public Member Functions

double AngleTolerance ()
 Returns the angle tolerance.
NXOpen::Die::DiePlaneBuilderBaseOrientation ()
 Returns the plane defining the base of the target solid.
NXOpen::SectionBoundary ()
 Returns the closed boundary profile that defines the fill area.
double DistanceTolerance ()
 Returns the distance tolerance.
NXOpen::ExpressionLowerLimitOffset ()
 Returns the expression containing the lower limit offset used to adjust the lower limit to ensure a boolean.
NXOpen::SelectBodyLowerLimitSheet ()
 Returns the sheet (such as the inner deck sheet) used to trim the fill area solid.
void SetAngleTolerance (double angleTolerance)
 Sets the angle tolerance.
void SetDistanceTolerance (double distanceTolerance)
 Sets the distance tolerance.
void SetType (NXOpen::Die::FillAreaBuilder::Types type)
 Sets the indicator for the type of fill area to build.
void SetUpperLimitType (NXOpen::Die::FillAreaBuilder::UpperLimitTypes upperLimitType)
 Sets the value that determines whether the upper limit is defined by a sheet or plane.
NXOpen::SelectBodyTarget ()
 Returns the target solid the fill area will be united with or subtracted from.
NXOpen::Die::FillAreaBuilder::Types Type ()
 Returns the indicator for the type of fill area to build.
NXOpen::Die::DiePlaneBuilderUpperLimitPlane ()
 Returns the plane used to trim the fill area solid.
NXOpen::SelectBodyUpperLimitSheet ()
 Returns the sheet (such as the sheet metal) used to trim the fill area solid.
NXOpen::Die::FillAreaBuilder::UpperLimitTypes UpperLimitType ()
 Returns the value that determines whether the upper limit is defined by a sheet or plane.

Detailed Description

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


To create a new instance of this class, use Die::DieCollection::CreateFillAreaBuilder
Default values.

Property Value

LowerLimitOffset.Value

1 (millimeters part), 0.04 (inches part)

UpperLimitType

Sheet


Created in NX7.5.0.


Member Enumeration Documentation

Identifies the area of the casting the fill is targeted for.

Enumerator:
TypesBaseFlange 

Fill area is in the base flange area.

TypesProductContact 

Fill area is in the upper deck where relief for the product has been added.

TypesScrapArea 

Remove the volume instead of filling.

Targeted for the outer trim line area.

TypesUserDefined 

The user must defined all the constraints for the area (inputs from the target are ignored).

Specifies how the upper limit of the fill area is defined.

Enumerator:
UpperLimitTypesSheet 

Upper limit is defined by a sheet body.

UpperLimitTypesPlane 

Upper limit is defined by a plane.


Member Function Documentation

Returns the angle tolerance.


Created in NX7.5.0.

License requirements : None

Returns the plane defining the base of the target solid.

Used to orient the direction of the build and the trims for the fill area. May be supplied by the selected target.
Created in NX7.5.0.

License requirements : None

Returns the closed boundary profile that defines the fill area.


Created in NX7.5.0.

License requirements : None

Returns the distance tolerance.


Created in NX7.5.0.

License requirements : None

Returns the expression containing the lower limit offset used to adjust the lower limit to ensure a boolean.

A positive value will indicate transforming the limit away from the upper limit.
Created in NX7.5.0.

License requirements : None

Returns the sheet (such as the inner deck sheet) used to trim the fill area solid.

This might be a sheet that is interior to the upper deck, but is always defined between the base and the upper limit. Only valid when type is Die::FillAreaBuilder::TypesProductContact or Die::FillAreaBuilder::TypesUserDefined .
Created in NX7.5.0.

License requirements : None

void NXOpen::Die::FillAreaBuilder::SetAngleTolerance ( double  angleTolerance)

Sets the angle tolerance.


Created in NX7.5.0.

License requirements : ug_die_design ("Die Design")

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

Sets the distance tolerance.


Created in NX7.5.0.

License requirements : ug_die_design ("Die Design")

Parameters:
distanceTolerancedistancetolerance

Sets the indicator for the type of fill area to build.


Created in NX7.5.0.

License requirements : ug_die_design ("Die Design")

Parameters:
typetype

Sets the value that determines whether the upper limit is defined by a sheet or plane.

Only valid when type is Die::FillAreaBuilder::TypesScrapArea or Die::FillAreaBuilder::TypesUserDefined .
Created in NX7.5.0.

License requirements : ug_die_design ("Die Design")

Parameters:
upperLimitTypeupperlimittype

Returns the target solid the fill area will be united with or subtracted from.


Created in NX7.5.0.

License requirements : None

Returns the indicator for the type of fill area to build.


Created in NX7.5.0.

License requirements : None

Returns the plane used to trim the fill area solid.

A plane might be used to limit the fill area solid to just the flange of the casting. Only valid when type is Die::FillAreaBuilder::UpperLimitTypesPlane .
Created in NX7.5.0.

License requirements : None

Returns the sheet (such as the sheet metal) used to trim the fill area solid.

Only valid when type is Die::FillAreaBuilder::UpperLimitTypesSheet .
Created in NX7.5.0.

License requirements : None

Returns the value that determines whether the upper limit is defined by a sheet or plane.

Only valid when type is Die::FillAreaBuilder::TypesScrapArea or Die::FillAreaBuilder::TypesUserDefined .
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.