NX Open C++ Reference Guide
|
Represents a Tooling::ForceCalculationBuilder Force Calculation Design is to calculate force of process
To create a new instance of this class, use Tooling::ForceCalculationCollection::CreateForceCalculationBuilder
Default values.
More...
Public Types | |
enum | CalculationTypes { CalculationTypesNormal, CalculationTypesIsolated } |
The calculation type. More... | |
enum | ProcessTypes { ProcessTypesAngularBlanking, ProcessTypesAngularEmbossing, ProcessTypesAngularPiercing, ProcessTypesBending, ProcessTypesBlanking, ProcessTypesBurring, ProcessTypesCircularDrawing, ProcessTypesCounterboring, ProcessTypesCountersinking, ProcessTypesCylindricalIroning, ProcessTypesFlanging, ProcessTypesPiercing, ProcessTypesRoundEmbossing, ProcessTypesSquareDrawing, ProcessTypesUBending, ProcessTypesVBending, ProcessTypesVBendingTree, ProcessTypesZBending } |
The process type. More... | |
Public Member Functions | |
NXOpen::Tooling::ForceCalculationBuilder::CalculationTypes | CalculationType () |
Returns the calculation method. | |
NXString | CuttingPerimeter () |
Returns the cutting perimeter length for EDM of the process. | |
int | DecimalPlaces () |
Returns the decimal places of the calculated force result. | |
NXOpen::SelectFaceList * | ForceProcess () |
Returns the process used to calculate force. | |
NXString | GravityCenter () |
Returns the gravity center of the process. | |
NXString | HoldingForce () |
Returns the pressure-pad-force of the process. | |
NXString | Parameter () |
Returns the parameter expression to calculate the process force. | |
NXOpen::ScCollector * | ProcessFace () |
Returns the face of the process. | |
NXString | ProcessForce () |
Returns the process force of the calculated result. | |
NXString | ProcessName () |
Returns the process name. | |
NXOpen::Tooling::ForceCalculationBuilder::ProcessTypes | ProcessType () |
Returns the process type. | |
void | SetCalculationType (NXOpen::Tooling::ForceCalculationBuilder::CalculationTypes calculationType) |
Sets the calculation method. | |
void | SetCuttingPerimeter (const NXString &cuttingPerimeter) |
Sets the cutting perimeter length for EDM of the process. | |
void | SetDecimalPlaces (int decimalPlaces) |
Sets the decimal places of the calculated force result. | |
void | SetGravityCenter (const NXString &gravityCenter) |
Sets the gravity center of the process. | |
void | SetHoldingForce (const NXString &holdingForce) |
Sets the pressure-pad-force of the process. | |
void | SetParameter (const NXString ¶meterExp) |
Sets the parameter expression to calculate the process force. | |
void | SetProcessForce (const NXString &processForce) |
Sets the process force of the calculated result. | |
void | SetProcessName (const NXString &processName) |
Sets the process name. | |
void | SetProcessType (NXOpen::Tooling::ForceCalculationBuilder::ProcessTypes processType) |
Sets the process type. | |
void | SetTotalForce (const NXString &totalForce) |
Sets the total force of the calculated processes . | |
void | SetTotalForceCenter (const NXString &totalForceCenter) |
Sets the total force center of the calculated processes . | |
NXString | TotalForce () |
Returns the total force of the calculated processes . | |
NXString | TotalForceCenter () |
Returns the total force center of the calculated processes . |
Represents a Tooling::ForceCalculationBuilder Force Calculation Design is to calculate force of process
To create a new instance of this class, use Tooling::ForceCalculationCollection::CreateForceCalculationBuilder
Default values.
Property | Value |
---|---|
CalculationType |
Normal |
DecimalPlaces |
3 |
ProcessType |
AngularBlanking |
Created in NX7.5.0.
The process type.
NXOpen::Tooling::ForceCalculationBuilder::CalculationTypes NXOpen::Tooling::ForceCalculationBuilder::CalculationType | ( | ) |
Returns the calculation method.
Created in NX7.5.0.
License requirements : None
Returns the cutting perimeter length for EDM of the process.
Created in NX7.5.0.
License requirements : None
Returns the decimal places of the calculated force result.
Created in NX7.5.0.
License requirements : None
Returns the process used to calculate force.
Created in NX7.5.0.
License requirements : None
Returns the gravity center of the process.
Created in NX7.5.0.
License requirements : None
Returns the pressure-pad-force of the process.
Created in NX7.5.0.
License requirements : None
Returns the parameter expression to calculate the process force.
Created in NX7.5.0.
License requirements : None
Returns the face of the process.
Created in NX7.5.0.
License requirements : None
Returns the process force of the calculated result.
Created in NX7.5.0.
License requirements : None
Returns the process name.
Created in NX7.5.0.
License requirements : None
NXOpen::Tooling::ForceCalculationBuilder::ProcessTypes NXOpen::Tooling::ForceCalculationBuilder::ProcessType | ( | ) |
Returns the process type.
Created in NX7.5.0.
License requirements : None
void NXOpen::Tooling::ForceCalculationBuilder::SetCalculationType | ( | NXOpen::Tooling::ForceCalculationBuilder::CalculationTypes | calculationType | ) |
Sets the calculation method.
Created in NX7.5.0.
License requirements : None
calculationType | calculationtype |
void NXOpen::Tooling::ForceCalculationBuilder::SetCuttingPerimeter | ( | const NXString & | cuttingPerimeter | ) |
Sets the cutting perimeter length for EDM of the process.
Created in NX7.5.0.
License requirements : None
cuttingPerimeter | Indicates the string of cutting perimeter length |
void NXOpen::Tooling::ForceCalculationBuilder::SetDecimalPlaces | ( | int | decimalPlaces | ) |
Sets the decimal places of the calculated force result.
Created in NX7.5.0.
License requirements : None
decimalPlaces | decimalplaces |
void NXOpen::Tooling::ForceCalculationBuilder::SetGravityCenter | ( | const NXString & | gravityCenter | ) |
Sets the gravity center of the process.
Created in NX7.5.0.
License requirements : None
gravityCenter | Indicates the string of process gravity center |
void NXOpen::Tooling::ForceCalculationBuilder::SetHoldingForce | ( | const NXString & | holdingForce | ) |
Sets the pressure-pad-force of the process.
Created in NX7.5.0.
License requirements : None
holdingForce | Indicates the string of holding force |
void NXOpen::Tooling::ForceCalculationBuilder::SetParameter | ( | const NXString & | parameterExp | ) |
Sets the parameter expression to calculate the process force.
Created in NX7.5.0.
License requirements : None
parameterExp | parameterexp |
void NXOpen::Tooling::ForceCalculationBuilder::SetProcessForce | ( | const NXString & | processForce | ) |
Sets the process force of the calculated result.
Created in NX7.5.0.
License requirements : None
processForce | Indicates the string of process force |
void NXOpen::Tooling::ForceCalculationBuilder::SetProcessName | ( | const NXString & | processName | ) |
Sets the process name.
Created in NX7.5.0.
License requirements : None
processName | processname |
void NXOpen::Tooling::ForceCalculationBuilder::SetProcessType | ( | NXOpen::Tooling::ForceCalculationBuilder::ProcessTypes | processType | ) |
Sets the process type.
Created in NX7.5.0.
License requirements : None
processType | processtype |
void NXOpen::Tooling::ForceCalculationBuilder::SetTotalForce | ( | const NXString & | totalForce | ) |
Sets the total force of the calculated processes .
Created in NX7.5.0.
License requirements : None
totalForce | Indicates the string of total process force |
void NXOpen::Tooling::ForceCalculationBuilder::SetTotalForceCenter | ( | const NXString & | totalForceCenter | ) |
Sets the total force center of the calculated processes .
Created in NX7.5.0.
License requirements : None
totalForceCenter | Indicates the string of total process force center |
Returns the total force of the calculated processes .
Created in NX7.5.0.
License requirements : None
Returns the total force center of the calculated processes .
Created in NX7.5.0.
License requirements : None