NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Features::SheetMetal::BendTaperBuilder Class Reference

Represents a Bend Taper feature builder
To create a new instance of this class, use NXOpen::Features::SheetMetal::SheetmetalManager::CreateBendTaperBuilder
Default values. More...

Inheritance diagram for NXOpen::Features::SheetMetal::BendTaperBuilder:
NXOpen::Features::SheetMetal::SheetmetalBaseBuilder NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  BendTaperInputMethod { BendTaperInputMethodAngle, BendTaperInputMethodDistance, BendTaperInputMethodToEnd }
 This enum represents the input methods for the bend taper. More...
 
enum  BendTaperSides { BendTaperSidesBoth, BendTaperSidesSide1, BendTaperSidesSide2, BendTaperSidesSymmetric }
 This enum represents the taper sides options for the bend taper. More...
 
enum  BendTaperType { BendTaperTypeLinear, BendTaperTypeTangent, BendTaperTypeSquare }
 This enum represents the bend taper types for the bend taper. More...
 
enum  ChainingType { ChainingTypeBendOnly, ChainingTypeBendFace, ChainingTypeBendFaceChain }
 This enum represents the chaining options for the bend taper. More...
 
enum  StartType { StartTypeTaperFromBend, StartTypeTaperFromWeb }
 This enum represents the start types for the bend taper. More...
 
enum  WebTaperType { WebTaperTypeNone, WebTaperTypeFace, WebTaperTypeFaceChain }
 This enum represents the web taper types for the bend taper. More...
 

Public Member Functions

NXOpen::ExpressionBendTaperAngle1 ()
 Returns the bend taper angle1
Created in NX6.0.0. More...
 
NXOpen::ExpressionBendTaperAngle2 ()
 Returns the bend taper angle2
Created in NX6.0.0. More...
 
NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperInputMethod BendTaperInputMethod1 ()
 Returns the input method for side 1
Created in NX8.5.0. More...
 
NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperInputMethod BendTaperInputMethod2 ()
 Returns the input method for side 2
Created in NX8.5.0. More...
 
NXOpen::ScCollectorBendTaperSelectBendFace ()
 Returns the bend taper select bend face. More...
 
NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperType BendTaperType1 ()
 Returns the bend taper type for Side 1
Created in NX8.5.0. More...
 
NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperType BendTaperType2 ()
 Returns the bend taper type for Side 2
Created in NX8.5.0. More...
 
NXOpen::Features::SheetMetal::BendTaperBuilder::ChainingType Chaining ()
 Returns the chaining
More...
 
NXOpen::ExpressionEndRadius1 ()
 Returns the end radius for side 1
Created in NX8.5.0. More...
 
NXOpen::ExpressionEndRadius2 ()
 Returns the end radius for side 2
Created in NX8.5.0. More...
 
bool InferRadius1 ()
 Returns the infer radius flag for side 1
Created in NX8.5.0. More...
 
bool InferRadius2 ()
 Returns the infer radius flag for side 2
Created in NX8.5.0. More...
 
bool ReverseTaperDirection ()
 Returns the flag indication the reverse taper direction
More...
 
void SetBendTaperInputMethod1 (NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperInputMethod bendTaperInputMethod1)
 Sets the input method for side 1
Created in NX8.5.0. More...
 
void SetBendTaperInputMethod2 (NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperInputMethod bendTaperInputMethod2)
 Sets the input method for side 2
Created in NX8.5.0. More...
 
void SetBendTaperType1 (NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperType bendTaperType1)
 Sets the bend taper type for Side 1
Created in NX8.5.0. More...
 
void SetBendTaperType2 (NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperType bendTaperType2)
 Sets the bend taper type for Side 2
Created in NX8.5.0. More...
 
void SetChaining (NXOpen::Features::SheetMetal::BendTaperBuilder::ChainingType chaining)
 Sets the chaining
More...
 
void SetInferRadius1 (bool inferRadius1)
 Sets the infer radius flag for side 1
Created in NX8.5.0. More...
 
void SetInferRadius2 (bool inferRadius2)
 Sets the infer radius flag for side 2
Created in NX8.5.0. More...
 
void SetReverseTaperDirection (bool reverseTaperDirection)
 Sets the flag indication the reverse taper direction
More...
 
void SetStartType1 (NXOpen::Features::SheetMetal::BendTaperBuilder::StartType startType1)
 Sets the start type for side 1
Created in NX10.0.0. More...
 
void SetStartType2 (NXOpen::Features::SheetMetal::BendTaperBuilder::StartType startType2)
 Sets the start type for side 2
Created in NX10.0.0. More...
 
void SetStationaryEntity (NXOpen::NXObject *bendTaperStationaryEntity)
 Sets the stationary entity, can be an edge or a face. More...
 
