EndCutBuilderConnectionTypes Enumeration

NXOpen.Features.ShipDesign.EndCutBuilder.ConnectionTypes is an alias for NXOpen.Features.ShipDesign.EndCutBuilderConnectionTypes

class NXOpen.Features.ShipDesign.EndCutBuilderConnectionTypes

Bases: object

This enum defines the different ways a limiting geometry can connect to the endcut face. This value can be used in rules to control the available section types for the flange, web or toe cuts. These values are applicable only when the Limit Type is NeatTrim.

Enum Members

Enum Member Enum Member Description
Connected If this Connection Type is set, the offset parameter will be ignored.
FlangeFree If this Connection Type is set, the offset parameter will be ignored.
Sniped If this Connection Type is set, the offset parameter can be used.
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.