PartAeroSheetmetal Class

class NXOpen.Preferences.PartAeroSheetmetal

Bases: object

Represents the NX Sheetmetal preferences applicable to part

Preferences are in control of the part. They can not be created but can only be changed.

New in version NX4.0.0.

Methods

Method Description
GetJoggleDepthThreshold RETURNS the joggle depth threshold expression
GetJoggleDistanceThreshold RETURNS the joggle distance threshold expression
GetJoggleOffsetRadius RETURNS the joggle offset radius expression
GetJoggleStationaryRadius RETURNS the joggle stationary radius expression
SetJoggleDepthThreshold THE joggle depth threshold value
SetJoggleDistanceThreshold THE joggle distance threshold value
SetJoggleOffsetRadius The joggle offset radius value
SetJoggleStationaryRadius THE joggle stationary radius value string

Method Detail

GetJoggleDepthThreshold

PartAeroSheetmetal.GetJoggleDepthThreshold

RETURNS the joggle depth threshold expression

Signature GetJoggleDepthThreshold()

Returns:expression object for joggle depth threshold
Return type:NXOpen.Expression

New in version NX4.0.0.

License requirements: aero_sheet_metal (“Aerospace Sheet Metal”) OR adv_sheet_metal_dsgn (“ADVANCED SHEET METAL DESIGN”)

GetJoggleDistanceThreshold

PartAeroSheetmetal.GetJoggleDistanceThreshold

RETURNS the joggle distance threshold expression

Signature GetJoggleDistanceThreshold()

Returns:expression object for joggle distance threshold
Return type:NXOpen.Expression

New in version NX4.0.0.

License requirements: aero_sheet_metal (“Aerospace Sheet Metal”) OR adv_sheet_metal_dsgn (“ADVANCED SHEET METAL DESIGN”)

GetJoggleOffsetRadius

PartAeroSheetmetal.GetJoggleOffsetRadius

RETURNS the joggle offset radius expression

Signature GetJoggleOffsetRadius()

Returns:expression object for joggle offset radius
Return type:NXOpen.Expression

New in version NX4.0.0.

License requirements: aero_sheet_metal (“Aerospace Sheet Metal”) OR adv_sheet_metal_dsgn (“ADVANCED SHEET METAL DESIGN”)

GetJoggleStationaryRadius

PartAeroSheetmetal.GetJoggleStationaryRadius

RETURNS the joggle stationary radius expression

Signature GetJoggleStationaryRadius()

Returns:expression object for joggle stationary radius
Return type:NXOpen.Expression

New in version NX4.0.0.

License requirements: aero_sheet_metal (“Aerospace Sheet Metal”) OR adv_sheet_metal_dsgn (“ADVANCED SHEET METAL DESIGN”)

SetJoggleDepthThreshold

PartAeroSheetmetal.SetJoggleDepthThreshold

THE joggle depth threshold value

Signature SetJoggleDepthThreshold(updateModel, depthThreshold)

Parameters:
  • updateModel (bool) – Specifies whether the solid model be recomputed immediately
  • depthThreshold (str) – default joggle depth threshold value

New in version NX4.0.0.

License requirements: aero_sheet_metal (“Aerospace Sheet Metal”) OR adv_sheet_metal_dsgn (“ADVANCED SHEET METAL DESIGN”)

SetJoggleDistanceThreshold

PartAeroSheetmetal.SetJoggleDistanceThreshold

THE joggle distance threshold value

Signature SetJoggleDistanceThreshold(updateModel, distanceThreshold)

Parameters:
  • updateModel (bool) – Specifies whether the solid model be recomputed immediately
  • distanceThreshold (str) – default joggle depth threshold value

New in version NX4.0.0.

License requirements: aero_sheet_metal (“Aerospace Sheet Metal”) OR adv_sheet_metal_dsgn (“ADVANCED SHEET METAL DESIGN”)

SetJoggleOffsetRadius

PartAeroSheetmetal.SetJoggleOffsetRadius

The joggle offset radius value

Signature SetJoggleOffsetRadius(updateModel, offsetRadius)

Parameters:
  • updateModel (bool) – Specifies whether the solid model be recomputed immediately
  • offsetRadius (str) – default joggle offset radius value

New in version NX4.0.0.

License requirements: aero_sheet_metal (“Aerospace Sheet Metal”) OR adv_sheet_metal_dsgn (“ADVANCED SHEET METAL DESIGN”)

SetJoggleStationaryRadius

PartAeroSheetmetal.SetJoggleStationaryRadius

THE joggle stationary radius value string

Signature SetJoggleStationaryRadius(updateModel, stationaryRadius)

Parameters:
  • updateModel (bool) – Specifies whether the solid model be recomputed immediately
  • stationaryRadius (str) – default joggle stationary radius value

New in version NX4.0.0.

License requirements: aero_sheet_metal (“Aerospace Sheet Metal”) OR adv_sheet_metal_dsgn (“ADVANCED SHEET METAL DESIGN”)