JogBuilderDimensionTypeOptions Enumeration

NXOpen.Features.SheetMetal.JogBuilder.DimensionTypeOptions is an alias for NXOpen.Features.SheetMetal.JogBuilderDimensionTypeOptions

class NXOpen.Features.SheetMetal.JogBuilderDimensionTypeOptions

Bases: object

the Dimension options for jog. This specifies whether the Jog’s depth must be measured from the plane to which the section is attached or from the

Enum Members

Enum Member Enum Member Description
Offset the actual depth will be depth plus the thickness of sheet.
Full the actual extent distance will be the value specified as depth.
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.