ComplexOption3D Enumeration

class NXOpen.CAE.Xyplot.ComplexOption3D

Bases: object

Represents the 3D plot complex option Enum Members

Enum Member Enum Member Description
Magnitude Magnitude of the complex data for 3D plot
Phase Phase of the complex data for 3D plot
Real Real part of the complex data for 3D plot
Imaginary Imaginary part of the complex data for 3D plot
Argand Argand for 3D plot which use the real z coordindate
Orbit Orbit for 3D plot
Nichols Nichols for 3D plot
AtPhaseAngle At phase angle for 3D plot
SignedMagnitude Signed magnitude for 3D plot
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.