|
NX Open C++ Reference Guide
|
Represents a @link Tooling::ForceCalculationBuilder Tooling::ForceCalculationBuilder@endlink Force Calculation Design is to calculate force of process <br> To create a new instance of this class, use @link Tooling::ForceCalculationCollection::CreateForceCalculationBuilder Tooling::ForceCalculationCollection::CreateForceCalculationBuilder @endlink <br>
Default values. 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 | SetCuttingPerimeter (const char *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 | SetGravityCenter (const char *gravityCenter) |
| Sets the gravity center of the process. | |
| void | SetHoldingForce (const NXString &holdingForce) |
| Sets the pressure-pad-force of the process. | |
| void | SetHoldingForce (const char *holdingForce) |
| Sets the pressure-pad-force of the process. | |
| void | SetParameter (const NXString ¶meterExp) |
| Sets the parameter expression to calculate the process force. | |
| void | SetParameter (const char *parameterExp) |
| Sets the parameter expression to calculate the process force. | |
| void | SetProcessForce (const NXString &processForce) |
| Sets the process force of the calculated result. | |
| void | SetProcessForce (const char *processForce) |
| Sets the process force of the calculated result. | |
| void | SetProcessName (const NXString &processName) |
| Sets the process name. | |
| void | SetProcessName (const char *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 | SetTotalForce (const char *totalForce) |
| Sets the total force of the calculated processes . | |
| void | SetTotalForceCenter (const NXString &totalForceCenter) |
| Sets the total force center of the calculated processes . | |
| void | SetTotalForceCenter (const char *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 . | |
Public Member Functions inherited from NXOpen::Builder | |
| 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. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a @link Tooling::ForceCalculationBuilder Tooling::ForceCalculationBuilder@endlink Force Calculation Design is to calculate force of process <br> To create a new instance of this class, use @link Tooling::ForceCalculationCollection::CreateForceCalculationBuilder Tooling::ForceCalculationCollection::CreateForceCalculationBuilder @endlink <br>
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
| NXString NXOpen::Tooling::ForceCalculationBuilder::CuttingPerimeter | ( | ) |
Returns the cutting perimeter length for EDM of the process.
Created in NX7.5.0.
License requirements : None
| int NXOpen::Tooling::ForceCalculationBuilder::DecimalPlaces | ( | ) |
Returns the decimal places of the calculated force result.
Created in NX7.5.0.
License requirements : None
| NXOpen::SelectFaceList* NXOpen::Tooling::ForceCalculationBuilder::ForceProcess | ( | ) |
Returns the process used to calculate force.
Created in NX7.5.0.
License requirements : None
| NXString NXOpen::Tooling::ForceCalculationBuilder::GravityCenter | ( | ) |
Returns the gravity center of the process.
Created in NX7.5.0.
License requirements : None
| NXString NXOpen::Tooling::ForceCalculationBuilder::HoldingForce | ( | ) |
Returns the pressure-pad-force of the process.
Created in NX7.5.0.
License requirements : None
| NXString NXOpen::Tooling::ForceCalculationBuilder::Parameter | ( | ) |
Returns the parameter expression to calculate the process force.
Created in NX7.5.0.
License requirements : None
| NXOpen::ScCollector* NXOpen::Tooling::ForceCalculationBuilder::ProcessFace | ( | ) |
Returns the face of the process.
Created in NX7.5.0.
License requirements : None
| NXString NXOpen::Tooling::ForceCalculationBuilder::ProcessForce | ( | ) |
Returns the process force of the calculated result.
Created in NX7.5.0.
License requirements : None
| NXString NXOpen::Tooling::ForceCalculationBuilder::ProcessName | ( | ) |
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::SetCuttingPerimeter | ( | const char * | 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::SetGravityCenter | ( | const char * | 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::SetHoldingForce | ( | const char * | 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::SetParameter | ( | const char * | 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::SetProcessForce | ( | const char * | 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::SetProcessName | ( | const char * | 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::SetTotalForce | ( | const char * | 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 |
| void NXOpen::Tooling::ForceCalculationBuilder::SetTotalForceCenter | ( | const char * | 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 |
| NXString NXOpen::Tooling::ForceCalculationBuilder::TotalForce | ( | ) |
Returns the total force of the calculated processes .
Created in NX7.5.0.
License requirements : None
| NXString NXOpen::Tooling::ForceCalculationBuilder::TotalForceCenter | ( | ) |
Returns the total force center of the calculated processes .
Created in NX7.5.0.
License requirements : None