StepBuilderStepFaceMethods Enumeration

NXOpen.Features.StepBuilder.StepFaceMethods is an alias for NXOpen.Features.StepBuilderStepFaceMethods

class NXOpen.Features.StepBuilderStepFaceMethods

Bases: object

Represents face operations applied to the step face

Enum Members

Enum Member Enum Member Description
Normal Orients the step face normal to the stationary face
AlignwithReferenceFace Aligns the step face with the reference face
RuledRamp Replaces the step face with a ruled ramp face
VariableOffsetRamp Replaces the step face with a variable offset ramp face
Blend Blends the step face
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.