ShellTemplateBuilderSightLineCutTypes Enumeration

NXOpen.Features.ShipDesign.ShellTemplateBuilder.SightLineCutTypes is an alias for NXOpen.Features.ShipDesign.ShellTemplateBuilderSightLineCutTypes

class NXOpen.Features.ShipDesign.ShellTemplateBuilderSightLineCutTypes

Bases: object

The option for creating sight line cuts on the templates.

Enum Members

Enum Member Enum Member Description
NotSet Do not add sight line cuts.
TowardStart Add sight line cuts from sight line toward the start side of each template.
TowardEnd Add sight line cuts from the sight line toward the end side of each template.
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.