JoggleSideOptionsBuilder Class

class NXOpen.Features.SheetMetal.JoggleSideOptionsBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a Sheetmetal Joggle side Options class.

New in version NX11.0.0.

Properties

Property Description
Clearance Returns the clearance
OffsetRadius Returns the offset radius
Runout Returns the runout
StationaryRadius Returns the stationary radius
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

Clearance

JoggleSideOptionsBuilder.Clearance

Returns the clearance

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

Getter Method

Signature Clearance

Returns:
Return type:NXOpen.Expression

New in version NX11.0.0.

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

OffsetRadius

JoggleSideOptionsBuilder.OffsetRadius

Returns the offset radius

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

Getter Method

Signature OffsetRadius

Returns:
Return type:NXOpen.Expression

New in version NX11.0.0.

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

Runout

JoggleSideOptionsBuilder.Runout

Returns the runout

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

Getter Method

Signature Runout

Returns:
Return type:NXOpen.Expression

New in version NX11.0.0.

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

StationaryRadius

JoggleSideOptionsBuilder.StationaryRadius

Returns the stationary radius

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

Getter Method

Signature StationaryRadius

Returns:
Return type:NXOpen.Expression

New in version NX11.0.0.

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

Method Detail

Validate

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