void SetTaperSides (NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperSides taperSides)
 Sets the taper sides
Created in NX6.0.0. More...
 
void SetWebTaperType1 (NXOpen::Features::SheetMetal::BendTaperBuilder::WebTaperType webTaperType1)
 Sets the web taper type for side 1
Created in NX8.5.0. More...
 
void SetWebTaperType2 (NXOpen::Features::SheetMetal::BendTaperBuilder::WebTaperType webTaperType2)
 Sets the web taper type for side 2
Created in NX8.5.0. More...
 
NXOpen::ExpressionStartRadius1 ()
 Returns the start radius for side 1
Created in NX8.5.0. More...
 
NXOpen::ExpressionStartRadius2 ()
 Returns the start radius for side 2
Created in NX8.5.0. More...
 
NXOpen::Features::SheetMetal::BendTaperBuilder::StartType StartType1 ()
 Returns the start type for side 1
Created in NX10.0.0. More...
 
NXOpen::Features::SheetMetal::BendTaperBuilder::StartType StartType2 ()
 Returns the start type for side 2
Created in NX10.0.0. More...
 
NXOpen::NXObjectStationaryEntity ()
 Returns the stationary entity, can be an edge or a face. More...
 
NXOpen::ExpressionTaperDistance1 ()
 Returns the taper distance for side 1
Created in NX8.5.0. More...
 
NXOpen::ExpressionTaperDistance2 ()
 Returns the taper distance for side 2
Created in NX8.5.0. More...
 
NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperSides TaperSides ()
 Returns the taper sides
Created in NX6.0.0. More...
 
NXOpen::ExpressionWebTaperAngle1 ()
 Returns the web taper angle1
Created in NX6.0.0. More...
 
NXOpen::ExpressionWebTaperAngle2 ()
 Returns the web taper angle2
Created in NX6.0.0. More...
 
NXOpen::Features::SheetMetal::BendTaperBuilder::WebTaperType WebTaperType1 ()
 Returns the web taper type for side 1
Created in NX8.5.0. More...
 
NXOpen::Features::SheetMetal::BendTaperBuilder::WebTaperType WebTaperType2 ()
 Returns the web taper type for side 2
Created in NX8.5.0. More...
 
- Public Member Functions inherited from NXOpen::Features::SheetMetal::SheetmetalBaseBuilder
NXOpen::Features::SheetMetal::ApplicationContext GetApplicationContext ()
 Get the application context. More...
 
void SetApplicationContext (NXOpen::Features::SheetMetal::ApplicationContext appContext)
 Set the application context. 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 Bend Taper feature builder
To create a new instance of this class, use NXOpen::Features::SheetMetal::SheetmetalManager::CreateBendTaperBuilder
Default values.

Property Value

BendTaperAngle1.Value

10

BendTaperAngle2.Value

10

BendTaperInputMethod1

Angle

BendTaperInputMethod2

Angle

BendTaperType1

Linear

BendTaperType2

Linear

Chaining (deprecated)

BendOnly

EndRadius1.Value

2 (millimeters part), 0.1 (inches part)

EndRadius2.Value

2 (millimeters part), 0.1 (inches part)

InferRadius1

1

InferRadius2

1

StartRadius1.Value

2 (millimeters part), 0.1 (inches part)

StartRadius2.Value

2 (millimeters part), 0.1 (inches part)

StartType1

TaperFromBend

StartType2

TaperFromBend

TaperDistance1.Value

5.0 (millimeters part), 0.3 (inches part)

TaperDistance2.Value

5.0 (millimeters part), 0.3 (inches part)

TaperSides

Both

WebTaperAngle1.Value

0

WebTaperAngle2.Value

0

WebTaperType1

None

WebTaperType2

None


Created in NX6.0.0.

Member Enumeration Documentation

This enum represents the input methods for the bend taper.

Enumerator
BendTaperInputMethodAngle 

Angle.

BendTaperInputMethodDistance 

Distance.

BendTaperInputMethodToEnd 

To End.

This enum represents the taper sides options for the bend taper.

Enumerator
BendTaperSidesBoth 

Both Sides.

BendTaperSidesSide1 

Side 1 only.

BendTaperSidesSide2 

Side 2 only.

BendTaperSidesSymmetric 

Symmetric.

Side 1 = Side 2

This enum represents the bend taper types for the bend taper.

Enumerator
BendTaperTypeLinear 

Linear.

BendTaperTypeTangent 

Tangent.

BendTaperTypeSquare 

Square.

This enum represents the chaining options for the bend taper.


Deprecated:
Deprecated in NX8.5.0. Use WebTaperType instead.
Enumerator
ChainingTypeBendOnly 

