RollingLineBuilderConstructionMethodTypes Enumeration

NXOpen.Features.ShipDesign.RollingLineBuilder.ConstructionMethodTypes is an alias for NXOpen.Features.ShipDesign.RollingLineBuilderConstructionMethodTypes

class NXOpen.Features.ShipDesign.RollingLineBuilderConstructionMethodTypes

Bases: object

The option to specify the method for creation of the pressure line.

Enum Members

Enum Member Enum Member Description
MarchingAngle Use an initial value method and march along the varying normals at each subsequent location.
MarchingCurvature Use an initial value method and march along the varying normals at each subsequent location adjusting the final direction by the sheet curvature.
ParallelPlane Use a parallel plane approach to develop the pressure line.
MinimumCurvature Use an initial value method and march along the minimum curvature at each subsequent location.
MaximumCurvature Use an initial value method and march along the maximum curvature at each subsequent location.
Highlight Use an initial value method and march along the highlight (zero degree isocline) at each subsequent location.
Asymptote Use an initial value method and march along and create the asymptotic lines. Valid for a surface location that generates a hyperbole or parabola.
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.