FormboardLayoutBuilderBranchAngle Enumeration

NXOpen.Formboard.FormboardLayoutBuilder.BranchAngle is an alias for NXOpen.Formboard.FormboardLayoutBuilderBranchAngle

class NXOpen.Formboard.FormboardLayoutBuilderBranchAngle

Bases: object

Methods for determining which angles to apply at each branch of the Formboard.

Enum Members

of the branch in the 3D harness. “
“StandardAngles”, ” Apply a standard angle to the branch,

the level of the branch determines which angle to apply. “

“MaximumAngles”, ” Apply the largest possible angle values

at every branch to force the harness to spread out. “

“RandomAngles”, ” Randomly choose an angle for each

branch. “

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.