RollingLineBuilderStartEvaluationTypes Enumeration

NXOpen.Features.ShipDesign.RollingLineBuilder.StartEvaluationTypes is an alias for NXOpen.Features.ShipDesign.RollingLineBuilderStartEvaluationTypes

class NXOpen.Features.ShipDesign.RollingLineBuilderStartEvaluationTypes

Bases: object

The option for how the starting point for the evaluation of the sheet is to be created if it is not given.

Enum Members

Enum Member Enum Member Description
SheetMidpoint Use the midpoint of the sheet as the seed point for evaluation.
PointOnFace Use a point on the selected face to start the evaluation.
NewPoint Use the newly created, or specified, point as the seed point to start the evaluation.
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.