RollingLineBuilderTypes Enumeration

NXOpen.Features.ShipDesign.RollingLineBuilder.Types is an alias for NXOpen.Features.ShipDesign.RollingLineBuilderTypes

class NXOpen.Features.ShipDesign.RollingLineBuilderTypes

Bases: object

The option for the type of manufacturing operation to be performed on the sheet to form it.

Enum Members

Enum Member Enum Member Description
Manual Creates a single line on the surface where the maximum force is to be applied.
Pressure Create multiple lines on the surface where the tangential for each line is constant on intersecting plane sections.
Geodesic Create a single geodesic line on the surface.
SteppedPressure Create a saw tooth set of curves on the surface where the tangential for each line is constant on intersecting plane sections.
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.