NX Open C++ Reference Guide
|
Represents a Clamping Slot feature builder <br> To create a new instance of this class, use @link Die::DieCollection::ClampingSlot Die::DieCollection::ClampingSlot @endlink <br>
Default values. More...
Public Types | |
enum | Types { TypesHydraulic, TypesTraveling, TypesAutomatic } |
Clamping slot types. More... | |
Public Member Functions | |
double | AngleTolerance () |
Returns the angle tolerance Created in NX6.0.0. | |
NXOpen::Die::DiePlaneBuilder * | BasePlane () |
Returns the base plane of the clamping slot pad Created in NX6.0.0. | |
NXOpen::Expression * | CenterlineLength () |
Returns the length from the location to the flange Created in NX6.0.0. | |
NXOpen::SelectCartesianCoordinateSystem * | DieCenterlineCoordinateSystem () |
Returns the die centerline coordinate system for orienting the slot Created in NX6.0.0. | |
double | DistanceTolerance () |
Returns the distance tolerance Created in NX6.0.0. | |
NXOpen::Section * | FlangeBaseProfile () |
Returns the closed profile of the flange base Created in NX6.0.0. | |
NXOpen::Expression * | FlangeThickness () |
Returns the thickness of the flange Created in NX6.0.0. | |
NXOpen::Expression * | InnerWidth () |
Returns the width of the cutout at the back of the slot Created in NX6.0.0. | |
NXOpen::Expression * | LocationOffset () |
Returns the amount to move along the location offset direction if specified Created in NX6.0.0. | |
NXOpen::Die::DieDirectionBuilder * | LocationOffsetDirection () |
Returns the direction to offset the clampslot locations if needed Created in NX6.0.0. | |
bool | LocationOnFlange () |
Returns the toggle to identify if the location should be mapped to the flange before building Created in NX6.0.0. | |
NXOpen::Die::DieLocationsBuilder * | Locations () |
Returns the locations for the clamping slots Created in NX6.0.0. | |
NXOpen::Expression * | NotchAngle () |
Returns the angle of the notch with respect to the base of the pad Created in NX6.0.0. | |
NXOpen::Die::DieAttributesBuilder * | NotchFacesAttributes () |
Returns the attributes for the notch faces Created in NX6.0.0. | |
NXOpen::Expression * | NotchHeight () |
Returns the height of the notch on the pad from the base Created in NX6.0.0. | |
NXOpen::Expression * | NotchWidth () |
Returns the width from the center of the slot to the outer edge of the notch Created in NX6.0.0. | |
NXOpen::Expression * | OffsetWidth () |
Returns the width of the additional flange casting added for pad support Created in NX6.0.0. | |
NXOpen::Die::DiePlaneBuilder * | OrientationPlane () |
Returns the top orientation plane of the clamping slot pad Created in NX6.0.0. | |
NXOpen::Expression * | Overhang () |
Returns the amount the pad will overhang from the flange Created in NX6.0.0. | |
NXOpen::Die::DieAttributesBuilder * | OverhangFacesAttributes () |
Returns the attributes for the overhang faces Created in NX6.0.0. | |
NXOpen::Die::DieAttributesBuilder * | PadFacesAttributes () |
Returns the attributes for the pad faces Created in NX6.0.0. | |
NXOpen::Expression * | PadHeight () |
Returns the height of the pad Created in NX6.0.0. | |
NXOpen::Expression * | PadLength () |
Returns the length of the pad from front to back Created in NX6.0.0. | |
NXOpen::Expression * | PadOffset () |
Returns the amount to offset from the pad orientation to determine true top of pad Created in NX6.0.0. | |
NXOpen::Expression * | PadRadius () |
Returns the radius of the pad at the back corners Created in NX6.0.0. | |
NXOpen::Expression * | PadWidth () |
Returns the width of the pad Created in NX6.0.0. | |
void | SetAngleTolerance (double angleTolerance) |
Sets the angle tolerance Created in NX6.0.0. | |
void | SetDistanceTolerance (double distanceTolerance) |
Sets the distance tolerance Created in NX6.0.0. | |
void | SetLocationOnFlange (bool locationOnFlange) |
Sets the toggle to identify if the location should be mapped to the flange before building Created in NX6.0.0. | |
void | SetType (NXOpen::Die::ClampingSlotBuilder::Types type) |
Sets the clamping slot type to build Created in NX6.0.0. | |
NXOpen::Die::DieAttributesBuilder * | SlotEndFacesAttributes () |
Returns the attributes for the end faces of the slot Created in NX6.0.0. | |
NXOpen::Die::DieAttributesBuilder * | SlotFacesAttributes () |
Returns the attributes for the slot faces Created in NX6.0.0. | |
NXOpen::Expression * | SlotLength () |
Returns the length of the slot Created in NX6.0.0. | |
NXOpen::Expression * | SlotRadius () |
Returns the radius of the back cutout Created in NX6.0.0. | |
NXOpen::Expression * | SlotWidth () |
Returns the width of the slot Created in NX6.0.0. | |
NXOpen::SelectNXObject * | Target () |
Returns the target solid the clamp slots will be united with Created in NX6.0.0. | |
NXOpen::Expression * | TopLength () |
Returns the distance from the front of the slot to the back cutout Created in NX6.0.0. | |
NXOpen::Die::ClampingSlotBuilder::Types | Type () |
Returns the clamping slot type to build Created in NX6.0.0. | |
![]() | |
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 Clamping Slot feature builder <br> To create a new instance of this class, use @link Die::DieCollection::ClampingSlot Die::DieCollection::ClampingSlot @endlink <br>
Default values.
Property | Value |
---|---|
CenterlineLength.Value |
40 (millimeters part), 1.57 (inches part) |
FlangeThickness.Value |
45 (millimeters part), 1.77 (inches part) |
InnerWidth.Value |
45 (millimeters part), 1.77 (inches part) |
LocationOffset.Value |
0 (millimeters part), 0 (inches part) |
LocationOnFlange |
false |
NotchAngle.Value |
0 (millimeters part), 0 (inches part) |
NotchHeight.Value |
0 (millimeters part), 0 (inches part) |
NotchWidth.Value |
0 (millimeters part), 0 (inches part) |
OffsetWidth.Value |
150 (millimeters part), 5.9 (inches part) |
Overhang.Value |
0 (millimeters part), 0 (inches part) |
PadHeight.Value |
63.5 (millimeters part), 2.5 (inches part) |
PadLength.Value |
80 (millimeters part), 3.15 (inches part) |
PadOffset.Value |
0 (millimeters part), 0 (inches part) |
PadRadius.Value |
25 (millimeters part), 1.0 (inches part) |
PadWidth.Value |
110 (millimeters part), 4.33 (inches part) |
SlotLength.Value |
40 (millimeters part), 1.57 (inches part) |
SlotRadius.Value |
20 (millimeters part), 0.787 (inches part) |
SlotWidth.Value |
45 (millimeters part), 1.77 (inches part) |
TopLength.Value |
60 (millimeters part), 2.36 (inches part) |
Created in NX6.0.0.
double NXOpen::Die::ClampingSlotBuilder::AngleTolerance | ( | ) |
Returns the angle tolerance
Created in NX6.0.0.
License requirements : None
NXOpen::Die::DiePlaneBuilder* NXOpen::Die::ClampingSlotBuilder::BasePlane | ( | ) |
Returns the base plane of the clamping slot pad
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::ClampingSlotBuilder::CenterlineLength | ( | ) |
Returns the length from the location to the flange
Created in NX6.0.0.
License requirements : None
NXOpen::SelectCartesianCoordinateSystem* NXOpen::Die::ClampingSlotBuilder::DieCenterlineCoordinateSystem | ( | ) |
Returns the die centerline coordinate system for orienting the slot
Created in NX6.0.0.
License requirements : None
double NXOpen::Die::ClampingSlotBuilder::DistanceTolerance | ( | ) |
Returns the distance tolerance
Created in NX6.0.0.
License requirements : None
NXOpen::Section* NXOpen::Die::ClampingSlotBuilder::FlangeBaseProfile | ( | ) |
Returns the closed profile of the flange base
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::ClampingSlotBuilder::FlangeThickness | ( | ) |
Returns the thickness of the flange
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::ClampingSlotBuilder::InnerWidth | ( | ) |
Returns the width of the cutout at the back of the slot
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::ClampingSlotBuilder::LocationOffset | ( | ) |
Returns the amount to move along the location offset direction if specified
Created in NX6.0.0.
License requirements : None
NXOpen::Die::DieDirectionBuilder* NXOpen::Die::ClampingSlotBuilder::LocationOffsetDirection | ( | ) |
Returns the direction to offset the clampslot locations if needed
Created in NX6.0.0.
License requirements : None
bool NXOpen::Die::ClampingSlotBuilder::LocationOnFlange | ( | ) |
Returns the toggle to identify if the location should be mapped to the flange before building
Created in NX6.0.0.
License requirements : None
NXOpen::Die::DieLocationsBuilder* NXOpen::Die::ClampingSlotBuilder::Locations | ( | ) |
Returns the locations for the clamping slots
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::ClampingSlotBuilder::NotchAngle | ( | ) |
Returns the angle of the notch with respect to the base of the pad
Created in NX6.0.0.
License requirements : None
NXOpen::Die::DieAttributesBuilder* NXOpen::Die::ClampingSlotBuilder::NotchFacesAttributes | ( | ) |
Returns the attributes for the notch faces
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::ClampingSlotBuilder::NotchHeight | ( | ) |
Returns the height of the notch on the pad from the base
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::ClampingSlotBuilder::NotchWidth | ( | ) |
Returns the width from the center of the slot to the outer edge of the notch
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::ClampingSlotBuilder::OffsetWidth | ( | ) |
Returns the width of the additional flange casting added for pad support
Created in NX6.0.0.
License requirements : None
NXOpen::Die::DiePlaneBuilder* NXOpen::Die::ClampingSlotBuilder::OrientationPlane | ( | ) |
Returns the top orientation plane of the clamping slot pad
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::ClampingSlotBuilder::Overhang | ( | ) |
Returns the amount the pad will overhang from the flange
Created in NX6.0.0.
License requirements : None
NXOpen::Die::DieAttributesBuilder* NXOpen::Die::ClampingSlotBuilder::OverhangFacesAttributes | ( | ) |
Returns the attributes for the overhang faces
Created in NX6.0.0.
License requirements : None
NXOpen::Die::DieAttributesBuilder* NXOpen::Die::ClampingSlotBuilder::PadFacesAttributes | ( | ) |
Returns the attributes for the pad faces
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::ClampingSlotBuilder::PadHeight | ( | ) |
Returns the height of the pad
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::ClampingSlotBuilder::PadLength | ( | ) |
Returns the length of the pad from front to back
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::ClampingSlotBuilder::PadOffset | ( | ) |
Returns the amount to offset from the pad orientation to determine true top of pad
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::ClampingSlotBuilder::PadRadius | ( | ) |
Returns the radius of the pad at the back corners
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::ClampingSlotBuilder::PadWidth | ( | ) |
Returns the width of the pad
Created in NX6.0.0.
License requirements : None
void NXOpen::Die::ClampingSlotBuilder::SetAngleTolerance | ( | double | angleTolerance | ) |
Sets the angle tolerance
Created in NX6.0.0.
License requirements : ug_die_design ("Die Design")
angleTolerance | angletolerance |
void NXOpen::Die::ClampingSlotBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
Sets the distance tolerance
Created in NX6.0.0.
License requirements : ug_die_design ("Die Design")
distanceTolerance | distancetolerance |
void NXOpen::Die::ClampingSlotBuilder::SetLocationOnFlange | ( | bool | locationOnFlange | ) |
Sets the toggle to identify if the location should be mapped to the flange before building
Created in NX6.0.0.
License requirements : ug_die_design ("Die Design")
locationOnFlange | locationonflange |
void NXOpen::Die::ClampingSlotBuilder::SetType | ( | NXOpen::Die::ClampingSlotBuilder::Types | type | ) |
Sets the clamping slot type to build
Created in NX6.0.0.
License requirements : ug_die_design ("Die Design")
type | type |
NXOpen::Die::DieAttributesBuilder* NXOpen::Die::ClampingSlotBuilder::SlotEndFacesAttributes | ( | ) |
Returns the attributes for the end faces of the slot
Created in NX6.0.0.
License requirements : None
NXOpen::Die::DieAttributesBuilder* NXOpen::Die::ClampingSlotBuilder::SlotFacesAttributes | ( | ) |
Returns the attributes for the slot faces
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::ClampingSlotBuilder::SlotLength | ( | ) |
Returns the length of the slot
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::ClampingSlotBuilder::SlotRadius | ( | ) |
Returns the radius of the back cutout
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::ClampingSlotBuilder::SlotWidth | ( | ) |
Returns the width of the slot
Created in NX6.0.0.
License requirements : None
NXOpen::SelectNXObject* NXOpen::Die::ClampingSlotBuilder::Target | ( | ) |
Returns the target solid the clamp slots will be united with
Created in NX6.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Die::ClampingSlotBuilder::TopLength | ( | ) |
Returns the distance from the front of the slot to the back cutout
Created in NX6.0.0.
License requirements : None
NXOpen::Die::ClampingSlotBuilder::Types NXOpen::Die::ClampingSlotBuilder::Type | ( | ) |
Returns the clamping slot type to build
Created in NX6.0.0.
License requirements : None