NX Open C++ Reference Guide
|
Represents a @link UndersizeBuilder UndersizeBuilder@endlink <br> To create a new instance of this class, use @link Tooling::UndersizeCollection::CreateUndersizeBuilder Tooling::UndersizeCollection::CreateUndersizeBuilder @endlink <br>
Default values. More...
Public Types | |
enum | Orbit { OrbitCircular, OrbitSquare, OrbitTriangle, OrbitSpherical, OrbitPoints } |
Represents the orbit type. More... | |
Public Member Functions | |
NXOpen::Expression * | Angle () |
Returns the angle which is between two distribution electrodes Created in NX6.0.0. | |
NXOpen::Expression * | OrbitSize () |
Returns the orbit size which determines the radius of the distribution circle Created in NX6.0.0. | |
NXOpen::Tooling::UndersizeBuilder::Orbit | OrbitType () |
Returns the orbit type Created in NX6.0.0. | |
NXOpen::Point * | PointSpecify () |
Returns the reference point which is the center of the distribution circle Created in NX6.0.0. | |
NXOpen::SelectPartList * | SelectElectrodeBlock () |
Returns the body will be used as electrode body to do undersize Created in NX6.0.0. | |
NXOpen::SelectPartList * | SelectPoints () |
Returns the points will be used as copy positions to undersize electrode Created in NX6.0.0. | |
void | SetOrbitType (NXOpen::Tooling::UndersizeBuilder::Orbit orbitType) |
Sets the orbit type Created in NX6.0.0. | |
void | SetPointSpecify (NXOpen::Point *pointSpecify) |
Sets the reference point which is the center of the distribution circle Created in NX6.0.0. | |
NXOpen::Expression * | SparkGap () |
Returns the spark gap which is the gap between the electrode head and the work piece Created in NX6.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a @link UndersizeBuilder UndersizeBuilder@endlink <br> To create a new instance of this class, use @link Tooling::UndersizeCollection::CreateUndersizeBuilder Tooling::UndersizeCollection::CreateUndersizeBuilder @endlink <br>
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.
NXOpen::Expression* NXOpen::Tooling::UndersizeBuilder::Angle | ( | ) |
Returns the angle which is between two distribution electrodes
Created in NX6.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::SelectPartList* NXOpen::Tooling::UndersizeBuilder::SelectElectrodeBlock | ( | ) |
Returns the body will be used as electrode body to do undersize
Created in NX6.0.0.
License requirements : None
NXOpen::SelectPartList* NXOpen::Tooling::UndersizeBuilder::SelectPoints | ( | ) |
Returns the points will be used as copy positions to undersize electrode
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
orbitType | orbittype |
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
pointSpecify | pointspecify |
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