NX Open C++ Reference Guide
|
Represents master custom symbol data
Created in NX6.0.0.
More...
Public Member Functions | |
NXOpen::Point * | Anchor () |
Returns the anchor point Created in NX6.0.0. | |
NXString | GetPath () |
Get the path for part name. | |
NXString | PartName () |
Returns the master part name Created in NX6.0.0. | |
void | SetAnchor (NXOpen::Point *anchor) |
Sets the anchor point Created in NX6.0.0. | |
void | SetGeometry (const std::vector< NXOpen::DisplayableObject * > &geom) |
Specify the geometry for this master custom symbol data. | |
void | SetPartName (const NXString &name) |
Sets the master part name Created in NX6.0.0. | |
void | SetPath (const NXString &path) |
Set the valid path for part name Created in NX7.5.2. | |
void | SetSymbolName (const NXString &name) |
Sets the symbol name Created in NX6.0.0. | |
NXString | SymbolName () |
Returns the symbol name Created in NX6.0.0. | |
virtual | ~MasterCustomSymbolData () |
Frees the object from memory. |
Represents master custom symbol data
Created in NX6.0.0.
virtual NXOpen::Annotations::MasterCustomSymbolData::~MasterCustomSymbolData | ( | ) | [virtual] |
Frees the object from memory.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX6.0.0.
License requirements : None
Returns the anchor point
Created in NX6.0.0.
License requirements : None
Get the path for part name.
Returns the master part name
Created in NX6.0.0.
License requirements : None
void NXOpen::Annotations::MasterCustomSymbolData::SetAnchor | ( | NXOpen::Point * | anchor | ) |
Sets the anchor point
Created in NX6.0.0.
License requirements : None
anchor | New anchor point |
void NXOpen::Annotations::MasterCustomSymbolData::SetGeometry | ( | const std::vector< NXOpen::DisplayableObject * > & | geom | ) |
Specify the geometry for this master custom symbol data.
Created in NX6.0.0.
License requirements : None
geom | symbol geometry |
void NXOpen::Annotations::MasterCustomSymbolData::SetPartName | ( | const NXString & | name | ) |
Sets the master part name
Created in NX6.0.0.
License requirements : None
name | New master part name |
void NXOpen::Annotations::MasterCustomSymbolData::SetPath | ( | const NXString & | path | ) |
Set the valid path for part name
Created in NX7.5.2.
License requirements : None
path | New path |
void NXOpen::Annotations::MasterCustomSymbolData::SetSymbolName | ( | const NXString & | name | ) |
Sets the symbol name
Created in NX6.0.0.
License requirements : None
name | New symbol name |
Returns the symbol name
Created in NX6.0.0.
License requirements : None