SessionNXGateway Class

class NXOpen.Preferences.SessionNXGateway

Bases: object

Represents the set of NXGateway Preferences applicable to entire session

To obtain an instance of this class, refer to NXOpen.Preferences.SessionPreferences

New in version NX3.0.0.

Properties

Property Description
AngularTolerance Returns or sets the angular tolerance.
AttachFidelityCheckData Returns or sets the attach FC data flag for I-DEAS gateway
AutomaticallyCheckItemRevisions Returns or sets the automatically checking of items revision flag for I-DEAS import
HealGeometryOnImport Returns or sets the heal geometry on import flag for I-DEAS import
IgnoreUpdateOfIdenticalVersions Returns or sets the ignore update of identical versions flag for I-DEAS
LoadConstructionGeometry Returns or sets the load construction geometry flag for I-DEAS
LoadProductManufacturingInformation Returns or sets the load product manufacturing information flag for I-DEAS
LoadSolidEdgeAssemblyFeatures Returns or sets the Assembly-level features flag for Solid Edge
LoadSolidEdgeConstructionGeometry Returns or sets the load construction geometry flag for Solid Edge
LoadSolidEdgeProductManufacturingInformation Returns or sets the load product manufacturing information flag for Solid Edge
MinimumSmallEdgeLength Returns or sets the minimum small edge length.
OnlyImportDesignParts Returns or sets the only import design parts flag for Solid Edge.
PerformFidelityCheckOnImport Returns or sets the perform fidelity check on import flag for I-DEAS
PreserveNominalGeometry Returns or sets the preserve nominal geometry flag.
ReferenceGeometryImportColor Returns or sets the reference geometry import color for I-DEAS
ReferenceGeometryImportLayer Returns or sets the reference geometry import layer for I-DEAS
RemoveDiscontinuity Returns or sets the remove discontinuity flag.
RemoveSelfIntersections Returns or sets the remove self intersection flag.
RemoveSmallEdges Returns or sets the remove small edges flag.
RepairTolerance Returns or sets the repair tolerance.
RetainFidelityCheckingInformation Returns or sets the retain fidelity checking information flag for I-DEAS
SaveComponentPartFilesDuringLoad Returns or sets the save component part files flag during load for I-DEAS
SuppressSurfaceModification Returns or sets the suppress surface modification flag.
Tolerance Returns or sets the tolerance.
UseRepairTolerance Returns or sets the use repair tolerance flag.
WireframeGeometryImportColor Returns or sets the wireframe geometry import color for I-DEAS
WireframeGeometryImportLayer Returns or sets the wireframe geometry import layer for I-DEAS

Methods

Property Detail

AngularTolerance

SessionNXGateway.AngularTolerance

Returns or sets the angular tolerance.

One of the heal geometry option for I-DEAS import

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

Getter Method

Signature AngularTolerance

Returns:
Return type:float

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature AngularTolerance

Parameters:angularTolerance (float) –

New in version NX3.0.0.

License requirements: None.

AttachFidelityCheckData

SessionNXGateway.AttachFidelityCheckData

Returns or sets the attach FC data flag for I-DEAS gateway

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

Getter Method

Signature AttachFidelityCheckData

Returns:
Return type:bool

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature AttachFidelityCheckData

Parameters:attachFidelityCheckData (bool) –

New in version NX3.0.0.

License requirements: None.

AutomaticallyCheckItemRevisions

SessionNXGateway.AutomaticallyCheckItemRevisions

Returns or sets the automatically checking of items revision flag for I-DEAS import

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

Getter Method

Signature AutomaticallyCheckItemRevisions

Returns:
Return type:bool

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature AutomaticallyCheckItemRevisions

Parameters:automaticallyCheckItemRevisions (bool) –

New in version NX3.0.0.

License requirements: None.

HealGeometryOnImport

SessionNXGateway.HealGeometryOnImport

Returns or sets the heal geometry on import flag for I-DEAS import

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

Getter Method

Signature HealGeometryOnImport

Returns:
Return type:bool

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature HealGeometryOnImport

Parameters:healGeometryOnImport (bool) –

New in version NX3.0.0.

License requirements: None.

IgnoreUpdateOfIdenticalVersions

SessionNXGateway.IgnoreUpdateOfIdenticalVersions

Returns or sets the ignore update of identical versions flag for I-DEAS

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

Getter Method

Signature IgnoreUpdateOfIdenticalVersions

Returns:
Return type:bool

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature IgnoreUpdateOfIdenticalVersions

Parameters:ignoreUpdateOfIdenticalVersions (bool) –

