ExamineSteelFeatureBuilderCheck Enumeration

class NXOpen.Features.ShipDesign.ExamineSteelFeatureBuilderCheck

Bases: object

Represents the object types to examine. Enum Members

Enum Member Enum Member Description
ProfileWidth Check profile width
CutoutToHole Check cutout to hole
CutoutToSeam In basic design,check cutout to seam,In detail design,check cutout to edge
CutoutClearance Check cutout top and bottom clearance
CutoutAngle Check profile cutout angle offset
StandardInterference Check standard part interference
CollarPlateToSeam In basic design,check collar plate to seam,In detail design,check collar plate to edge
CollarPlateToHole Check collar plate to hole
WideCollarPlate Check wide collar plate
NumChecks Number of check
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.