NX Open C++ Reference Guide
|
Represents master custom symbol data
More...
Public Member Functions | |
NXOpen::Point * | Anchor () |
Returns the anchor point | |
NXString | GetPath () |
Get the path for part name. | |
NXString | PartName () |
Returns the master part name | |
void | SetAnchor (NXOpen::Point *anchor) |
Sets the anchor point | |
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 | |
void | SetPartName (const char *name) |
Sets the master part name | |
void | SetPath (const NXString &path) |
Set the valid path for part name | |
void | SetPath (const char *path) |
Set the valid path for part name | |
void | SetSymbolName (const NXString &name) |
Sets the symbol name | |
void | SetSymbolName (const char *name) |
Sets the symbol name | |
NXString | SymbolName () |
Returns the symbol name | |
virtual | ~MasterCustomSymbolData () |
Frees the object from memory. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents master custom symbol data
Use Annotations::MasterSymbolBuilder instead.
Created in NX6.0.0.
|
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
NXOpen::Point* NXOpen::Annotations::MasterCustomSymbolData::Anchor | ( | ) |
Returns the anchor point
Use Annotations::MasterSymbolBuilder instead.
Created in NX6.0.0.
License requirements : None
NXString NXOpen::Annotations::MasterCustomSymbolData::GetPath | ( | ) |
Get the path for part name.
Created in NX7.5.2.
License requirements : None
NXString NXOpen::Annotations::MasterCustomSymbolData::PartName | ( | ) |
Returns the master part name
Use Annotations::MasterSymbolBuilder instead.
Created in NX6.0.0.
License requirements : None
void NXOpen::Annotations::MasterCustomSymbolData::SetAnchor | ( | NXOpen::Point * | anchor | ) |
Sets the anchor point
Use Annotations::MasterSymbolBuilder instead.
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
Use Annotations::MasterSymbolBuilder instead.
Created in NX6.0.0.
License requirements : None
name | New master part name |
void NXOpen::Annotations::MasterCustomSymbolData::SetPartName | ( | const char * | name | ) |
Sets the master part name
Use Annotations::MasterSymbolBuilder instead.
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
Use Annotations::MasterSymbolBuilder instead.
Created in NX7.5.2.
License requirements : None
path | New path |
void NXOpen::Annotations::MasterCustomSymbolData::SetPath | ( | const char * | path | ) |
Set the valid path for part name
Use Annotations::MasterSymbolBuilder instead.
Created in NX7.5.2.
License requirements : None
path | New path |
void NXOpen::Annotations::MasterCustomSymbolData::SetSymbolName | ( | const NXString & | name | ) |
Sets the symbol name
Use Annotations::MasterSymbolBuilder instead.
Created in NX6.0.0.
License requirements : None
name | New symbol name |
void NXOpen::Annotations::MasterCustomSymbolData::SetSymbolName | ( | const char * | name | ) |
Sets the symbol name
Use Annotations::MasterSymbolBuilder instead.
Created in NX6.0.0.
License requirements : None
name | New symbol name |
NXString NXOpen::Annotations::MasterCustomSymbolData::SymbolName | ( | ) |
Returns the symbol name
Use Annotations::MasterSymbolBuilder instead.
Created in NX6.0.0.
License requirements : None