Bend Only.

ChainingTypeBendFace 

Bend and Face.

ChainingTypeBendFaceChain 

Bend and Face Chain.

This enum represents the start types for the bend taper.


Created in NX10.0.0.

Enumerator
StartTypeTaperFromBend 

Taper from Bend.

StartTypeTaperFromWeb 

Taper from Web.

This enum represents the web taper types for the bend taper.

Enumerator
WebTaperTypeNone 

None.

WebTaperTypeFace 

Face.

WebTaperTypeFaceChain 

Face Chain.

Member Function Documentation

NXOpen::Expression* NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperAngle1 ( )

Returns the bend taper angle1
Created in NX6.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

NXOpen::Expression* NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperAngle2 ( )

Returns the bend taper angle2
Created in NX6.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperInputMethod NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperInputMethod1 ( )

Returns the input method for side 1
Created in NX8.5.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperInputMethod NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperInputMethod2 ( )

Returns the input method for side 2
Created in NX8.5.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

NXOpen::ScCollector* NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperSelectBendFace ( )

Returns the bend taper select bend face.


Created in NX6.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperType NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperType1 ( )

Returns the bend taper type for Side 1
Created in NX8.5.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperType NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperType2 ( )

Returns the bend taper type for Side 2
Created in NX8.5.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

NXOpen::Features::SheetMetal::BendTaperBuilder::ChainingType NXOpen::Features::SheetMetal::BendTaperBuilder::Chaining ( )

Returns the chaining

Deprecated:
Deprecated in NX8.5.0.

Use WebTaperType1 and SetWebTaperType1 and WebTaperType2 and SetWebTaperType2 instead.


Created in NX6.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

NXOpen::Expression* NXOpen::Features::SheetMetal::BendTaperBuilder::EndRadius1 ( )

Returns the end radius for side 1
Created in NX8.5.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

NXOpen::Expression* NXOpen::Features::SheetMetal::BendTaperBuilder::EndRadius2 ( )

Returns the end radius for side 2
Created in NX8.5.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

bool NXOpen::Features::SheetMetal::BendTaperBuilder::InferRadius1 ( )

Returns the infer radius flag for side 1
Created in NX8.5.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

bool NXOpen::Features::SheetMetal::BendTaperBuilder::InferRadius2 ( )

Returns the infer radius flag for side 2
Created in NX8.5.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

bool NXOpen::Features::SheetMetal::BendTaperBuilder::ReverseTaperDirection ( )

Returns the flag indication the reverse taper direction

Deprecated:
Deprecated in NX10.0.0.

Use StationaryEntity and SetStationaryEntity instead.


Created in NX6.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

void NXOpen::Features::SheetMetal::BendTaperBuilder::SetBendTaperInputMethod1 ( NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperInputMethod  bendTaperInputMethod1)

Sets the input method for side 1
Created in NX8.5.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

Parameters
bendTaperInputMethod1The input method can be Angle, Distance and To End
void NXOpen::Features::SheetMetal::BendTaperBuilder::SetBendTaperInputMethod2 ( NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperInputMethod  bendTaperInputMethod2)

Sets the input method for side 2
Created in NX8.5.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

Parameters
bendTaperInputMethod2The input method can be Angle, Distance and To End
void NXOpen::Features::SheetMetal::BendTaperBuilder::SetBendTaperType1 ( NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperType  bendTaperType1)

Sets the bend taper type for Side 1
Created in NX8.5.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

Parameters
bendTaperType1The bend taper type can be Linear, Tangent and Square.
void NXOpen::Features::SheetMetal::BendTaperBuilder::SetBendTaperType2 ( NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperType  bendTaperType2)

Sets the bend taper type for Side 2
Created in NX8.5.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

Parameters
bendTaperType2The bend taper type can be Linear, Tangent and Square.
void NXOpen::Features::SheetMetal::BendTaperBuilder::SetChaining ( NXOpen::Features::SheetMetal::BendTaperBuilder::ChainingType  chaining)

Sets the chaining

Deprecated:
Deprecated in NX8.5.0.

Use WebTaperType1 and SetWebTaperType1 and WebTaperType2 and SetWebTaperType2 instead.


Created in NX6.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

Parameters
chainingThe chaining can be Bend Only, Bend and Face, and Bend and Face Chain.
void NXOpen::Features::SheetMetal::BendTaperBuilder::SetInferRadius1 ( bool  inferRadius1)

Sets the infer radius flag for side 1
Created in NX8.5.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

Parameters
inferRadius1inferradius1
void NXOpen::Features::SheetMetal::BendTaperBuilder::SetInferRadius2 ( bool  inferRadius2)

