JoggleInputListItemBuilder Class

class NXOpen.Features.SheetMetal.JoggleInputListItemBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a Sheetmetal joggle input list item builder class.

This builder is used to interrogate the joggle inputitems in the list.

To create a new instance of this class, use NXOpen.Features.SheetMetal.JoggleBuilder.CreateJoggleInputListItem()

New in version NX11.0.0.

Properties

Property Description
Depth Returns the depth
Faces Returns the faces
ReverseDirection Returns or sets the reverse direction
Tag Returns the Tag for this object.

Methods

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

Property Detail

Depth

JoggleInputListItemBuilder.Depth

Returns the depth

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

Getter Method

Signature Depth

Returns:
Return type:NXOpen.Expression

New in version NX11.0.0.

License requirements: adv_sheet_metal_dsgn (“ADVANCED SHEET METAL DESIGN”)

Faces

JoggleInputListItemBuilder.Faces

Returns the faces

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

Getter Method

Signature Faces

Returns:
Return type:NXOpen.ScCollector

New in version NX11.0.0.

License requirements: adv_sheet_metal_dsgn (“ADVANCED SHEET METAL DESIGN”)

ReverseDirection

JoggleInputListItemBuilder.ReverseDirection

Returns or sets the reverse direction

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

Getter Method

Signature ReverseDirection

Returns:
Return type:bool

New in version NX11.0.0.

License requirements: None.

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

Setter Method

Signature ReverseDirection

Parameters:reverseDirection (bool) –

New in version NX11.0.0.

License requirements: adv_sheet_metal_dsgn (“ADVANCED SHEET METAL DESIGN”)

Method Detail

Validate

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