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

Represents a Jog feature builder. More...

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

Public Types

enum  BendLocationOptions { BendLocationOptionsMaterialInside, BendLocationOptionsMaterialOutside, BendLocationOptionsBendOutside }
 Represents the bend location type. More...
 
enum  DimensionTypeOptions { DimensionTypeOptionsOffset, DimensionTypeOptionsFull }
 the Dimension options for jog. More...
 
enum  DirectionTypeOptions { DirectionTypeOptionsSectionNormalSide, DirectionTypeOptionsSectionReverseNormalSide }
 this enum represents the direction for the Jog. More...
 
enum  FixedSideOptions { FixedSideOptionsSectionSideLeft, FixedSideOptionsSectionSideRight }
 The "left" option represents the side to the left of a person who is walking along the section in the direction of its curves when the section normal is pointing up. More...
 

Public Member Functions

NXOpen::Features::SheetMetal::JogBuilder::BendLocationOptions BendLocation ()
 Returns
Created in NX5.0.0. More...
 
NXOpen::Features::SheetMetal::BendOptionsBendOptions ()
 Returns the bend options. More...
 
NXOpen::Features::SheetMetal::JogBuilder::DimensionTypeOptions DimensionType ()
 Returns the Offset Dimension
The actual extent distance of the Jog will be determined by the active dimension option. More...
 
NXOpen::Features::SheetMetal::JogBuilder::DirectionTypeOptions DirectionType ()
 Returns
Created in NX5.0.0. More...
 
bool ExtendProfile ()
 Returns
Created in NX5.0.0. More...
 
NXOpen::Features::SheetMetal::JogBuilder::FixedSideOptions FixedSide ()
 Returns
Created in NX5.0.0. More...
 
NXOpen::ExpressionGetHeight ()
 Height of the Jog. More...
 
NXOpen::SectionSection ()
 Returns
Created in NX5.0.0. More...
 
void SetBendLocation (NXOpen::Features::SheetMetal::JogBuilder::BendLocationOptions bendLocation)
 Sets
Created in NX5.0.0. More...
 
void SetDimensionType (NXOpen::Features::SheetMetal::JogBuilder::DimensionTypeOptions dimensionType)
 Sets the Offset Dimension
The actual extent distance of the Jog will be determined by the active dimension option. More...
 
void SetDirectionType (NXOpen::Features::SheetMetal::JogBuilder::DirectionTypeOptions directionType)
 Sets
Created in NX5.0.0. More...
 
void SetExtendProfile (bool extendOption)
 Sets
Created in NX5.0.0. More...
 
void SetFixedSide (NXOpen::Features::SheetMetal::JogBuilder::FixedSideOptions sectionSide)
 Sets
Created in NX5.0.0. More...
 
void SetHeight (const NXString &height)
 
More...
 
void SetHeight (const char *height)
 
More...
 
void SetSection (NXOpen::Section *section)
 Sets
Created in NX5.0.0. More...
 
void SetSketch (NXOpen::Features::SketchFeature *sketch)
 Sets
Created in NX5.0.0. More...
 
void SetTargetFace (NXOpen::Face *targetFace)
 Sets the target face on which jog feature applies. More...
 
NXOpen::Features::SketchFeatureSketch ()
 Returns
Created in NX5.0.0. More...
 
NXOpen::FaceTargetFace ()
 Returns the target face on which jog feature applies. More...
 
int ValidateBuilderData ()
 Verify whether the builder data is valid for creating a jog or not. 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 Jog feature builder.


To create a new instance of this class, use NXOpen::Features::SheetMetal::SheetmetalManager::CreateJogFeatureBuilder

Created in NX5.0.0.

Member Enumeration Documentation

Represents the bend location type.

Enumerator
BendLocationOptionsMaterialInside 

material inside

BendLocationOptionsMaterialOutside 

material outside

BendLocationOptionsBendOutside 

bend outside

the Dimension options for jog.

This specifies whether the Jog's depth must be measured from the plane to which the section is attached or from the

Enumerator
DimensionTypeOptionsOffset 

the actual depth will be depth plus the thickness of sheet.

DimensionTypeOptionsFull 

the actual extent distance will be the value specified as depth.

this enum represents the direction for the Jog.

Enumerator
DirectionTypeOptionsSectionNormalSide 

jog created on the side of the section normal.

DirectionTypeOptionsSectionReverseNormalSide 

jog created on the side opposite to that of the section normal

The "left" option represents the side to the left of a person who is walking along the section in the direction of its curves when the section normal is pointing up.

The "right" option represents the person's right hand side. This interpretation is the same regardless of whether the section is open or closed. The "right" side at any point along the section can also be represented by the vector resulting from the cross product of the curve tangent (of the section curve at that point) and the section normal. The "left" side is the opposite.

Enumerator
FixedSideOptionsSectionSideLeft 

Side pointed to by the inverse of the tangent cross normal vector.

FixedSideOptionsSectionSideRight 

Side pointed to by the tangent cross normal vector.

Member Function Documentation

NXOpen::Features::SheetMetal::JogBuilder::BendLocationOptions NXOpen::Features::SheetMetal::JogBuilder::BendLocation ( )

Returns
Created in NX5.0.0.



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

NXOpen::Features::SheetMetal::BendOptions* NXOpen::Features::SheetMetal::JogBuilder::BendOptions ( )

Returns the bend options.

