OrientationPointMethodsBuilderPointMethodTypes Enumeration

NXOpen.Features.ShipDesign.OrientationPointMethodsBuilder.PointMethodTypes is an alias for NXOpen.Features.ShipDesign.OrientationPointMethodsBuilderPointMethodTypes

class NXOpen.Features.ShipDesign.OrientationPointMethodsBuilderPointMethodTypes

Bases: object

Settings to indicate how the boundary is defined.

Enum Members

Enum Member Enum Member Description
ByPoint The boundary is defined by a location on the landing curve closest to a specified point.
ByDistance The boundary is defined by a distance from a reference object.
FromStart The boundary is defined by a distance from the start of the landing curve.
FromEnd The boundary is defined by a distance from the end of the landing curve.
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.