NX Open C++ Reference Guide
|
Represents a builder that is used to create or edit a Die::FillArea feature. More...
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::DiePlaneBuilder * | BaseOrientation () |
Returns the plane defining the base of the target solid. | |
NXOpen::Section * | Boundary () |
Returns the closed boundary profile that defines the fill area. | |
double | DistanceTolerance () |
Returns the distance tolerance. | |
NXOpen::Expression * | LowerLimitOffset () |
Returns the expression containing the lower limit offset used to adjust the lower limit to ensure a boolean. | |
NXOpen::SelectBody * | LowerLimitSheet () |
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::SelectBody * | Target () |
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::DiePlaneBuilder * | UpperLimitPlane () |
Returns the plane used to trim the fill area solid. | |
NXOpen::SelectBody * | UpperLimitSheet () |
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. |
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.
Identifies the area of the casting the fill is targeted for.
double NXOpen::Die::FillAreaBuilder::AngleTolerance | ( | ) |
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")
angleTolerance | angletolerance |
void NXOpen::Die::FillAreaBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
Sets the distance tolerance.
Created in NX7.5.0.
License requirements : ug_die_design ("Die Design")
distanceTolerance | distancetolerance |
Sets the indicator for the type of fill area to build.
Created in NX7.5.0.
License requirements : ug_die_design ("Die Design")
type | type |
void NXOpen::Die::FillAreaBuilder::SetUpperLimitType | ( | NXOpen::Die::FillAreaBuilder::UpperLimitTypes | upperLimitType | ) |
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")
upperLimitType | upperlimittype |
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