The option Features::SheetMetal::BendOptions::CornerReliefTypeOptionsNone is not valid for the Features::Jog starting NX11 onwards.
From NX 12 Features::SheetMetal::BendOptions::SetExtendBendRelief has no effect on the Jog feature.


Created in NX5.0.0.

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

NXOpen::Features::SheetMetal::JogBuilder::DimensionTypeOptions NXOpen::Features::SheetMetal::JogBuilder::DimensionType ( )

Returns the Offset Dimension
The actual extent distance of the Jog will be determined by the active dimension option.

In case of Features::SheetMetal::JogBuilder::DimensionTypeOptionsOffset the actual extent distance will be offset dimension distance plus the thickness of sheet. In case of Features::SheetMetal::JogBuilder::DimensionTypeOptionsFull the actual extent distance will be the Full dimension distance.


Created in NX5.0.0.

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

NXOpen::Features::SheetMetal::JogBuilder::DirectionTypeOptions NXOpen::Features::SheetMetal::JogBuilder::DirectionType ( )

Returns
Created in NX5.0.0.



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

bool NXOpen::Features::SheetMetal::JogBuilder::ExtendProfile ( )

Returns
Created in NX5.0.0.



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

NXOpen::Features::SheetMetal::JogBuilder::FixedSideOptions NXOpen::Features::SheetMetal::JogBuilder::FixedSide ( )

Returns
Created in NX5.0.0.



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

NXOpen::Expression* NXOpen::Features::SheetMetal::JogBuilder::GetHeight ( )

Height of the Jog.

Returns

Created in NX5.0.0.

License requirements : nx_sheet_metal ("NX Sheet Metal") OR nx_flexible_pcb ("NX Flexible PCB")
NXOpen::Section* NXOpen::Features::SheetMetal::JogBuilder::Section ( )

Returns
Created in NX5.0.0.



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

void NXOpen::Features::SheetMetal::JogBuilder::SetBendLocation ( NXOpen::Features::SheetMetal::JogBuilder::BendLocationOptions  bendLocation)

Sets
Created in NX5.0.0.



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

Parameters
bendLocationbend location
void NXOpen::Features::SheetMetal::JogBuilder::SetDimensionType ( NXOpen::Features::SheetMetal::JogBuilder::DimensionTypeOptions  dimensionType)

Sets the Offset Dimension
The actual extent distance of the Jog will be determined by the active dimension option.

In case of Features::SheetMetal::JogBuilder::DimensionTypeOptionsOffset the actual extent distance will be offset dimension distance plus the thickness of sheet. In case of Features::SheetMetal::JogBuilder::DimensionTypeOptionsFull the actual extent distance will be the Full dimension distance.


Created in NX5.0.0.

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

Parameters
dimensionTypedimension type
void NXOpen::Features::SheetMetal::JogBuilder::SetDirectionType ( NXOpen::Features::SheetMetal::JogBuilder::DirectionTypeOptions  directionType)

Sets
Created in NX5.0.0.



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

Parameters
directionTypedirection type
void NXOpen::Features::SheetMetal::JogBuilder::SetExtendProfile ( bool  extendOption)

Sets
Created in NX5.0.0.



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

Parameters
extendOptionextend option
void NXOpen::Features::SheetMetal::JogBuilder::SetFixedSide ( NXOpen::Features::SheetMetal::JogBuilder::FixedSideOptions  sectionSide)

Sets
Created in NX5.0.0.



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

Parameters
sectionSidesection side
void NXOpen::Features::SheetMetal::JogBuilder::SetHeight ( const NXString height)


Deprecated:
Deprecated in NX10.0.0.

Use Expression::SetRightHandSide on the Expression object returned from Features::SheetMetal::JogBuilder::GetHeight instead.


Created in NX5.0.0.

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

Parameters
heightheight
void NXOpen::Features::SheetMetal::JogBuilder::SetHeight ( const char *  height)


Deprecated:
Deprecated in NX10.0.0.

Use Expression::SetRightHandSide on the Expression object returned from Features::SheetMetal::JogBuilder::GetHeight instead.


Created in NX5.0.0.

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

Parameters
heightheight
void NXOpen::Features::SheetMetal::JogBuilder::SetSection ( NXOpen::Section section)

Sets
Created in NX5.0.0.



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

Parameters
sectionsection
void NXOpen::Features::SheetMetal::JogBuilder::SetSketch ( NXOpen::Features::SketchFeature sketch)

Sets
Created in NX5.0.0.



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

Parameters
sketchsketch
void NXOpen::Features::SheetMetal::JogBuilder::SetTargetFace ( NXOpen::Face targetFace)

Sets the target face on which jog feature applies.


Created in NX10.0.0.

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

Parameters
targetFaceA planar non-deform sheet metal face on which the jog feature is to be created.
NXOpen::Features::SketchFeature* NXOpen::Features::SheetMetal::JogBuilder::Sketch ( )

Returns
Created in NX5.0.0.



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

NXOpen::Face* NXOpen::Features::SheetMetal::JogBuilder::TargetFace ( )

Returns the target face on which jog feature applies.


Created in NX10.0.0.

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

int NXOpen::Features::SheetMetal::JogBuilder::ValidateBuilderData ( )

Verify whether the builder data is valid for creating a jog or not.


If the Builder data is valid, returned value shall be 0


Returns
Data Validity Flag.
Created in NX5.0.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.