SessionNXGateway Class¶
-
class
NXOpen.Preferences.SessionNXGateway¶ Bases:
objectRepresents the set of NXGateway Preferences applicable to entire session
To obtain an instance of this class, refer to
NXOpen.Preferences.SessionPreferencesNew 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
AngularToleranceReturns: Return type: float New in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AngularToleranceParameters: 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
AttachFidelityCheckDataReturns: Return type: bool New in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AttachFidelityCheckDataParameters: 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
AutomaticallyCheckItemRevisionsReturns: Return type: bool New in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AutomaticallyCheckItemRevisionsParameters: 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
HealGeometryOnImportReturns: Return type: bool New in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
HealGeometryOnImportParameters: 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
IgnoreUpdateOfIdenticalVersionsReturns: Return type: bool New in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IgnoreUpdateOfIdenticalVersionsParameters: 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
LoadConstructionGeometryReturns: Return type: bool New in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LoadConstructionGeometryParameters: 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
LoadProductManufacturingInformationReturns: Return type: bool New in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LoadProductManufacturingInformationParameters: 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
LoadSolidEdgeAssemblyFeaturesReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LoadSolidEdgeAssemblyFeaturesParameters: 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
LoadSolidEdgeConstructionGeometryReturns: Return type: bool New in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LoadSolidEdgeConstructionGeometryParameters: 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
LoadSolidEdgeProductManufacturingInformationReturns: Return type: bool New in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LoadSolidEdgeProductManufacturingInformationParameters: 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
MinimumSmallEdgeLengthReturns: Return type: float New in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MinimumSmallEdgeLengthParameters: 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
OnlyImportDesignPartsReturns: Return type: bool New in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OnlyImportDesignPartsParameters: 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
PerformFidelityCheckOnImportReturns: Return type: bool New in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PerformFidelityCheckOnImportParameters: 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
PreserveNominalGeometryReturns: Return type: bool New in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PreserveNominalGeometryParameters: 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
ReferenceGeometryImportColorReturns: Return type: int New in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReferenceGeometryImportColorParameters: 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
ReferenceGeometryImportLayerReturns: Return type: int New in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReferenceGeometryImportLayerParameters: 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
RemoveDiscontinuityReturns: Return type: bool New in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RemoveDiscontinuityParameters: 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
RemoveSelfIntersectionsReturns: Return type: bool New in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RemoveSelfIntersectionsParameters: 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
RemoveSmallEdgesReturns: Return type: bool New in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RemoveSmallEdgesParameters: 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
RepairToleranceReturns: Return type: float New in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RepairToleranceParameters: 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
RetainFidelityCheckingInformationReturns: Return type: bool New in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RetainFidelityCheckingInformationParameters: 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
SaveComponentPartFilesDuringLoadReturns: Return type: bool New in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SaveComponentPartFilesDuringLoadParameters: 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
SuppressSurfaceModificationReturns: Return type: bool New in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SuppressSurfaceModificationParameters: 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
ToleranceReturns: Return type: float New in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ToleranceParameters: 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
UseRepairToleranceReturns: Return type: bool New in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
UseRepairToleranceParameters: 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
WireframeGeometryImportColorReturns: Return type: int New in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
WireframeGeometryImportColorParameters: 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
WireframeGeometryImportLayerReturns: Return type: int New in version NX3.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
WireframeGeometryImportLayerParameters: wireframeGeometryImportLayer (int) – New in version NX3.0.0.
License requirements: None.