NX Open C++ Reference Guide
|
Represents a Features::Maple builder
To create a new instance of this class, use Features::FeatureCollection::CreateMapleBuilder
Default values.
More...
Public Types | |
enum | AssociativityEnum { AssociativityEnumNone, AssociativityEnumNew, AssociativityEnumExisting } |
the Associativity More... | |
Public Member Functions | |
NXOpen::Features::MapleBuilder::AssociativityEnum | AssociativityEnumType () |
Returns the associativity enum type Created in NX7.5.0. | |
bool | AssociativityToggle () |
Returns the associativity toggle Created in NX7.5.0. | |
NXString | FileBrowser () |
Returns the file name returned by the Browser Created in NX7.5.0. | |
std::vector< NXOpen::Expression * > | GetExpressions () |
The array of expressions. | |
std::vector< NXString > | GetMaplenames () |
The array of maple names. | |
int | Inputs () |
Returns the number of input expressions Created in NX7.5.0. | |
void | SetAssociativityEnumType (NXOpen::Features::MapleBuilder::AssociativityEnum associativityEnumType) |
Sets the associativity enum type Created in NX7.5.0. | |
void | SetAssociativityToggle (bool associativityToggle) |
Sets the associativity toggle Created in NX7.5.0. | |
void | SetExpressions (const std::vector< NXOpen::Expression * > &expressions) |
Set the expressions in the Maple Builder Created in NX7.5.0. | |
void | SetFileBrowser (const NXString &filename) |
Sets the file name returned by the Browser Created in NX7.5.0. | |
void | SetInputs (int numInputExpressions) |
Sets the number of input expressions Created in NX7.5.0. | |
void | SetMaplenames (const std::vector< NXString > &names) |
Set the maple names corresponding to expressions in the Maple Builder Created in NX7.5.0. | |
void | SetSettingsToggle (bool settingsToggle) |
Sets the settings toggle Created in NX7.5.0. | |
bool | SettingsToggle () |
Returns the settings toggle Created in NX7.5.0. |
Represents a Features::Maple builder
To create a new instance of this class, use Features::FeatureCollection::CreateMapleBuilder
Default values.
Property | Value |
---|---|
AssociativityEnumType |
None |
AssociativityToggle |
0 |
SettingsToggle |
0 |
Created in NX7.5.0.
NXOpen::Features::MapleBuilder::AssociativityEnum NXOpen::Features::MapleBuilder::AssociativityEnumType | ( | ) |
Returns the associativity enum type
Created in NX7.5.0.
License requirements : None
Returns the associativity toggle
Created in NX7.5.0.
License requirements : None
Returns the file name returned by the Browser
Created in NX7.5.0.
License requirements : None
std::vector<NXOpen::Expression *> NXOpen::Features::MapleBuilder::GetExpressions | ( | ) |
The array of expressions.
std::vector<NXString> NXOpen::Features::MapleBuilder::GetMaplenames | ( | ) |
The array of maple names.
Returns the number of input expressions
Created in NX7.5.0.
License requirements : None
void NXOpen::Features::MapleBuilder::SetAssociativityEnumType | ( | NXOpen::Features::MapleBuilder::AssociativityEnum | associativityEnumType | ) |
Sets the associativity enum type
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
associativityEnumType | associativityenumtype |
void NXOpen::Features::MapleBuilder::SetAssociativityToggle | ( | bool | associativityToggle | ) |
Sets the associativity toggle
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
associativityToggle | associativitytoggle |
void NXOpen::Features::MapleBuilder::SetExpressions | ( | const std::vector< NXOpen::Expression * > & | expressions | ) |
void NXOpen::Features::MapleBuilder::SetFileBrowser | ( | const NXString & | filename | ) |
Sets the file name returned by the Browser
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
filename | filename |
void NXOpen::Features::MapleBuilder::SetInputs | ( | int | numInputExpressions | ) |
Sets the number of input expressions
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
numInputExpressions | num input expressions |
void NXOpen::Features::MapleBuilder::SetMaplenames | ( | const std::vector< NXString > & | names | ) |
void NXOpen::Features::MapleBuilder::SetSettingsToggle | ( | bool | settingsToggle | ) |
Sets the settings toggle
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
settingsToggle | settingstoggle |
Returns the settings toggle
Created in NX7.5.0.
License requirements : None