NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CustomWidth Class Reference

Represents a NXOpen::CustomWidth used by NXOpen::WidthDefinition to define the three custom widths associated with each WidthDefinition. More...

Inheritance diagram for NXOpen::CustomWidth:
NXOpen::TaggedObject

Public Member Functions

NXString Name ()
 Returns the width name, specified as a NULL-terminated ASCII string
Created in NX5.0.0. More...
 
void SetName (const NXString &name)
 Sets the width name, specified as a NULL-terminated ASCII string
Created in NX5.0.0. More...
 
void SetName (const char *name)
 Sets the width name, specified as a NULL-terminated ASCII string
Created in NX5.0.0. More...
 
void SetWidth (double width)
 Sets the width of lines for the custom width
Created in NX5.0.0. More...
 
double Width ()
 Returns the width of lines for the custom width
Created in NX5.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a NXOpen::CustomWidth used by NXOpen::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.

Member Function Documentation

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

Parameters
namename
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

Parameters
namename
void NXOpen::CustomWidth::SetWidth ( double  width)

Sets the width of lines for the custom width
Created in NX5.0.0.



License requirements : None

Parameters
widthwidth
double NXOpen::CustomWidth::Width ( )

Returns the width of lines for the custom width
Created in NX5.0.0.



License requirements : None


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.