NX Open C++ Reference Guide
|
Represents a builder that is used to create or edit a Die::FingerClearanceNotch feature. More...
Public Types | |
enum | Types { TypesSection, TypesFace, TypesSheetBody } |
Specifies what type of base geometry to build the finger clearance notch from. More... | |
Public Member Functions | |
double | AngleTolerance () |
Returns the angle tolerance. | |
NXOpen::Die::DieAttributesBuilder * | Attributes () |
Returns the attribute title, value and face color to apply to the notch faces. | |
NXOpen::Die::DiePlaneBuilder * | BaseOrientation () |
Returns the plane defining the base of the target solid. | |
NXOpen::Die::DieDirectionBuilder * | ClearanceDirection () |
Returns the direction (pointing away from the solid) in which to clear material from the target solid. | |
NXOpen::Expression * | Depth () |
Returns the expression containing the value for the clearance to provide into the target solid. | |
double | DistanceTolerance () |
Returns the distance tolerance. | |
NXOpen::Expression * | ExtrudeWidth () |
Returns the expression containing the value to use to extrude the section. | |
NXOpen::SelectNXObjectList * | Geometry () |
Returns the geometry to use as the definition of the notch. | |
bool | ReverseDirection () |
Returns the value to apply, for the purpose of reversing, to the derived clearance direction if a face or sheet body is specified. | |
NXOpen::Section * | Section () |
Returns the open section constructed from curves, edges, or a sketch. | |
void | SetAngleTolerance (double angleTolerance) |
Sets the angle tolerance. | |
void | SetDistanceTolerance (double distanceTolerance) |
Sets the distance tolerance. | |
void | SetReverseDirection (bool reverseDirection) |
Sets the value to apply, for the purpose of reversing, to the derived clearance direction if a face or sheet body is specified. | |
void | SetType (NXOpen::Die::FingerClearanceNotchBuilder::Types type) |
Sets the indicator specifying the type of input data that defines how to build the notch. | |
NXOpen::SelectBody * | Target () |
Returns the target solid the finger clearance notch will be subtracted from. | |
NXOpen::Die::FingerClearanceNotchBuilder::Types | Type () |
Returns the indicator specifying the type of input data that defines how to build the notch. | |
NXOpen::Expression * | Width () |
Returns the expression containing the value for the clearance to provide on either side of the notch. | |
![]() | |
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::FingerClearanceNotch feature.
<br> To create a new instance of this class, use @link Die::DieCollection::CreateFingerClearanceNotchBuilder Die::DieCollection::CreateFingerClearanceNotchBuilder @endlink <br>
Default values.
Property | Value |
---|---|
Depth.Value |
5 (millimeters part), 0.2 (inches part) |
ExtrudeWidth.Value |
0 (millimeters part), 0 (inches part) |
Width.Value |
5 (millimeters part), 0.2 (inches part) |
Created in NX7.5.0.
double NXOpen::Die::FingerClearanceNotchBuilder::AngleTolerance | ( | ) |
Returns the angle tolerance.
Created in NX7.5.0.
License requirements : None
NXOpen::Die::DieAttributesBuilder* NXOpen::Die::FingerClearanceNotchBuilder::Attributes | ( | ) |
Returns the attribute title, value and face color to apply to the notch faces.
Created in NX7.5.0.
License requirements : None
NXOpen::Die::DiePlaneBuilder* NXOpen::Die::FingerClearanceNotchBuilder::BaseOrientation | ( | ) |
Returns the plane defining the base of the target solid.
Used to orient the extrude and clearance directions.
Created in NX7.5.0.
License requirements : None
NXOpen::Die::DieDirectionBuilder* NXOpen::Die::FingerClearanceNotchBuilder::ClearanceDirection | ( | ) |
Returns the direction (pointing away from the solid) in which to clear material from the target solid.
Created in NX7.5.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::FingerClearanceNotchBuilder::Depth | ( | ) |
Returns the expression containing the value for the clearance to provide into the target solid.
Created in NX7.5.0.
License requirements : None
double NXOpen::Die::FingerClearanceNotchBuilder::DistanceTolerance | ( | ) |
Returns the distance tolerance.
Created in NX7.5.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::FingerClearanceNotchBuilder::ExtrudeWidth | ( | ) |
Returns the expression containing the value to use to extrude the section.
The extrusion direction is specified by the cross product of the base orientation and the clearance direction.
Created in NX7.5.0.
License requirements : None
NXOpen::SelectNXObjectList* NXOpen::Die::FingerClearanceNotchBuilder::Geometry | ( | ) |
Returns the geometry to use as the definition of the notch.
A single face or multiple connected faces can be specified, or a single sheet or body may be specified. Only valid when type is Die::FingerClearanceNotchBuilder::TypesFace or Die::FingerClearanceNotchBuilder::TypesSheetBody .
Created in NX7.5.0.
License requirements : None
bool NXOpen::Die::FingerClearanceNotchBuilder::ReverseDirection | ( | ) |
Returns the value to apply, for the purpose of reversing, to the derived clearance direction if a face or sheet body is specified.
If TRUE, then the derived direction will be flipped.
Created in NX7.5.0.
License requirements : None
NXOpen::Section* NXOpen::Die::FingerClearanceNotchBuilder::Section | ( | ) |
Returns the open section constructed from curves, edges, or a sketch.
Only valid when type is Die::FingerClearanceNotchBuilder::TypesSection .
Created in NX7.5.0.
License requirements : None
void NXOpen::Die::FingerClearanceNotchBuilder::SetAngleTolerance | ( | double | angleTolerance | ) |
Sets the angle tolerance.
Created in NX7.5.0.
License requirements : ug_die_design ("Die Design")
angleTolerance | angletolerance |
void NXOpen::Die::FingerClearanceNotchBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
Sets the distance tolerance.
Created in NX7.5.0.
License requirements : ug_die_design ("Die Design")
distanceTolerance | distancetolerance |
void NXOpen::Die::FingerClearanceNotchBuilder::SetReverseDirection | ( | bool | reverseDirection | ) |
Sets the value to apply, for the purpose of reversing, to the derived clearance direction if a face or sheet body is specified.
If TRUE, then the derived direction will be flipped.
Created in NX7.5.0.
License requirements : ug_die_design ("Die Design")
reverseDirection | reversedirection |
void NXOpen::Die::FingerClearanceNotchBuilder::SetType | ( | NXOpen::Die::FingerClearanceNotchBuilder::Types | type | ) |
Sets the indicator specifying the type of input data that defines how to build the notch.
Created in NX7.5.0.
License requirements : ug_die_design ("Die Design")
type | type |
NXOpen::SelectBody* NXOpen::Die::FingerClearanceNotchBuilder::Target | ( | ) |
Returns the target solid the finger clearance notch will be subtracted from.
Created in NX7.5.0.
License requirements : None
NXOpen::Die::FingerClearanceNotchBuilder::Types NXOpen::Die::FingerClearanceNotchBuilder::Type | ( | ) |
Returns the indicator specifying the type of input data that defines how to build the notch.
Created in NX7.5.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::FingerClearanceNotchBuilder::Width | ( | ) |
Returns the expression containing the value for the clearance to provide on either side of the notch.
Created in NX7.5.0.
License requirements : None