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

Represents a NXOpen::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

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, CommandNameDatumSurface, CommandNameDatumPin,
  CommandNameSurfaceWeld, CommandNameCompound, CommandNameWeldAttribute, CommandNameJointDefinition,
  CommandNameJointmark, CommandNameWeldPointWizard, CommandNameTransform
}
 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. More...
 
void GetFeatureInformation (std::vector< NXOpen::Weld::WeldObjectBuilder::FeatureInfo > &features)
 Gets the created and modifed features
Created in NX8.0.1. 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 NXOpen::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.

CommandNameDatumSurface 

Datum Surface command.

CommandNameDatumPin 

Datum Pin command.

CommandNameSurfaceWeld 

Surface Weld command.

CommandNameCompound 

Compound Weld command.

CommandNameWeldAttribute 

Edit Weld Attribute.

CommandNameJointDefinition 

Edit Joint Definition Parameters.

CommandNameJointmark 

Joint Mark command.

CommandNameWeldPointWizard 

Weld Point Wizard command.

CommandNameTransform 

Weld Transform command.

Member Function Documentation

NXOpen::Weld::WeldObjectBuilder::CommandName NXOpen::Weld::WeldObjectBuilder::CommandUsed ( )

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



License requirements : None

void NXOpen::Weld::WeldObjectBuilder::GetFeatureInformation ( std::vector< NXOpen::Weld::WeldObjectBuilder::FeatureInfo > &  features)

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



License requirements : None

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.