NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Die::KeywayBuilder Class Reference

Represents a Die::KeywayBuilder builder
To create a new instance of this class, use Die::DieCollection::Keyway
Default values. More...

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

List of all members.

Public Types

enum  LocationType { LocationTypePositiveX, LocationTypeNegativeX, LocationTypePositiveY, LocationTypeNegativeY }
 Keyway location direction relative to the die centerline coordinate system. More...
enum  Types { TypesRectangular, TypesCircular }
 Keyway runoff types. More...

Public Member Functions

double AngleTolerance ()
 Returns the angle tolerance
Created in NX6.0.0.
NXOpen::SectionBaseFlange ()
 Returns the closed loop section representing the base flange
Created in NX6.0.0.
NXOpen::Die::DiePlaneBuilderBaseOrientation ()
 Returns the bottom orientation plane of the keyway pad
Created in NX6.0.0.
bool CreateWithPad ()
 Returns the value, true or false) to decide if the pad should be created for the keyway
Created in NX6.0.0.
NXOpen::ExpressionDeckThickness ()
 Returns the expression for the deck thickness
Created in NX6.0.0.
NXOpen::SelectCartesianCoordinateSystemDieCenterlineCoordinateSystem ()
 Returns the die centerline coordinate system for orienting the keyway
Created in NX6.0.0.
double DistanceTolerance ()
 Returns the distance tolerance
Created in NX6.0.0.
NXOpen::SectionInteriorProfile ()
 Returns the closed loop section representing the interior profile of the casting
Created in NX6.0.0.
NXOpen::Die::KeywayBuilder::LocationType Location ()
 Returns the location for the keyway
Created in NX6.0.0.
NXOpen::ExpressionMinimumRibHeight ()
 Returns the expression for the minimum rib height
Created in NX6.0.0.
NXOpen::ExpressionOffset ()
 Returns the amount to offset the keyway perpendicular to the slot orientation
Created in NX6.0.0.
NXOpen::Die::DieAttributesBuilderPadAttributes ()
 Returns the pad attributes
Created in NX6.0.0.
NXOpen::ExpressionPadHeight ()
 Returns the expression for the pad height
Created in NX6.0.0.
NXOpen::ExpressionPadWidth ()
 Returns the expression for the pad width
Created in NX6.0.0.
NXOpen::ExpressionPlacementOffset ()
 Returns the amount to offset the base orientation
Created in NX6.0.0.
NXOpen::ExpressionRunoffDepth ()
 Returns the expression for the runoff depth
Created in NX6.0.0.
NXOpen::ExpressionRunoffLength ()
 Returns the expression for the runoff length
Created in NX6.0.0.
NXOpen::ExpressionRunoffRadius ()
 Returns the expression for the runoff radius
Created in NX6.0.0.
NXOpen::ExpressionRunoffWidth ()
 Returns the expression for the runoff width
Created in NX6.0.0.
void SetAngleTolerance (double angleTolerance)
 Sets the angle tolerance
Created in NX6.0.0.
void SetCreateWithPad (bool createWithPad)
 Sets the value, true or false) to decide if the pad should be created for the keyway
Created in NX6.0.0.
void SetDistanceTolerance (double distanceTolerance)
 Sets the distance tolerance
Created in NX6.0.0.
void SetLocation (NXOpen::Die::KeywayBuilder::LocationType location)
 Sets the location for the keyway
Created in NX6.0.0.
void SetType (NXOpen::Die::KeywayBuilder::Types type)
 Sets the type of the keyway runoff
Created in NX6.0.0.
NXOpen::SelectNXObjectSheetMetal ()
 Returns the sheet metal being formed by the casting.
NXOpen::Die::DieAttributesBuilderSlotAttributes ()
 Returns the slot attributes
Created in NX6.0.0.
NXOpen::ExpressionSlotDepth ()
 Returns the expression for the slot depth
Created in NX6.0.0.
NXOpen::ExpressionSlotLength ()
 Returns the expression for the slot length
Created in NX6.0.0.
NXOpen::ExpressionSlotWidth ()
 Returns the expression for the slot width
Created in NX6.0.0.
NXOpen::SelectNXObjectTarget ()
 Returns the target solid the keyway will be united with
Created in NX6.0.0.
NXOpen::Die::KeywayBuilder::Types Type ()
 Returns the type of the keyway runoff
Created in NX6.0.0.

Detailed Description

Represents a Die::KeywayBuilder builder
To create a new instance of this class, use Die::DieCollection::Keyway
Default values.

Property Value

AngleTolerance

0.5

CreateWithPad

1

DeckThickness.Value

0 (millimeters part), 0 (inches part)

DistanceTolerance

0.0254 (millimeters part), 0.001 (inches part)

Location

PositiveX

MinimumRibHeight.Value