New in version NX3.0.0.

License requirements: None.

LoadConstructionGeometry

SessionNXGateway.LoadConstructionGeometry

Returns or sets the load construction geometry flag for I-DEAS

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

Getter Method

Signature LoadConstructionGeometry

Returns:
Return type:bool

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature LoadConstructionGeometry

Parameters:loadConstructionGeometry (bool) –

New in version NX3.0.0.

License requirements: None.

LoadProductManufacturingInformation

SessionNXGateway.LoadProductManufacturingInformation

Returns or sets the load product manufacturing information flag for I-DEAS

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

Getter Method

Signature LoadProductManufacturingInformation

Returns:
Return type:bool

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature LoadProductManufacturingInformation

Parameters:loadProductManufacturingInformation (bool) –

New in version NX3.0.0.

License requirements: None.

LoadSolidEdgeAssemblyFeatures

SessionNXGateway.LoadSolidEdgeAssemblyFeatures

Returns or sets the Assembly-level features flag for Solid Edge

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

Getter Method

Signature LoadSolidEdgeAssemblyFeatures

Returns:
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature LoadSolidEdgeAssemblyFeatures

Parameters:loadAssemblyFeatures (bool) –

New in version NX7.5.0.

License requirements: None.

LoadSolidEdgeConstructionGeometry

SessionNXGateway.LoadSolidEdgeConstructionGeometry

Returns or sets the load construction geometry flag for Solid Edge

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

Getter Method

Signature LoadSolidEdgeConstructionGeometry

Returns:
Return type:bool

New in version NX4.0.0.

License requirements: None.

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

Setter Method

Signature LoadSolidEdgeConstructionGeometry

Parameters:loadConstructionGeometry (bool) –

New in version NX4.0.0.

License requirements: None.

LoadSolidEdgeProductManufacturingInformation

SessionNXGateway.LoadSolidEdgeProductManufacturingInformation

Returns or sets the load product manufacturing information flag for Solid Edge

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

Getter Method

Signature LoadSolidEdgeProductManufacturingInformation

Returns:
Return type:bool

New in version NX4.0.0.

License requirements: None.

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

Setter Method

Signature LoadSolidEdgeProductManufacturingInformation

Parameters:loadProductManufacturingInformation (bool) –

New in version NX4.0.0.

License requirements: None.

MinimumSmallEdgeLength

SessionNXGateway.MinimumSmallEdgeLength

Returns or sets the minimum small edge length.

One of the heal geometry option for I-DEAS import

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

Getter Method

Signature MinimumSmallEdgeLength

Returns:
Return type:float

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature MinimumSmallEdgeLength

Parameters:minimumSmallEdgeLength (float) –

New in version NX3.0.0.

License requirements: None.

OnlyImportDesignParts

SessionNXGateway.OnlyImportDesignParts

Returns or sets the only import design parts flag for Solid Edge.

It is under Solid Edge Gateway preferences

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

Getter Method

Signature OnlyImportDesignParts

Returns:
Return type:bool

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature OnlyImportDesignParts

Parameters:onlyImportDesignParts (bool) –

New in version NX3.0.0.

License requirements: None.

PerformFidelityCheckOnImport

SessionNXGateway.PerformFidelityCheckOnImport

Returns or sets the perform fidelity check on import flag for I-DEAS

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

Getter Method

Signature PerformFidelityCheckOnImport

Returns:
Return type:bool

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature PerformFidelityCheckOnImport

Parameters:performFidelityCheckOnImport (bool) –

New in version NX3.0.0.

License requirements: None.

PreserveNominalGeometry

SessionNXGateway.PreserveNominalGeometry

Returns or sets the preserve nominal geometry flag.

One of the heal geometry option for I-DEAS import

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

Getter Method

Signature PreserveNominalGeometry

Returns:
Return type:bool

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature PreserveNominalGeometry

Parameters:preserveNominalGeometry (bool) –

New in version NX3.0.0.

License requirements: None.

ReferenceGeometryImportColor

SessionNXGateway.ReferenceGeometryImportColor

Returns or sets the reference geometry import color for I-DEAS

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

Getter Method

Signature ReferenceGeometryImportColor

Returns:
Return type:int

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature ReferenceGeometryImportColor

Parameters:referenceGeometryImportColor (int) –

New in version NX3.0.0.

License requirements: None.

ReferenceGeometryImportLayer

SessionNXGateway.ReferenceGeometryImportLayer

Returns or sets the reference geometry import layer for I-DEAS

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

Getter Method

