DrawingSheetBuilderSheetStandardMetricScale Enumeration

NXOpen.Drawings.DrawingSheetBuilder.SheetStandardMetricScale is an alias for NXOpen.Drawings.DrawingSheetBuilderSheetStandardMetricScale

class NXOpen.Drawings.DrawingSheetBuilderSheetStandardMetricScale

Bases: object

the standard Metric drawing sheet scales

Enum Members

Enum Member Enum Member Description
S501 a scale of 50:1
S201 a scale of 20:1
S101 a scale of 10:1
S51 a scale of 5:1
S21 a scale of 2:1
S11 a scale of 1:1
S12 a scale of 1:2
S15 a scale of 1:5
S110 a scale of 1:10
S120 a scale of 1:20
S150 a scale of 1:50
S1100 a scale of 1:100
Custom a custom scale
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.