NX Open C++ Reference Guide
Classes | Public Types | Public Member Functions
NXOpen::Weld::WeldObjectBuilder Class Reference

Represents a Weld::WeldObjectBuilder class used to collect welding objects created or edited from a command. More...

Inheritance diagram for NXOpen::Weld::WeldObjectBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Classes

struct  FeatureInfo
 Structure used to identify if each feature is newly created or edited. More...

Public Types

enum  CommandName {
  CommandNameNone, CommandNameGroove, CommandNameFillet, CommandNameUserDefined,
  CommandNameWeldPoint, CommandNameBead, CommandNameFill, CommandNameImportCsv,
  CommandNameEasySpot, CommandNameDatumLocator, CommandNameMeasurementLocator, CommandNameEasyMeasurementPattern,
  CommandNamePlugSlot, CommandNameJoint
}
 Commands that a callback will be invoked after dialog completion. More...

Public Member Functions

NXOpen::Weld::WeldObjectBuilder::CommandName CommandUsed ()
 Returns the command name that was last used to create or modify features
Created in NX8.0.1.
void GetFeatureInformation (std::vector< NXOpen::Weld::WeldObjectBuilder::FeatureInfo > &features)
 Gets the created and modifed features
Created in NX8.0.1.
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called.

Detailed Description

Represents a Weld::WeldObjectBuilder class used to collect welding objects created or edited from a command.


Created in NX8.0.1.


Member Enumeration Documentation

Commands that a callback will be invoked after dialog completion.

Enumerator:
CommandNameNone 

No command.

Used to initialize value.

CommandNameGroove 

Groove Weld command.

CommandNameFillet 

Fillet Weld command.

CommandNameUserDefined 

User Defined Weld command.

CommandNameWeldPoint 

Weld Point command.

CommandNameBead 

Bead command.

CommandNameFill 

Fill command.

CommandNameImportCsv 

Import CSV command.

CommandNameEasySpot 

Easy Spot command.

CommandNameDatumLocator 

Datum Locator command.

CommandNameMeasurementLocator 

Measurement Locator command.

CommandNameEasyMeasurementPattern 

Easy Measurement Pattern command.

CommandNamePlugSlot 

Plug Slot command.

CommandNameJoint 

Welding Joint command.


Member Function Documentation

Returns the command name that was last used to create or modify features
Created in NX8.0.1.



License requirements : ugweld ("UG WELD")

Gets the created and modifed features
Created in NX8.0.1.



License requirements : ugweld ("UG WELD")

Parameters:
featuresfeatures created or edited
virtual bool NXOpen::Weld::WeldObjectBuilder::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 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.