SectionLineStyleBuilderWidthStyle Enumeration

NXOpen.Drawings.SectionLineStyleBuilder.WidthStyle is an alias for NXOpen.Drawings.SectionLineStyleBuilderWidthStyle

class NXOpen.Drawings.SectionLineStyleBuilderWidthStyle

Bases: object

This enum represents section line width style type.

Deprecated since version NX10.0.0: This API is not supported yet and should not be used.

Enum Members

Enum Member Enum Member Description
Thin
Thin
Normal
Normal
Thick
Thick
ThicknessOne
Width One
ThicknessTwo
Width Two
ThicknessThree
Width Three
ThicknessFour
Width Four
ThicknessFive
Width Five
ThicknessSix
Width Six
ThicknessSeven
Width Seven
ThicknessEight
Width Eight
ThicknessNine
Width Nine
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.