FemSynchronizeOptions Class

class NXOpen.CAE.FemSynchronizeOptions

Bases: NXOpen.TransientObject

Represents 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 SynchronizeArcsFlag

Returns:
Return type:bool

New in version NX4.0.0.

License requirements: None.

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

Setter Method

Signature SynchronizeArcsFlag

Parameters:synchronizeOption (bool) –

New in version NX4.0.0.

License requirements: None.

SynchronizeConicsFlag

FemSynchronizeOptions.SynchronizeConicsFlag

Returns or sets the synchronize conics flag

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

Getter Method

Signature SynchronizeConicsFlag

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature SynchronizeConicsFlag

Parameters: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 SynchronizeCoordinateSystemFlag

Returns:
Return type:bool

New in version NX4.0.0.

License requirements: None.

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

Setter Method

Signature SynchronizeCoordinateSystemFlag

Parameters:synchronizeOption (bool) –

New in version NX4.0.0.

License requirements: None.

SynchronizeLinesFlag

FemSynchronizeOptions.SynchronizeLinesFlag

Returns or sets the synchronize lines flag

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

Getter Method

Signature SynchronizeLinesFlag

Returns:
Return type:bool

New in version NX4.0.0.

License requirements: None.

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

Setter Method

Signature SynchronizeLinesFlag

Parameters:synchronizeOption (bool) –

New in version NX4.0.0.

License requirements: None.

SynchronizePointsFlag

FemSynchronizeOptions.SynchronizePointsFlag

Returns or sets the synchronize points flag

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

Getter Method

Signature SynchronizePointsFlag

Returns:
Return type:bool

New in version NX4.0.0.

License requirements: None.

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

Setter Method

Signature SynchronizePointsFlag

Parameters: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 SynchronizeSketchCurvesFlag

Returns:
Return type:bool

New in version NX4.0.0.

License requirements: None.

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

Setter Method

Signature SynchronizeSketchCurvesFlag

Parameters:synchronizeOption (bool) –

New in version NX4.0.0.

License requirements: None.

SynchronizeSplinesFlag

FemSynchronizeOptions.SynchronizeSplinesFlag

Returns or sets the synchronize splines flag

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

Getter Method

Signature SynchronizeSplinesFlag

Returns:
Return type:bool

New in version NX4.0.0.

License requirements: None.

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

Setter Method

Signature SynchronizeSplinesFlag

Parameters:synchronizeOption (bool) –

New in version NX4.0.0.

License requirements: None.

Method Detail

Dispose

FemSynchronizeOptions.Dispose

Destroys the object

Signature Dispose()

New in version NX4.0.0.

License requirements: None.

SetAllSynchronizeFlags

FemSynchronizeOptions.SetAllSynchronizeFlags

Sets all the synchronize options to the given boolean value

Signature SetAllSynchronizeFlags(synchronizeOption)

Parameters:synchronizeOption (bool) –

New in version NX4.0.0.

License requirements: None.