FcfData Class¶
-
class
NXOpen.Annotations.FcfData¶ Bases:
NXOpen.TransientObjectRepresents FCF data
New in version NX4.0.0.
Methods¶
| Method | Description |
|---|---|
| Dispose | Frees the object from memory. |
| GetFrameData | Returns the FCF frames data. |
| GetSimpleDraftingAidPreferences | Returns the FCF preferences. |
| SetFrameData | Sets the FCF frames data. |
| SetSimpleDraftingAidPreferences | Sets the FCF preferences. |
Method Detail¶
Dispose¶
-
FcfData.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.
GetFrameData¶
-
FcfData.GetFrameData¶ Returns the FCF frames data.
Signature
GetFrameData()Returns: FCF frame data Return type: NXOpen.Annotations.FcfFrameDataNew in version NX4.0.0.
License requirements: None.
GetSimpleDraftingAidPreferences¶
-
FcfData.GetSimpleDraftingAidPreferences¶ Returns the FCF preferences.
Signature
GetSimpleDraftingAidPreferences()Returns: FCF preferences Return type: NXOpen.Annotations.SimpleDraftingAidPreferencesNew in version NX4.0.0.
License requirements: None.
SetFrameData¶
-
FcfData.SetFrameData¶ Sets the FCF frames data.
Signature
SetFrameData(frameData)Parameters: frameData ( NXOpen.Annotations.FcfFrameData) – New FCF frame dataNew in version NX4.0.0.
License requirements: None.
SetSimpleDraftingAidPreferences¶
-
FcfData.SetSimpleDraftingAidPreferences¶ Sets the FCF preferences.
Signature
SetSimpleDraftingAidPreferences(preferences)Parameters: preferences ( NXOpen.Annotations.SimpleDraftingAidPreferences) – New FCF preferencesNew in version NX4.0.0.
License requirements: None.