EndCutBuilderLimitTypes Enumeration

NXOpen.Features.ShipDesign.EndCutBuilder.LimitTypes is an alias for NXOpen.Features.ShipDesign.EndCutBuilderLimitTypes

class NXOpen.Features.ShipDesign.EndCutBuilderLimitTypes

Bases: object

This enum defines the different ways users can trim the ends of a profile or a plate.

Enum Members

Enum Member Enum Member Description
Value If this Limit Type is set, the values of Tilt Angle and Shear Angle expressions will be used.
Plane If this Limit Type is set, a Plane needs to be specified and the Tilt and Shear angles will be inferred from the intersection of Datum Plane with the body on which EndCut will be applied.
NeatTrim If this Limit Type is set, a datum plane feature, a face or a profile/plate body needs to be selected and the endcut will be trimmed to the selected geometry.
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.