NX Open C++ Reference Guide
|
Represents a Sheet Metal Feature Builder to be used in the creation and modification of features. More...
Public Member Functions | |
NXOpen::Features::SheetMetal::ApplicationContext | GetApplicationContext () |
Get the application context. | |
void | SetApplicationContext (NXOpen::Features::SheetMetal::ApplicationContext appContext) |
Set the application context. |
Represents a Sheet Metal Feature Builder to be used in the creation and modification of features.
Feature Builders manage the steps needed to correctly create features on a part.
This is an abstract class, and cannot be instantiated.
Created in NX7.5.0.
NXOpen::Features::SheetMetal::ApplicationContext NXOpen::Features::SheetMetal::SheetmetalBaseBuilder::GetApplicationContext | ( | ) |
Get the application context.
This feature is available in more than one application and under different licenses. The enum Features::SheetMetal::ApplicationContext contains a list of all sheet metal related applications and a feature might be available in one or more applications listed there.
void NXOpen::Features::SheetMetal::SheetmetalBaseBuilder::SetApplicationContext | ( | NXOpen::Features::SheetMetal::ApplicationContext | appContext | ) |
Set the application context.
Created in NX7.5.0.
License requirements : None
appContext | app context |