FemSynchronizeOptions Class¶
-
class
NXOpen.CAE.FemSynchronizeOptions¶ Bases:
NXOpen.TransientObjectRepresents the synchronize options to be used when a FEM part is created These options will be used to synchronize the specified entities from the master CAD part file to the FEM part file
To create a new instance of this class, use
NXOpen.CAE.FemPart.NewFemSynchronizeOptions()New in version NX4.0.0.
Properties¶
| Property | Description |
|---|---|
| SynchronizeArcsFlag | Returns or sets the synchronize arcs flag |
| SynchronizeConicsFlag | Returns or sets the synchronize conics flag |
| SynchronizeCoordinateSystemFlag | Returns or sets the synchronize coordinate system flag |
| SynchronizeLinesFlag | Returns or sets the synchronize lines flag |
| SynchronizePointsFlag | Returns or sets the synchronize points flag |
| SynchronizeSketchCurvesFlag | Returns or sets the synchronize sketch curves flag |
| SynchronizeSplinesFlag | Returns or sets the synchronize splines flag |
Methods¶
| Method | Description |
|---|---|
| Dispose | Destroys the object |
| SetAllSynchronizeFlags | Sets all the synchronize options to the given boolean value |
Property Detail¶
SynchronizeArcsFlag¶
-
FemSynchronizeOptions.SynchronizeArcsFlag¶ Returns or sets the synchronize arcs flag
-------------------------------------Getter Method
Signature
SynchronizeArcsFlagReturns: Return type: bool New in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SynchronizeArcsFlagParameters: synchronizeOption (bool) – New in version NX4.0.0.
License requirements: None.
SynchronizeConicsFlag¶
-
FemSynchronizeOptions.SynchronizeConicsFlag¶ Returns or sets the synchronize conics flag
-------------------------------------Getter Method
Signature
SynchronizeConicsFlagReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SynchronizeConicsFlagParameters: synchronizeOption (bool) – New in version NX7.5.0.
License requirements: None.
SynchronizeCoordinateSystemFlag¶
-
FemSynchronizeOptions.SynchronizeCoordinateSystemFlag¶ Returns or sets the synchronize coordinate system flag
-------------------------------------Getter Method
Signature
SynchronizeCoordinateSystemFlagReturns: Return type: bool New in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SynchronizeCoordinateSystemFlagParameters: synchronizeOption (bool) – New in version NX4.0.0.
License requirements: None.
SynchronizeLinesFlag¶
-
FemSynchronizeOptions.SynchronizeLinesFlag¶ Returns or sets the synchronize lines flag
-------------------------------------Getter Method
Signature
SynchronizeLinesFlagReturns: Return type: bool New in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SynchronizeLinesFlagParameters: synchronizeOption (bool) – New in version NX4.0.0.
License requirements: None.
SynchronizePointsFlag¶
-
FemSynchronizeOptions.SynchronizePointsFlag¶ Returns or sets the synchronize points flag
-------------------------------------Getter Method
Signature
SynchronizePointsFlagReturns: Return type: bool New in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SynchronizePointsFlagParameters: synchronizeOption (bool) – New in version NX4.0.0.
License requirements: None.
SynchronizeSketchCurvesFlag¶
-
FemSynchronizeOptions.SynchronizeSketchCurvesFlag¶ Returns or sets the synchronize sketch curves flag
-------------------------------------Getter Method
Signature
SynchronizeSketchCurvesFlagReturns: Return type: bool New in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SynchronizeSketchCurvesFlagParameters: synchronizeOption (bool) – New in version NX4.0.0.
License requirements: None.
SynchronizeSplinesFlag¶
-
FemSynchronizeOptions.SynchronizeSplinesFlag¶ Returns or sets the synchronize splines flag
-------------------------------------Getter Method
Signature
SynchronizeSplinesFlagReturns: Return type: bool New in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SynchronizeSplinesFlagParameters: synchronizeOption (bool) – New in version NX4.0.0.
License requirements: None.