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

Represents a sheet metal component builder to be used in the creation and modification of features componenets. More...

Inheritance diagram for NXOpen::Features::SheetMetal::SheetmetalComponentBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder NXOpen::Features::SheetMetal::FeatureBendPropertiesBuilder NXOpen::Features::SheetMetal::FeatureBendPropertiesListBuilder NXOpen::Features::SheetMetal::FlangeBendPropertiesBuilder NXOpen::Features::SheetMetal::MultiBendBendPropertiesBuilder NXOpen::Features::SheetMetal::FlangeBendPropertiesListBuilder NXOpen::Features::SheetMetal::MultiBendBendPropertiesListBuilder

Public Member Functions

NXOpen::Features::SheetMetal::ApplicationContext GetApplicationContext ()
 Get the application context. More...
 
void SetApplicationContext (NXOpen::Features::SheetMetal::ApplicationContext appContext)
 Set the application context. 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 sheet metal component builder to be used in the creation and modification of features componenets.

Component builders manage the steps needed to correctly create features components on a feature.
This is an abstract class, and cannot be instantiated.

Created in NX12.0.0.

Member Function Documentation

NXOpen::Features::SheetMetal::ApplicationContext NXOpen::Features::SheetMetal::SheetmetalComponentBuilder::GetApplicationContext ( )

Get the application context.


This component is available in more than one application and under different licenses. The enum NXOpen::Features::SheetMetal::ApplicationContext contains a list of all sheet metal related applications and a component might be available in one or more applications listed there.

Returns

Created in NX12.0.0.

License requirements : None
void NXOpen::Features::SheetMetal::SheetmetalComponentBuilder::SetApplicationContext ( NXOpen::Features::SheetMetal::ApplicationContext  appContext)

Set the application context.


Created in NX12.0.0.

License requirements : None

Parameters
appContextappcontext
virtual bool NXOpen::Features::SheetMetal::SheetmetalComponentBuilder::Validate ( )
virtual

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


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