200 (millimeters part), 8 (inches part)

Offset.Value

0 (millimeters part), 0 (inches part)

PadHeight.Value

65 (millimeters part), 2.6 (inches part)

PadWidth.Value

60 (millimeters part), 2.4 (inches part)

PlacementOffset.Value

0 (millimeters part), 0 (inches part)

RunoffDepth.Value

40 (millimeters part), 1.6 (inches part)

RunoffLength.Value

60 (millimeters part), 2.4 (inches part)

RunoffRadius.Value

30 (millimeters part), 1.2 (inches part)

RunoffWidth.Value

16 (millimeters part), 0.625 (inches part)

SlotDepth.Value

20 (millimeters part), 0.8 (inches part)

SlotLength.Value

100 (millimeters part), 4 (inches part)

SlotWidth.Value

25 (millimeters part), 1 (inches part)


Created in NX6.0.0.


Member Enumeration Documentation

Keyway location direction relative to the die centerline coordinate system.

Enumerator:
LocationTypePositiveX 

+X relative to the center of the coordinate system

LocationTypeNegativeX 

-X relative to the center of the coordinate system

LocationTypePositiveY 

+Y relative to the center of the coordinate system

LocationTypeNegativeY 

-Y relative to the center of the coordinate system

Keyway runoff types.

Enumerator:
TypesRectangular 

tool runoff is perpendicular to slot

TypesCircular 

tool runoff is created using a plunge cut at the end of the slot


Member Function Documentation

Returns the angle tolerance
Created in NX6.0.0.



License requirements : None

Returns the closed loop section representing the base flange
Created in NX6.0.0.



License requirements : None

Returns the bottom orientation plane of the keyway pad
Created in NX6.0.0.



License requirements : None

Returns the value, true or false) to decide if the pad should be created for the keyway
Created in NX6.0.0.



License requirements : None

Returns the expression for the deck thickness
Created in NX6.0.0.



License requirements : None

Returns the die centerline coordinate system for orienting the keyway
Created in NX6.0.0.



License requirements : None

Returns the distance tolerance
Created in NX6.0.0.



License requirements : None

Returns the closed loop section representing the interior profile of the casting
Created in NX6.0.0.



License requirements : None

Returns the location for the keyway
Created in NX6.0.0.



License requirements : None

Returns the expression for the minimum rib height
Created in NX6.0.0.



License requirements : None

Returns the amount to offset the keyway perpendicular to the slot orientation
Created in NX6.0.0.



License requirements : None

Returns the pad attributes
Created in NX6.0.0.



License requirements : None

Returns the expression for the pad height
Created in NX6.0.0.



License requirements : None

Returns the expression for the pad width
Created in NX6.0.0.



License requirements : None

Returns the amount to offset the base orientation
Created in NX6.0.0.



License requirements : None

Returns the expression for the runoff depth
Created in NX6.0.0.



License requirements : None

Returns the expression for the runoff length
Created in NX6.0.0.



License requirements : None

Returns the expression for the runoff radius
Created in NX6.0.0.



License requirements : None

Returns the expression for the runoff width
Created in NX6.0.0.



License requirements : None

void NXOpen::Die::KeywayBuilder::SetAngleTolerance ( double  angleTolerance)

Sets the angle tolerance
Created in NX6.0.0.



License requirements : ug_die_design ("Die Design")

Parameters:
angleToleranceangletolerance
void NXOpen::Die::KeywayBuilder::SetCreateWithPad ( bool  createWithPad)

Sets the value, true or false) to decide if the pad should be created for the keyway
Created in NX6.0.0.



License requirements : ug_die_design ("Die Design")

Parameters:
createWithPadcreatewithpad
void NXOpen::Die::KeywayBuilder::SetDistanceTolerance ( double  distanceTolerance)

Sets the distance tolerance
Created in NX6.0.0.



License requirements : ug_die_design ("Die Design")

Parameters:
distanceTolerancedistancetolerance

Sets the location for the keyway
Created in NX6.0.0.



License requirements : ug_die_design ("Die Design")

Parameters:
locationlocation

Sets the type of the keyway runoff
Created in NX6.0.0.



License requirements : ug_die_design ("Die Design")

Parameters:
typetype

Returns the sheet metal being formed by the casting.

Used to measure the height.
Created in NX6.0.0.

License requirements : None

Returns the slot attributes
Created in NX6.0.0.



License requirements : None

Returns the expression for the slot depth
Created in NX6.0.0.



License requirements : None

Returns the expression for the slot length
Created in NX6.0.0.



License requirements : None

Returns the expression for the slot width
Created in NX6.0.0.



License requirements : None

Returns the target solid the keyway will be united with
Created in NX6.0.0.



License requirements : None

Returns the type of the keyway runoff
Created in NX6.0.0.



License requirements : None


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