Signature ReferenceGeometryImportLayer

Returns:
Return type:int

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature ReferenceGeometryImportLayer

Parameters:referenceGeometryImportLayer (int) –

New in version NX3.0.0.

License requirements: None.

RemoveDiscontinuity

SessionNXGateway.RemoveDiscontinuity

Returns or sets the remove discontinuity flag.

One of the heal geometry option for I-DEAS import

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

Getter Method

Signature RemoveDiscontinuity

Returns:
Return type:bool

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature RemoveDiscontinuity

Parameters:removeDiscontinuity (bool) –

New in version NX3.0.0.

License requirements: None.

RemoveSelfIntersections

SessionNXGateway.RemoveSelfIntersections

Returns or sets the remove self intersection flag.

One of the heal geometry option for I-DEAS import

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

Getter Method

Signature RemoveSelfIntersections

Returns:
Return type:bool

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature RemoveSelfIntersections

Parameters:removeSelfIntersections (bool) –

New in version NX3.0.0.

License requirements: None.

RemoveSmallEdges

SessionNXGateway.RemoveSmallEdges

Returns or sets the remove small edges flag.

One of the heal geometry option for I-DEAS import

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

Getter Method

Signature RemoveSmallEdges

Returns:
Return type:bool

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature RemoveSmallEdges

Parameters:removeSmallEdges (bool) –

New in version NX3.0.0.

License requirements: None.

RepairTolerance

SessionNXGateway.RepairTolerance

Returns or sets the repair tolerance.

One of the heal geometry option for I-DEAS import

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

Getter Method

Signature RepairTolerance

Returns:
Return type:float

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature RepairTolerance

Parameters:repairTolerance (float) –

New in version NX3.0.0.

License requirements: None.

RetainFidelityCheckingInformation

SessionNXGateway.RetainFidelityCheckingInformation

Returns or sets the retain fidelity checking information flag for I-DEAS

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

Getter Method

Signature RetainFidelityCheckingInformation

Returns:
Return type:bool

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature RetainFidelityCheckingInformation

Parameters:retainFidelityCheckingInformation (bool) –

New in version NX3.0.0.

License requirements: None.

SaveComponentPartFilesDuringLoad

SessionNXGateway.SaveComponentPartFilesDuringLoad

Returns or sets the save component part files flag during load for I-DEAS

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

Getter Method

Signature SaveComponentPartFilesDuringLoad

Returns:
Return type:bool

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature SaveComponentPartFilesDuringLoad

Parameters:saveComponentPartFilesDuringLoad (bool) –

New in version NX3.0.0.

License requirements: None.

SuppressSurfaceModification

SessionNXGateway.SuppressSurfaceModification

Returns or sets the suppress surface modification flag.

One of the heal geometry option for I-DEAS import

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

Getter Method

Signature SuppressSurfaceModification

Returns:
Return type:bool

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature SuppressSurfaceModification

Parameters:suppressSurfaceModification (bool) –

New in version NX3.0.0.

License requirements: None.

Tolerance

SessionNXGateway.Tolerance

Returns or sets the tolerance.

One of the heal geometry option for I-DEAS import

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

Getter Method

Signature Tolerance

Returns:
Return type:float

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature Tolerance

Parameters:tolerance (float) –

New in version NX3.0.0.

License requirements: None.

UseRepairTolerance

SessionNXGateway.UseRepairTolerance

Returns or sets the use repair tolerance flag.

One of the heal geometry option for I-DEAS import

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

Getter Method

Signature UseRepairTolerance

Returns:
Return type:bool

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature UseRepairTolerance

Parameters:useRepairTolerance (bool) –

New in version NX3.0.0.

License requirements: None.

WireframeGeometryImportColor

SessionNXGateway.WireframeGeometryImportColor

Returns or sets the wireframe geometry import color for I-DEAS

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

Getter Method

Signature WireframeGeometryImportColor

Returns:
Return type:int

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature WireframeGeometryImportColor

Parameters:wireframeGeometryImportColor (int) –

New in version NX3.0.0.

License requirements: None.

WireframeGeometryImportLayer

SessionNXGateway.WireframeGeometryImportLayer

Returns or sets the wireframe geometry import layer for I-DEAS

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

Getter Method

Signature WireframeGeometryImportLayer

Returns:
Return type:int

New in version NX3.0.0.

License requirements: None.

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

Setter Method

Signature WireframeGeometryImportLayer

Parameters:wireframeGeometryImportLayer (int) –

New in version NX3.0.0.

License requirements: None.