NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Features::SheetMetal::TabBuilder Class Reference

Represents a Tab feature builder. More...

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

List of all members.

Public Types

enum  SectionSideOptions { SectionSideOptionsLeft, SectionSideOptionsRight }
 This enum represents the side of the section that the dimple punches material. More...
enum  ThicknessSideOptions { ThicknessSideOptionsSectionNormalSide, ThicknessSideOptionsSectionReverseNormalSide }
 This enum represents the extent direction for the Tab. More...

Public Member Functions

bool IsSecondary ()
 Returns the tab type
Created in NX4.0.0.
NXOpen::Features::SheetMetal::TabBuilder::SectionSideOptions MaterialSide ()
 Returns the material side value of secondary tab
Created in NX4.0.0.
NXOpen::SectionSection ()
 Returns the section of tab
Created in NX4.0.0.
void SetMaterialSide (NXOpen::Features::SheetMetal::TabBuilder::SectionSideOptions sectionSide)
 Sets the material side value of secondary tab
Created in NX4.0.0.
void SetSecondary (bool isSecondary)
 Sets the tab type
Created in NX4.0.0.
void SetSection (NXOpen::Section *section)
 Sets the section of tab
Created in NX4.0.0.
void SetSketch (NXOpen::Features::SketchFeature *sketch)
 Sets the sketch of tab
Created in NX4.0.0.
void SetThickness (const NXString &thickness)
 
Created in NX4.0.0.
void SetThicknessSide (NXOpen::Features::SheetMetal::TabBuilder::ThicknessSideOptions flag)
 Sets the sweep direction flag of tab
Created in NX4.0.0.
NXOpen::Features::SketchFeatureSketch ()
 Returns the sketch of tab
Created in NX4.0.0.
NXOpen::ExpressionThickness ()
 Returns the thickness of tab
Created in NX4.0.0.
NXOpen::Features::SheetMetal::TabBuilder::ThicknessSideOptions ThicknessSide ()
 Returns the sweep direction flag of tab
Created in NX4.0.0.
int ValidateBuilderData ()
 Verify whether the builder data is valid for creating a Tab or not.

Detailed Description

Represents a Tab feature builder.


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

Created in NX4.0.0.


Member Enumeration Documentation

This enum represents the side of the section that the dimple punches material.

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:
SectionSideOptionsLeft 

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

SectionSideOptionsRight 

Side pointed to by the tangent cross normal vector.

This enum represents the extent direction for the Tab.

Enumerator:
ThicknessSideOptionsSectionNormalSide 

Material created on the side of the section normal.

ThicknessSideOptionsSectionReverseNormalSide 

Material created on the side opposite to that of the section normal.


Member Function Documentation

Returns the tab type
Created in NX4.0.0.



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

Returns the material side value of secondary tab
Created in NX4.0.0.



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

Returns the section of tab
Created in NX4.0.0.



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

Sets the material side value of secondary tab
Created in NX4.0.0.



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

Parameters:
sectionSidematerial side value

Sets the tab type
Created in NX4.0.0.



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

Parameters:
isSecondarytab type

Sets the section of tab
Created in NX4.0.0.



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

Parameters:
sectionsection tag

Sets the sketch of tab
Created in NX4.0.0.



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

Parameters:
sketchsketch tag


Created in NX4.0.0.



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

Parameters:
thicknessTab thickness
NOTE: The full Unicode character set is not supported for this parameter.

Sets the sweep direction flag of tab
Created in NX4.0.0.



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

Parameters:
flagSweep Direction Flag

Returns the sketch of tab
Created in NX4.0.0.



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

Returns the thickness of tab
Created in NX4.0.0.



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

Returns the sweep direction flag of tab
Created in NX4.0.0.



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

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


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

Returns:
Data Validity Flag.
Created in NX4.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 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.