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

Represents FCF frames data
Created in NX4.0.0. More...

Inheritance diagram for NXOpen::Annotations::FcfFrameData:
NXOpen::TransientObject

Public Member Functions

NXOpen::Annotations::GeometricCharacteristic GeometricCharacteristic ()
 Returns the geometric characteristic
More...
 
std::vector
< NXOpen::Annotations::FcfFrame * > 
GetFrames ()
 Returns the frames. More...
 
void SetFrames (const std::vector< NXOpen::Annotations::FcfFrame * > &frames)
 Sets the frames
More...
 
void SetGeometricCharacteristic (NXOpen::Annotations::GeometricCharacteristic characteristic)
 Sets the geometric characteristic
More...
 
virtual ~FcfFrameData ()
 Frees the object from memory. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents FCF frames data
Created in NX4.0.0.


Constructor & Destructor Documentation

virtual NXOpen::Annotations::FcfFrameData::~FcfFrameData ( )
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

Member Function Documentation

NXOpen::Annotations::GeometricCharacteristic NXOpen::Annotations::FcfFrameData::GeometricCharacteristic ( )

Returns the geometric characteristic

Deprecated:
Deprecated in NX10.0.0.

Use NXOpen::Annotations::FeatureControlFrameBuilder::Characteristic and NXOpen::Annotations::FeatureControlFrameBuilder::SetCharacteristic instead.


Created in NX4.0.0.

License requirements : None

std::vector<NXOpen::Annotations::FcfFrame *> NXOpen::Annotations::FcfFrameData::GetFrames ( )

Returns the frames.

Returns
List of frames
Deprecated:
Deprecated in NX10.0.0. Use NXOpen::Annotations::FeatureControlFrameBuilder::FeatureControlFrameDataList instead.


Created in NX4.0.0.

License requirements : None

void NXOpen::Annotations::FcfFrameData::SetFrames ( const std::vector< NXOpen::Annotations::FcfFrame * > &  frames)

Sets the frames

Deprecated:
Deprecated in NX10.0.0.

Use NXOpen::Annotations::FeatureControlFrameBuilder::FeatureControlFrameDataList instead.


Created in NX4.0.0.

License requirements : None

Parameters
framesList of frames
void NXOpen::Annotations::FcfFrameData::SetGeometricCharacteristic ( NXOpen::Annotations::GeometricCharacteristic  characteristic)

Sets the geometric characteristic

Deprecated:
Deprecated in NX10.0.0.

Use NXOpen::Annotations::FeatureControlFrameBuilder::Characteristic and NXOpen::Annotations::FeatureControlFrameBuilder::SetCharacteristic instead.


Created in NX4.0.0.

License requirements : None

Parameters
characteristicNew geometric characteristics

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