NX Open C++ Reference Guide
|
Represents a Routing Electrical ElectricalFormat. More...
Public Types | |
enum | Type { TypeConnections, TypeComponents } |
Describes how system reports the lengths of the stock. More... | |
Public Member Functions | |
NXOpen::Routing::Electrical::ElectricalFormat::Type | FormatType () |
Returns the type of ElectricalFormat Created in NX5.0.1. | |
NXString | Name () |
Returns the name of ElectricalFormat Created in NX5.0.1. | |
void | SetFormatType (NXOpen::Routing::Electrical::ElectricalFormat::Type type) |
Sets the type of ElectricalFormat Created in NX5.0.1. | |
void | SetName (const NXString &name) |
Sets the name of ElectricalFormat Created in NX5.0.1. | |
void | SetName (const char *name) |
Sets the name of ElectricalFormat Created in NX5.0.1. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Routing Electrical ElectricalFormat.
<br> To create an instance of this class use @link Routing::Electrical::ElectricalFormatCollection Routing::Electrical::ElectricalFormatCollection@endlink <br>
Created in NX5.0.1.
NXOpen::Routing::Electrical::ElectricalFormat::Type NXOpen::Routing::Electrical::ElectricalFormat::FormatType | ( | ) |
Returns the type of ElectricalFormat
Created in NX5.0.1.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
NXString NXOpen::Routing::Electrical::ElectricalFormat::Name | ( | ) |
Returns the name of ElectricalFormat
Created in NX5.0.1.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
void NXOpen::Routing::Electrical::ElectricalFormat::SetFormatType | ( | NXOpen::Routing::Electrical::ElectricalFormat::Type | type | ) |
Sets the type of ElectricalFormat
Created in NX5.0.1.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
type | type |
void NXOpen::Routing::Electrical::ElectricalFormat::SetName | ( | const NXString & | name | ) |
Sets the name of ElectricalFormat
Created in NX5.0.1.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
name | name |
void NXOpen::Routing::Electrical::ElectricalFormat::SetName | ( | const char * | name | ) |
Sets the name of ElectricalFormat
Created in NX5.0.1.
License requirements : routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")
name | name |