FcfFrameData Class

class NXOpen.Annotations.FcfFrameData

Bases: NXOpen.TransientObject

Represents FCF frames data

New in version NX4.0.0.

Properties

Property Description
GeometricCharacteristic Returns or sets the geometric characteristic

Methods

Method Description
Dispose Frees the object from memory.
GetFrames Returns the frames
SetFrames Sets the frames

Property Detail

GeometricCharacteristic

FcfFrameData.GeometricCharacteristic

Returns or sets the geometric characteristic

-------------------------------------

Getter Method

Signature GeometricCharacteristic

Returns:Geometric characteristics
Return type:NXOpen.Annotations.GeometricCharacteristic

New in version NX4.0.0.

Deprecated since version NX10.0.0: Use NXOpen.Annotations.FeatureControlFrameBuilder.Characteristic`() instead.

License requirements: None.

-------------------------------------

Setter Method

Signature GeometricCharacteristic

Parameters:characteristic (NXOpen.Annotations.GeometricCharacteristic) – New geometric characteristics

New in version NX4.0.0.

Deprecated since version NX10.0.0: Use NXOpen.Annotations.FeatureControlFrameBuilder.Characteristic`() instead.

License requirements: None.

Method Detail

Dispose

FcfFrameData.Dispose

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.

Signature Dispose()

New in version NX4.0.0.

License requirements: None.

GetFrames

FcfFrameData.GetFrames

Returns the frames

Signature GetFrames()

Returns:List of frames
Return type:list of NXOpen.Annotations.FcfFrame

New in version NX4.0.0.

Deprecated since version NX10.0.0: Use NXOpen.Annotations.FeatureControlFrameBuilder.FeatureControlFrameDataList() instead.

License requirements: None.

SetFrames

FcfFrameData.SetFrames

Sets the frames

Signature SetFrames(frames)

Parameters:frames (list of NXOpen.Annotations.FcfFrame) – List of frames

New in version NX4.0.0.

Deprecated since version NX10.0.0: Use NXOpen.Annotations.FeatureControlFrameBuilder.FeatureControlFrameDataList() instead.

License requirements: None.