SheetmetalBendParameters Struct

class NXOpen.Features.SheetMetal.SheetmetalBendParameters

Bases: object

This structure contains the bend parameters for a Sheet Metal bend area.

Fields

Field Description
InnerRadius Inner Bend Radius.
NeutralFactor Neutral factor value.
BendAngle Bend Angle
BendState Bend Face is flat or bent

InnerRadius

SheetmetalBendParameters.InnerRadius

Inner Bend Radius.

This works only for cylidrical bend faces. Other faces return 0.0 -------------------------------------

Getter Method Signature InnerRadius()

Returns:
Return type:float

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

Setter Method

Signature InnerRadius(value)

Parameters:value (float) –

NeutralFactor

SheetmetalBendParameters.NeutralFactor

Neutral factor value.

If the flange is controlled by bend tables, then this is table value converted to neutral factor. -------------------------------------

Getter Method Signature NeutralFactor()

Returns:
Return type:float

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

Setter Method

Signature NeutralFactor(value)

Parameters:value (float) –

BendAngle

SheetmetalBendParameters.BendAngle

Bend Angle -------------------------------------

Getter Method Signature BendAngle()

Returns:
Return type:float

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

Setter Method

Signature BendAngle(value)

Parameters:value (float) –

BendState

SheetmetalBendParameters.BendState

Bend Face is flat or bent -------------------------------------

Getter Method Signature BendState()

Returns:
Return type:NXOpen.Features.SheetMetal.SheetmetalBendState

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

Setter Method

Signature BendState(value)

Parameters:value (NXOpen.Features.SheetMetal.SheetmetalBendState) –