NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Classes | Public Types | Public Member Functions | Properties | List of all members
NXOpen.Weld.WeldPointExitBuilder Class Reference

Represents a NXOpen.Weld.WeldPointExitBuilder class used to pass welding object from the Weld Point command to a user callback. More...

Inheritance diagram for NXOpen.Weld.WeldPointExitBuilder:
NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Classes

struct  _FeatureDetails
 Structure used to identify newly created, edited, and unused features.
 
struct  _FeatureInfo
 Structure used to identify newly created features.
 
struct  FeatureDetails
 Structure used to identify newly created, edited, and unused features. More...
 
struct  FeatureInfo
 Structure used to identify newly created features. More...
 

Public Types

enum  CommandName {
  None, WeldPoint, DatumLocator, MeasurementLocator,
  Jointmark, WeldPointWizard, EasySpot, EasySpotSelected,
  EasySpotApply, EasySpotEnded
}
 The command name used for the newly created features. More...
 
enum  FeatureStatus { Modified, NewlyCreated, NotUsed }
 The information about whether the feature was modified, newly created, or unused. More...
 
enum  MethodUsed {
  None, Mirror, Translate, GuideCurve,
  Points, GuideCurveMovedOff
}
 The method use to create the features. More...
 

Public Member Functions

unsafe void GetFeatureDetails (out NXOpen.Weld.WeldPointExitBuilder.FeatureDetails[] features)
 Gets the information for the newly created, edited or unused features. More...
 
unsafe void GetFeatureInformation (out NXOpen.Weld.WeldPointExitBuilder.FeatureInfo[] features)
 Gets the information for the newly created, or edited features. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe
NXOpen.Weld.WeldPointExitBuilder.CommandName 
CommandUsed [get]
 Returns the command name that was last used to create features. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Weld.WeldPointExitBuilder class used to pass welding object from the Weld Point command to a user callback.

This object is not used on edit.

Created in NX8.0.2

Member Enumeration Documentation

The command name used for the newly created features.

Enumerator
None 

No command.

Used to initialize value.

WeldPoint 

Weld Point command

DatumLocator 

Datum Locator command

MeasurementLocator 

Measurement Locator command

Jointmark 

Joint Mark command

WeldPointWizard 

Weld Point Wizard command

EasySpot 

Easy Spot.

User selected OK. Features exist to process.

EasySpotSelected 

Easy Spot.

User selected Create Features From Selection.

EasySpotApply 

Easy Spot.

User selected Apply

EasySpotEnded 

Easy Spot.

User selected OK or Cancel. No new features created.

The information about whether the feature was modified, newly created, or unused.

Enumerator
Modified 

An existing feature was modified.

NewlyCreated 

A new feature was created.

NotUsed 

A feature to move was specified, but changes to spacing options caused this feature not to be used.

The method use to create the features.

Enumerator
None 

No method specified.

Used to initialize value.

Mirror 

Feature was created using the mirror method.

Translate 

Feature was created using the translate method.

GuideCurve 

Feature was created using the guide curves method.

Points 

Feature was created using the points method.

GuideCurveMovedOff 

Feature was created using the guide curves method, but user moved it off.

Member Function Documentation

unsafe void NXOpen.Weld.WeldPointExitBuilder.GetFeatureDetails ( out NXOpen.Weld.WeldPointExitBuilder.FeatureDetails[]  features)
inline

Gets the information for the newly created, edited or unused features.

Created in NX12.0.1

License requirements: None.

Parameters
featuresfeatures created
unsafe void NXOpen.Weld.WeldPointExitBuilder.GetFeatureInformation ( out NXOpen.Weld.WeldPointExitBuilder.FeatureInfo[]  features)
inline

Gets the information for the newly created, or edited features.

Created in NX8.0.2

Deprecated in NX12.0.1. Use NXOpen.Weld.WeldPointExitBuilder.GetFeatureDetails instead.

License requirements: None.

Parameters
featuresfeatures created
unsafe bool NXOpen.Weld.WeldPointExitBuilder.Validate ( )
inline

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.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.

Property Documentation

unsafe NXOpen.Weld.WeldPointExitBuilder.CommandName NXOpen.Weld.WeldPointExitBuilder.CommandUsed
get

Returns the command name that was last used to create features.

This callback is not called on edit.

Created in NX8.0.2

License requirements: None.


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