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. | |
![]() | |
NXOpen::Features::Feature * | CommitFeature () |
Commits the feature parameters and creates the feature. | |
NXOpen::Features::Feature * | GetFeature () |
Returns the feature currently being edited by this builder. | |
void | HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature) |
Re-suppress an internal parent feature (a slave feature) after it has been edited. | |
bool | ParentFeatureInternal () |
Returns whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
bool | PatchSolutionFlag () |
Returns the patch solution flag Created in NX8.0.1. | |
NXString | PatchSurfaceFilename () |
Returns the patch surface filename Created in NX8.0.1. | |
void | SetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
Set the parent features which would be internal or slaves to the feature being created or commited Created in NX6.0.0. | |
void | SetParentFeatureInternal (bool isInternal) |
Sets whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
void | SetPatchSolutionFlag (bool optionValue) |
Sets the patch solution flag Created in NX8.0.1. | |
void | SetPatchSurfaceFilename (const NXString &surfaceFilename) |
Sets the patch surface filename Created in NX8.0.1. | |
void | SetPatchSurfaceFilename (const char *surfaceFilename) |
Sets the patch surface filename Created in NX8.0.1. | |
void | SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename) |
Sets the surrounding patch surface filename Created in NX8.0.1. | |
void | SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename) |
Sets the surrounding patch surface filename Created in NX8.0.1. | |
void | ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature) |
Unsuppress an internal parent feature (a slave feature) so it can be edited. | |
NXString | SurroundingPatchSurfaceFilename () |
Returns the surrounding patch surface filename Created in NX8.0.1. | |
void | UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
Set the internal parent feature of the feature being edited to external Created in NX6.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a builder that is used to create or edit a Die::FillArea feature.
<br> To create a new instance of this class, use @link Die::DieCollection::CreateFillAreaBuilder Die::DieCollection::CreateFillAreaBuilder @endlink <br>
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
NXOpen::Die::DiePlaneBuilder* NXOpen::Die::FillAreaBuilder::BaseOrientation | ( | ) |
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
NXOpen::Section* NXOpen::Die::FillAreaBuilder::Boundary | ( | ) |
Returns the closed boundary profile that defines the fill area.
Created in NX7.5.0.
License requirements : None
double NXOpen::Die::FillAreaBuilder::DistanceTolerance | ( | ) |
Returns the distance tolerance.
Created in NX7.5.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::FillAreaBuilder::LowerLimitOffset | ( | ) |
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
NXOpen::SelectBody* NXOpen::Die::FillAreaBuilder::LowerLimitSheet | ( | ) |
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 |
void NXOpen::Die::FillAreaBuilder::SetType | ( | NXOpen::Die::FillAreaBuilder::Types | type | ) |
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 |
NXOpen::SelectBody* NXOpen::Die::FillAreaBuilder::Target | ( | ) |
Returns the target solid the fill area will be united with or subtracted from.
Created in NX7.5.0.
License requirements : None
NXOpen::Die::FillAreaBuilder::Types NXOpen::Die::FillAreaBuilder::Type | ( | ) |
Returns the indicator for the type of fill area to build.
Created in NX7.5.0.
License requirements : None
NXOpen::Die::DiePlaneBuilder* NXOpen::Die::FillAreaBuilder::UpperLimitPlane | ( | ) |
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
NXOpen::SelectBody* NXOpen::Die::FillAreaBuilder::UpperLimitSheet | ( | ) |
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
NXOpen::Die::FillAreaBuilder::UpperLimitTypes NXOpen::Die::FillAreaBuilder::UpperLimitType | ( | ) |
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