FcfFrameData Class¶
-
class
NXOpen.Annotations.FcfFrameData¶ Bases:
NXOpen.TransientObjectRepresents 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
GeometricCharacteristicReturns: Geometric characteristics Return type: NXOpen.Annotations.GeometricCharacteristicNew in version NX4.0.0.
Deprecated since version NX10.0.0: Use
NXOpen.Annotations.FeatureControlFrameBuilder.Characteristic`()instead.License requirements: None.
-------------------------------------Setter Method
Signature
GeometricCharacteristicParameters: characteristic ( NXOpen.Annotations.GeometricCharacteristic) – New geometric characteristicsNew 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.FcfFrameNew 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 framesNew in version NX4.0.0.
Deprecated since version NX10.0.0: Use
NXOpen.Annotations.FeatureControlFrameBuilder.FeatureControlFrameDataList()instead.License requirements: None.