SectionCurveBuilderPlaneType Enumeration

NXOpen.Features.SectionCurveBuilder.PlaneType is an alias for NXOpen.Features.SectionCurveBuilderPlaneType

class NXOpen.Features.SectionCurveBuilderPlaneType

Bases: object

Represents section plane type.

Enum Members

Enum Member Enum Member Description
Selected Planes are selected (not specified by one of the following methods)
Parallel Set of planes parallel to a base plane
Radial Set of planes radiating from a base plane
PerpendicularToCurve Set of planes perpendicular to a curve
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.