FeatureBendPropertiesBuilder Class

class NXOpen.Features.SheetMetal.FeatureBendPropertiesBuilder

Bases: NXOpen.Features.SheetMetal.SheetmetalComponentBuilder

Represents a Sheetmetal Feature bend properties builder class.

This builder is used to interrogate the feature properties in the list. To create a new instance of this class, use NXOpen.Features.SheetMetal.FeatureBendPropertiesListBuilder.CreateFeatureProperties()

New in version NX12.0.0.

Properties

Property Description
BendOptions Returns the Sheet Metal Bend Options
Tag Returns the Tag for this object.
Value Returns the offset

Methods

Method Description
GetApplicationContext Get the application context.
SetApplicationContext Set the application context.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

BendOptions

FeatureBendPropertiesBuilder.BendOptions

Returns the Sheet Metal Bend Options

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

Getter Method

Signature BendOptions

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

New in version NX12.0.0.

License requirements: None.

Value

FeatureBendPropertiesBuilder.Value

Returns the offset

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

Getter Method

Signature Value

Returns:
Return type:NXOpen.Expression

New in version NX12.0.0.

License requirements: None.

Method Detail

Validate

FeatureBendPropertiesBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.