OrientationRegionItemBuilderOrientationMethodTypes Enumeration

NXOpen.Features.ShipDesign.OrientationRegionItemBuilder.OrientationMethodTypes is an alias for NXOpen.Features.ShipDesign.OrientationRegionItemBuilderOrientationMethodTypes

class NXOpen.Features.ShipDesign.OrientationRegionItemBuilderOrientationMethodTypes

Bases: object

Settings to indicate how the web orientation is defined for this region.

Enum Members

Enum Member Enum Member Description
NormalToSurface The web of the profile is aligned normal to the placement surface. Optionally an angle from this normal can be specified.
Orthogonal The web of the profile is aligned along the closest orthogonal direction to the placement surface normal. Optionally an angle from this direction can be specified.
LinearTwist The web of the profile moves from a starting orientation to an ending orientation in a linear fashion.
CubicTwist The web of the profile moves from a starting orientation to an ending orientation in a cubic fashion.
AlongVector The web of the profile is aligned along the specified vector. Optionally an angle from this direction can be specified.
PlanarAtAngle The web of the profile is planar with respect to the defined direction. Optionally an angle from this direction can be specified.
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.