ResultCoordinateSystem Enumeration

NXOpen.CAE.Result.CoordinateSystem is an alias for NXOpen.CAE.ResultCoordinateSystem

class NXOpen.CAE.ResultCoordinateSystem

Bases: object

Coordinate systems

Enum Members

Enum Member Enum Member Description
AbsoluteRectangular
AbsoluteCylindrical
AbsoluteSpherical
WorkRectangular
WorkCylindrical
WorkSpherical
Local
Material Material coordinate system is applicable only when such coordinate systems are defined in the results model; if no material coordinate system is defined NXOpen.CAE.ResultCoordinateSystem.AbsoluteRectangular will be used
SelectRectangular
SelectCylindrical
SelectSpherical
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.