ManikinBuilderSAEPercentileType Enumeration

NXOpen.Features.VehicleDesign.ManikinBuilder.SAEPercentileType is an alias for NXOpen.Features.VehicleDesign.ManikinBuilderSAEPercentileType

class NXOpen.Features.VehicleDesign.ManikinBuilderSAEPercentileType

Bases: object

the vehicle percentile type

Enum Members

Enum Member Enum Member Description
J826Type95thPercentile 95th Percentile SAE j826 Standard Type
J826Type50thPercentile 50th Percentile SAE j826 Standard Type
J826Type10thPercentile 10th Percentile SAE j826 Standard Type
J833LargeHuman95thMale Large Human SAE j833 Standard Type
J833MediumHumanHalfwayPosition Medium Human SAE j833 Standard Type
J833SmallHuman5thFemale Small Human SAE j833 Standard Type
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.