PedestrianProtectionBuilderWad Enumeration

NXOpen.Features.VehicleDesign.PedestrianProtectionBuilder.Wad is an alias for NXOpen.Features.VehicleDesign.PedestrianProtectionBuilderWad

class NXOpen.Features.VehicleDesign.PedestrianProtectionBuilderWad

Bases: object

Settings for the start, end and boundary wrap around distance line to create.

Enum Members

Enum Member Enum Member Description
First
First wrap around distance line.
Second
Second wrap around distance line.
Third
Third wrap around distance line.
Fourth
Fourth wrap around distance line.
Fifth
Fifth wrap around distance line.
Sixth
Sixth wrap around distance line. Not valid for boundary.
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.