NX Open C++ Reference Guide
|
Represents a builder to be used to create specify circuit. More...
Public Member Functions | |
void | CheckStatus () |
Check whether cooling circuit is finished or not. | |
NXOpen::NXColor * | CircuitColor () |
Returns the circuit channel body color. | |
NXOpen::Tooling::CoolingFittingData * | CreateCoolingFittingData () |
Creates the cooling fitting data object. | |
std::vector< double > | GetCircuitColor () |
Returns the circuit channel body color. | |
NXOpen::Tooling::CoolingFittingData * | GetCoolingFittingData () |
Gets the Cooling Fitting Data object. | |
void | GetOneCircuit (const std::vector< NXOpen::Body * > &channels) |
Gets intersect cooling list value. | |
void | InitializeCircuitSetData () |
Initializes the circuit set data. | |
NXOpen::SelectBodyList * | InletChannel () |
Returns the inlet channel. | |
bool | KeepCircuit () |
Returns the option whether to keep the circuit displayed body. | |
int | Layer () |
Returns the layer value for the selected channels. | |
NXOpen::SelectBody * | OutletChannel () |
Returns the outlet channel. | |
void | SetCircuitColor (NXOpen::NXColor *circuitColor) |
Sets the circuit channel body color. | |
void | SetCircuitColor (const std::vector< double > &circuitColor) |
Sets the circuit color. | |
void | SetKeepCircuit (bool keepCircuit) |
Sets the option whether to keep the circuit displayed body. | |
void | SetLayer (int layer) |
Sets the layer value for the selected channels. | |
![]() | |
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 builder to be used to create specify circuit.
To create a new instance of this class, use Tooling::SpecifyCircuitCollection::CreateBuilder
Default values.
Property | Value |
---|---|
KeepCircuit |
0 |
251 |
Created in NX8.0.0.
void NXOpen::Tooling::SpecifyCircuitBuilder::CheckStatus | ( | ) |
Check whether cooling circuit is finished or not.
Created in NX8.0.0.
License requirements : ug_mold_design ("UG MOLD")
NXOpen::NXColor* NXOpen::Tooling::SpecifyCircuitBuilder::CircuitColor | ( | ) |
Returns the circuit channel body color.
Created in NX8.0.1.
License requirements : ug_mold_design ("UG MOLD")
NXOpen::Tooling::CoolingFittingData* NXOpen::Tooling::SpecifyCircuitBuilder::CreateCoolingFittingData | ( | ) |
Creates the cooling fitting data object.
std::vector<double> NXOpen::Tooling::SpecifyCircuitBuilder::GetCircuitColor | ( | ) |
Returns the circuit channel body color.
NXOpen::Tooling::CoolingFittingData* NXOpen::Tooling::SpecifyCircuitBuilder::GetCoolingFittingData | ( | ) |
Gets the Cooling Fitting Data object.
void NXOpen::Tooling::SpecifyCircuitBuilder::GetOneCircuit | ( | const std::vector< NXOpen::Body * > & | channels | ) |
Gets intersect cooling list value.
Created in NX8.0.0.
License requirements : ug_mold_design ("UG MOLD")
channels | the cooling body |
void NXOpen::Tooling::SpecifyCircuitBuilder::InitializeCircuitSetData | ( | ) |
Initializes the circuit set data.
Created in NX8.0.0.
License requirements : ug_mold_design ("UG MOLD")
NXOpen::SelectBodyList* NXOpen::Tooling::SpecifyCircuitBuilder::InletChannel | ( | ) |
Returns the inlet channel.
Created in NX8.0.0.
License requirements : ug_mold_design ("UG MOLD")
bool NXOpen::Tooling::SpecifyCircuitBuilder::KeepCircuit | ( | ) |
Returns the option whether to keep the circuit displayed body.
Created in NX8.0.0.
License requirements : ug_mold_design ("UG MOLD")
int NXOpen::Tooling::SpecifyCircuitBuilder::Layer | ( | ) |
Returns the layer value for the selected channels.
Created in NX8.0.0.
License requirements : ug_mold_design ("UG MOLD")
NXOpen::SelectBody* NXOpen::Tooling::SpecifyCircuitBuilder::OutletChannel | ( | ) |
Returns the outlet channel.
Created in NX8.0.0.
License requirements : ug_mold_design ("UG MOLD")
void NXOpen::Tooling::SpecifyCircuitBuilder::SetCircuitColor | ( | NXOpen::NXColor * | circuitColor | ) |
Sets the circuit channel body color.
Created in NX8.0.1.
License requirements : ug_mold_design ("UG MOLD")
circuitColor | circuitcolor |
void NXOpen::Tooling::SpecifyCircuitBuilder::SetCircuitColor | ( | const std::vector< double > & | circuitColor | ) |
Sets the circuit color.
Created in NX8.0.0.
License requirements : ug_mold_design ("UG MOLD")
circuitColor | Array of 3 RGB values, each between 0 and 1 |
void NXOpen::Tooling::SpecifyCircuitBuilder::SetKeepCircuit | ( | bool | keepCircuit | ) |
Sets the option whether to keep the circuit displayed body.
Created in NX8.0.0.
License requirements : ug_mold_design ("UG MOLD")
keepCircuit | keepcircuit |
void NXOpen::Tooling::SpecifyCircuitBuilder::SetLayer | ( | int | layer | ) |
Sets the layer value for the selected channels.
Created in NX8.0.0.
License requirements : ug_mold_design ("UG MOLD")
layer | layer |