SheetmetalBendParameters Struct

class NXOpen.Features.SheetMetal.SheetmetalBendParameters

Bases: object

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

. Constructor: NXOpen.Features.SheetMetal.SheetmetalBendParameters()

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

Field Value Type:float

NeutralFactor

SheetmetalBendParameters.NeutralFactor

Neutral factor value.

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

Field Value Type:float

BendAngle

SheetmetalBendParameters.BendAngle

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

Field Value Type:float

BendState

SheetmetalBendParameters.BendState

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

Field Value Type:NXOpen.Features.SheetMetal.SheetmetalBendState