CamProfileBuilderProfileCyclicType Enumeration

NXOpen.Mechatronics.CamProfileBuilder.ProfileCyclicType is an alias for NXOpen.Mechatronics.CamProfileBuilderProfileCyclicType

class NXOpen.Mechatronics.CamProfileBuilderProfileCyclicType

Bases: object

Indicates which cyclic type should be take.

The type of Cam Profile can be switched between non-cyclic, cyclic and relative cyclic

Enum Members

end point of the profile do not necessarily have to be equal. “

“Cyclic”, ” In Cyclic Cam Profiles the points at the beginning

and the end of the Master Axis range need to be identical with respect to Slave Axis value, slope and curve.”

“NonCyclic”, ” Non-cyclic Cam Profiles are defined only in

the defined master axis range. Exceeding this range will cause an error.”

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.