NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Die::ClampingSlotBuilder Class Reference

Represents a Clamping Slot feature builder
To create a new instance of this class, use NXOpen::Die::DieCollection::ClampingSlot
Default values. More...

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

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. More...
 
NXOpen::Die::DiePlaneBuilderBasePlane ()
 Returns the base plane of the clamping slot pad
Created in NX6.0.0. More...
 
NXOpen::ExpressionCenterlineLength ()
 Returns the length from the location to the flange
Created in NX6.0.0. More...
 
NXOpen::SelectCartesianCoordinateSystemDieCenterlineCoordinateSystem ()
 Returns the die centerline coordinate system for orienting the slot
Created in NX6.0.0. More...
 
double DistanceTolerance ()
 Returns the distance tolerance
Created in NX6.0.0. More...
 
NXOpen::SectionFlangeBaseProfile ()
 Returns the closed profile of the flange base
Created in NX6.0.0. More...
 
NXOpen::ExpressionFlangeThickness ()
 Returns the thickness of the flange
Created in NX6.0.0. More...
 
NXOpen::ExpressionInnerWidth ()
 Returns the width of the cutout at the back of the slot
Created in NX6.0.0. More...
 
NXOpen::ExpressionLocationOffset ()
 Returns the amount to move along the location offset direction if specified
Created in NX6.0.0. More...
 
NXOpen::Die::DieDirectionBuilderLocationOffsetDirection ()
 Returns the direction to offset the clampslot locations if needed
Created in NX6.0.0. More...
 
bool LocationOnFlange ()
 Returns the toggle to identify if the location should be mapped to the flange before building
Created in NX6.0.0. More...
 
NXOpen::Die::DieLocationsBuilderLocations ()
 Returns the locations for the clamping slots
Created in NX6.0.0. More...
 
NXOpen::ExpressionNotchAngle ()
 Returns the angle of the notch with respect to the base of the pad
Created in NX6.0.0. More...
 
NXOpen::Die::DieAttributesBuilderNotchFacesAttributes ()
 Returns the attributes for the notch faces
Created in NX6.0.0. More...
 
NXOpen::ExpressionNotchHeight ()
 Returns the height of the notch on the pad from the base
Created in NX6.0.0. More...
 
NXOpen::ExpressionNotchWidth ()
 Returns the width from the center of the slot to the outer edge of the notch
Created in NX6.0.0. More...
 
NXOpen::ExpressionOffsetWidth ()
 Returns the width of the additional flange casting added for pad support
Created in NX6.0.0. More...
 
NXOpen::Die::DiePlaneBuilderOrientationPlane ()
 Returns the top orientation plane of the clamping slot pad
Created in NX6.0.0. More...
 
NXOpen::ExpressionOverhang ()
 Returns the amount the pad will overhang from the flange
Created in NX6.0.0. More...
 
NXOpen::Die::DieAttributesBuilderOverhangFacesAttributes ()
 Returns the attributes for the overhang faces
Created in NX6.0.0. More...
 
NXOpen::Die::DieAttributesBuilderPadFacesAttributes ()
 Returns the attributes for the pad faces
Created in NX6.0.0. More...
 
NXOpen::ExpressionPadHeight ()
 Returns the height of the pad
Created in NX6.0.0. More...
 
NXOpen::ExpressionPadLength ()
 Returns the length of the pad from front to back
Created in NX6.0.0. More...
 
NXOpen::ExpressionPadOffset ()
 Returns the amount to offset from the pad orientation to determine true top of pad
Created in NX6.0.0. More...
 
NXOpen::ExpressionPadRadius ()
 Returns the radius of the pad at the back corners
Created in NX6.0.0. More...
 
NXOpen::ExpressionPadWidth ()
 Returns the width of the pad
Created in NX6.0.0. More...
 
void SetAngleTolerance (double angleTolerance)
 Sets the angle tolerance
Created in NX6.0.0. More...
 
void SetDistanceTolerance (double distanceTolerance)
 Sets the distance tolerance
Created in NX6.0.0. More...
 
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. More...
 
void SetType (NXOpen::Die::ClampingSlotBuilder::Types type)
 Sets the clamping slot type to build
Created in NX6.0.0. More...
 
NXOpen::Die::DieAttributesBuilderSlotEndFacesAttributes ()
 Returns the attributes for the end faces of the slot
Created in NX6.0.0. More...
 
NXOpen::Die::DieAttributesBuilderSlotFacesAttributes ()
 Returns the attributes for the slot faces
Created in NX6.0.0. More...
 
NXOpen::ExpressionSlotLength ()
 Returns the length of the slot
Created in NX6.0.0. More...
 
NXOpen::ExpressionSlotRadius ()
 Returns the radius of the back cutout
Created in NX6.0.0. More...
 
NXOpen::ExpressionSlotWidth ()
 Returns the width of the slot
Created in NX6.0.0. More...
 
NXOpen::SelectNXObjectTarget ()
 Returns the target solid the clamp slots will be united with
Created in NX6.0.0. More...
 
NXOpen::ExpressionTopLength ()
 Returns the distance from the front of the slot to the back cutout
Created in NX6.0.0. More...
 
NXOpen::Die::ClampingSlotBuilder::Types Type ()
 Returns the clamping slot type to build
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::Features::FeatureBuilder
NXOpen::Features::FeatureCommitFeature ()
 Commits the feature parameters and creates the feature. More...
 
NXOpen::Features::FeatureGetFeature ()
 Returns the feature currently being edited by this builder. More...
 
void HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature)
 Re-suppress an internal parent feature (a slave feature) after it has been edited. More...
 
bool ParentFeatureInternal ()
 Returns whether or not the latest timestamped parent feature of this feature should be made internal
Created in NX5.0.0. More...
 
bool PatchSolutionFlag ()
 Returns the patch solution flag
Created in NX8.0.1. More...
 
NXString PatchSurfaceFilename ()
 Returns the patch surface filename
Created in NX8.0.1. More...
 
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. More...
 
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. More...
 
void SetPatchSolutionFlag (bool optionValue)
 Sets the patch solution flag
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const NXString &surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetPatchSurfaceFilename (const char *surfaceFilename)
 Sets the patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename)
 Sets the surrounding patch surface filename
Created in NX8.0.1. More...
 
void ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature)
 Unsuppress an internal parent feature (a slave feature) so it can be edited. More...
 
NXString SurroundingPatchSurfaceFilename ()
 Returns the surrounding patch surface filename
Created in NX8.0.1. More...
 
void UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature)
 Set the internal parent feature of the feature being edited to external
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a Clamping Slot feature builder
To create a new instance of this class, use NXOpen::Die::DieCollection::ClampingSlot
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.

Member Enumeration Documentation

Clamping slot types.

Enumerator
TypesHydraulic 

hydraulic

TypesTraveling 

traveling

TypesAutomatic 

automatic

Member Function Documentation

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")

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

Sets the distance tolerance
Created in NX6.0.0.



License requirements : ug_die_design ("Die Design")

Parameters
distanceTolerancedistancetolerance
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")

Parameters
locationOnFlangelocationonflange
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")

Parameters
typetype
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


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.