Sets the infer radius flag for side 2
Created in NX8.5.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

Parameters
inferRadius2inferradius2
void NXOpen::Features::SheetMetal::BendTaperBuilder::SetReverseTaperDirection ( bool  reverseTaperDirection)

Sets the flag indication the reverse taper direction

Deprecated:
Deprecated in NX10.0.0.

Use StationaryEntity and SetStationaryEntity instead.


Created in NX6.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

Parameters
reverseTaperDirectionreversetaperdirection
void NXOpen::Features::SheetMetal::BendTaperBuilder::SetStartType1 ( NXOpen::Features::SheetMetal::BendTaperBuilder::StartType  startType1)

Sets the start type for side 1
Created in NX10.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

Parameters
startType1the start type can be Taper from Bend or Taper from Web
void NXOpen::Features::SheetMetal::BendTaperBuilder::SetStartType2 ( NXOpen::Features::SheetMetal::BendTaperBuilder::StartType  startType2)

Sets the start type for side 2
Created in NX10.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

Parameters
startType2the start type can be Taper from Bend and Taper from Web
void NXOpen::Features::SheetMetal::BendTaperBuilder::SetStationaryEntity ( NXOpen::NXObject bendTaperStationaryEntity)

Sets the stationary entity, can be an edge or a face.


Created in NX10.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

Parameters
bendTaperStationaryEntitybendtaperstationaryentity
void NXOpen::Features::SheetMetal::BendTaperBuilder::SetTaperSides ( NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperSides  taperSides)

Sets the taper sides
Created in NX6.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

Parameters
taperSidesThe taperSides can be Both, Side 1, Side 2, and Symmetric.
void NXOpen::Features::SheetMetal::BendTaperBuilder::SetWebTaperType1 ( NXOpen::Features::SheetMetal::BendTaperBuilder::WebTaperType  webTaperType1)

Sets the web taper type for side 1
Created in NX8.5.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

Parameters
webTaperType1the web taper type can be None, Face and Face Chain
void NXOpen::Features::SheetMetal::BendTaperBuilder::SetWebTaperType2 ( NXOpen::Features::SheetMetal::BendTaperBuilder::WebTaperType  webTaperType2)

Sets the web taper type for side 2
Created in NX8.5.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

Parameters
webTaperType2the web taper type can be None, Face and Face Chain
NXOpen::Expression* NXOpen::Features::SheetMetal::BendTaperBuilder::StartRadius1 ( )

Returns the start radius for side 1
Created in NX8.5.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

NXOpen::Expression* NXOpen::Features::SheetMetal::BendTaperBuilder::StartRadius2 ( )

Returns the start radius for side 2
Created in NX8.5.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

NXOpen::Features::SheetMetal::BendTaperBuilder::StartType NXOpen::Features::SheetMetal::BendTaperBuilder::StartType1 ( )

Returns the start type for side 1
Created in NX10.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

NXOpen::Features::SheetMetal::BendTaperBuilder::StartType NXOpen::Features::SheetMetal::BendTaperBuilder::StartType2 ( )

Returns the start type for side 2
Created in NX10.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

NXOpen::NXObject* NXOpen::Features::SheetMetal::BendTaperBuilder::StationaryEntity ( )

Returns the stationary entity, can be an edge or a face.


Created in NX6.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

NXOpen::Expression* NXOpen::Features::SheetMetal::BendTaperBuilder::TaperDistance1 ( )

Returns the taper distance for side 1
Created in NX8.5.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

NXOpen::Expression* NXOpen::Features::SheetMetal::BendTaperBuilder::TaperDistance2 ( )

Returns the taper distance for side 2
Created in NX8.5.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

NXOpen::Features::SheetMetal::BendTaperBuilder::BendTaperSides NXOpen::Features::SheetMetal::BendTaperBuilder::TaperSides ( )

Returns the taper sides
Created in NX6.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

NXOpen::Expression* NXOpen::Features::SheetMetal::BendTaperBuilder::WebTaperAngle1 ( )

Returns the web taper angle1
Created in NX6.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

NXOpen::Expression* NXOpen::Features::SheetMetal::BendTaperBuilder::WebTaperAngle2 ( )

Returns the web taper angle2
Created in NX6.0.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

NXOpen::Features::SheetMetal::BendTaperBuilder::WebTaperType NXOpen::Features::SheetMetal::BendTaperBuilder::WebTaperType1 ( )

Returns the web taper type for side 1
Created in NX8.5.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")

NXOpen::Features::SheetMetal::BendTaperBuilder::WebTaperType NXOpen::Features::SheetMetal::BendTaperBuilder::WebTaperType2 ( )

Returns the web taper type for side 2
Created in NX8.5.0.



License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")


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