LsdynaGeometryPreparationBuilderContactType Enumeration

NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ContactType is an alias for NXOpen.Tooling.LsdynaGeometryPreparationBuilderContactType

class NXOpen.Tooling.LsdynaGeometryPreparationBuilderContactType

Bases: object

the enum of contact type.

Enum Members

Enum Member Enum Member Description
FormingOneWaySurfaceToSurface The draw components contact type is forming one way surface to surface.
FormingOneWaySurfaceToSurfaceSmooth The draw components contact type is forming one way surface to surface smooth.
FormingSurfaceToSurface The draw components contact type is forming surface to surface.
FormingSurfaceToSurfaceSmooth The draw components contact type is forming surface to surface smooth.
SurfaceToSurface The draw components contact type is surface to surface.
AutomaticSurfaceToSurface The draw components contact type is automatic surface to surface.
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.