NX Open C++ Reference Guide
|
Represents a UndersizeBuilder
To create a new instance of this class, use Tooling::UndersizeCollection::CreateUndersizeBuilder
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. |
Represents a UndersizeBuilder
To create a new instance of this class, use 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.
Returns the angle which is between two distribution electrodes
Created in NX6.0.0.
License requirements : None
Returns the orbit size which determines the radius of the distribution circle
Created in NX6.0.0.
License requirements : None
Returns the orbit type
Created in NX6.0.0.
License requirements : None
Returns the reference point which is the center of the distribution circle
Created in NX6.0.0.
License requirements : None
Returns the body will be used as electrode body to do undersize
Created in NX6.0.0.
License requirements : None
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 |
Returns the spark gap which is the gap between the electrode head and the work piece
Created in NX6.0.0.
License requirements : None