NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Tooling::UndersizeBuilder Class Reference

Represents a NXOpen::Tooling::UndersizeBuilder
To create a new instance of this class, use NXOpen::Tooling::UndersizeCollection::CreateUndersizeBuilder
Default values. More...

Inheritance diagram for NXOpen::Tooling::UndersizeBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  Orbit {
  OrbitCircular, OrbitSquare, OrbitTriangle, OrbitSpherical,
  OrbitPoints
}
 Represents the orbit type. More...
 

Public Member Functions

NXOpen::ExpressionAngle ()
 Returns the angle which is between two distribution electrodes
Created in NX6.0.0. More...
 
NXOpen::SelectBodyListElectrodeBodies ()
 Returns the electrode body to do undersize
Created in NX10.0.0. More...
 
NXOpen::SelectPointListOrbitPointList ()
 Returns the points to be used as copy positions to undersize electrode
Created in NX10.0.0. More...
 
NXOpen::ExpressionOrbitSize ()
 Returns the orbit size which determines the radius of the distribution circle
Created in NX6.0.0. More...
 
NXOpen::Tooling::UndersizeBuilder::Orbit OrbitType ()
 Returns the orbit type
Created in NX6.0.0. More...
 
NXOpen::PointPointSpecify ()
 Returns the reference point which is the center of the distribution circle
Created in NX6.0.0. More...
 
NXOpen::SelectBodyListSelectElectrodeBlock ()
 Returns the body will be used as electrode body to do undersize
More...
 
NXOpen::SelectPointListSelectPoints ()
 Returns the points will be used as copy positions to undersize electrode
More...
 
void SetOrbitType (NXOpen::Tooling::UndersizeBuilder::Orbit orbitType)
 Sets the orbit type
Created in NX6.0.0. More...
 
void SetPointSpecify (NXOpen::Point *pointSpecify)
 Sets the reference point which is the center of the distribution circle
Created in NX6.0.0. More...
 
NXOpen::ExpressionSparkGap ()
 Returns the spark gap which is the gap between the electrode head and the work piece
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. 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::Tooling::UndersizeBuilder
To create a new instance of this class, use NXOpen::Tooling::UndersizeCollection::CreateUndersizeBuilder
Default values.

Property Value

Angle.Value

90 (millimeters part), 90 (inches part)

OrbitSize.Value

0.05 (millimeters part), 0.002 (inches part)

OrbitType

Circular

SparkGap.Value

0.05 (millimeters part), 0.002 (inches part)


Created in NX6.0.0.

Member Enumeration Documentation

Represents the orbit type.

Enumerator
OrbitCircular 

circular

OrbitSquare 

square

OrbitTriangle 

triangle

OrbitSpherical 

spherical

OrbitPoints 

specify points

Member Function Documentation

NXOpen::Expression* NXOpen::Tooling::UndersizeBuilder::Angle ( )

Returns the angle which is between two distribution electrodes
Created in NX6.0.0.



License requirements : None

NXOpen::SelectBodyList* NXOpen::Tooling::UndersizeBuilder::ElectrodeBodies ( )

Returns the electrode body to do undersize
Created in NX10.0.0.



License requirements : None

NXOpen::SelectPointList* NXOpen::Tooling::UndersizeBuilder::OrbitPointList ( )

Returns the points to be used as copy positions to undersize electrode
Created in NX10.0.0.



License requirements : None

NXOpen::Expression* NXOpen::Tooling::UndersizeBuilder::OrbitSize ( )

Returns the orbit size which determines the radius of the distribution circle
Created in NX6.0.0.



License requirements : None

NXOpen::Tooling::UndersizeBuilder::Orbit NXOpen::Tooling::UndersizeBuilder::OrbitType ( )

Returns the orbit type
Created in NX6.0.0.



License requirements : None

NXOpen::Point* NXOpen::Tooling::UndersizeBuilder::PointSpecify ( )

Returns the reference point which is the center of the distribution circle
Created in NX6.0.0.



License requirements : None

NXOpen::SelectBodyList* NXOpen::Tooling::UndersizeBuilder::SelectElectrodeBlock ( )

Returns the body will be used as electrode body to do undersize

Deprecated:
Deprecated in NX10.0.0.

Use Tooling::UndersizeBuilder::ElectrodeBodies instead.


Created in NX6.0.0.

License requirements : None

NXOpen::SelectPointList* NXOpen::Tooling::UndersizeBuilder::SelectPoints ( )

Returns the points will be used as copy positions to undersize electrode

Deprecated:
Deprecated in NX10.0.0.

Use Tooling::UndersizeBuilder::OrbitPointList instead.


Created in NX6.0.0.

License requirements : None

void NXOpen::Tooling::UndersizeBuilder::SetOrbitType ( NXOpen::Tooling::UndersizeBuilder::Orbit  orbitType)

Sets the orbit type
Created in NX6.0.0.



License requirements : None

Parameters
orbitTypeorbittype
void NXOpen::Tooling::UndersizeBuilder::SetPointSpecify ( NXOpen::Point pointSpecify)

Sets the reference point which is the center of the distribution circle
Created in NX6.0.0.



License requirements : None

Parameters
pointSpecifypointspecify
NXOpen::Expression* NXOpen::Tooling::UndersizeBuilder::SparkGap ( )

Returns the spark gap which is the gap between the electrode head and the work piece
Created in NX6.0.0.



License requirements : None


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