NX Open C++ Reference Guide
|
Represents FCF frames data
Created in NX4.0.0.
More...
Public Member Functions | |
NXOpen::Annotations::GeometricCharacteristic | GeometricCharacteristic () |
Returns the geometric characteristic Created in NX4.0.0. | |
std::vector < NXOpen::Annotations::FcfFrame * > | GetFrames () |
Returns the frames. | |
void | SetFrames (const std::vector< NXOpen::Annotations::FcfFrame * > &frames) |
Sets the frames Created in NX4.0.0. | |
void | SetGeometricCharacteristic (NXOpen::Annotations::GeometricCharacteristic characteristic) |
Sets the geometric characteristic Created in NX4.0.0. | |
virtual | ~FcfFrameData () |
Frees the object from memory. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents FCF frames data
Created in NX4.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 NX4.0.0.
License requirements : None
NXOpen::Annotations::GeometricCharacteristic NXOpen::Annotations::FcfFrameData::GeometricCharacteristic | ( | ) |
Returns the geometric characteristic
Created in NX4.0.0.
License requirements : None
std::vector<NXOpen::Annotations::FcfFrame *> NXOpen::Annotations::FcfFrameData::GetFrames | ( | ) |
Returns the frames.
void NXOpen::Annotations::FcfFrameData::SetFrames | ( | const std::vector< NXOpen::Annotations::FcfFrame * > & | frames | ) |
Sets the frames
Created in NX4.0.0.
License requirements : None
frames | List of frames |
void NXOpen::Annotations::FcfFrameData::SetGeometricCharacteristic | ( | NXOpen::Annotations::GeometricCharacteristic | characteristic | ) |
Sets the geometric characteristic
Created in NX4.0.0.
License requirements : None
characteristic | New geometric characteristics |