NX Open C++ Reference Guide
|
Represents a CustomWidth used by WidthDefinition to define the three custom widths associated with each WidthDefinition. More...
Public Member Functions | |
NXString | Name () |
Returns the width name, specified as a NULL-terminated ASCII string Created in NX5.0.0. | |
void | SetName (const NXString &name) |
Sets the width name, specified as a NULL-terminated ASCII string Created in NX5.0.0. | |
void | SetName (const char *name) |
Sets the width name, specified as a NULL-terminated ASCII string Created in NX5.0.0. | |
void | SetWidth (double width) |
Sets the width of lines for the custom width Created in NX5.0.0. | |
double | Width () |
Returns the width of lines for the custom width Created in NX5.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a CustomWidth used by WidthDefinition to define the three custom widths associated with each WidthDefinition.
Each CustomWidth will contain a custom width line size and a name.
Created in NX5.0.0.
NXString NXOpen::CustomWidth::Name | ( | ) |
Returns the width name, specified as a NULL-terminated ASCII string
Created in NX5.0.0.
License requirements : None
void NXOpen::CustomWidth::SetName | ( | const NXString & | name | ) |
Sets the width name, specified as a NULL-terminated ASCII string
Created in NX5.0.0.
License requirements : None
name | name |
void NXOpen::CustomWidth::SetName | ( | const char * | name | ) |
Sets the width name, specified as a NULL-terminated ASCII string
Created in NX5.0.0.
License requirements : None
name | name |
void NXOpen::CustomWidth::SetWidth | ( | double | width | ) |
Sets the width of lines for the custom width
Created in NX5.0.0.
License requirements : None
width | width |
double NXOpen::CustomWidth::Width | ( | ) |
Returns the width of lines for the custom width
Created in NX5.0.0.
License requirements : None