SectionSurfaceBuilderTypes Enumeration

NXOpen.Features.SectionSurfaceBuilder.Types is an alias for NXOpen.Features.SectionSurfaceBuilderTypes

class NXOpen.Features.SectionSurfaceBuilderTypes

Bases: object

This enum represents the current types of section surface methods

Enum Members

Enum Member Enum Member Description
EndsApexShoulder
ends apex shoulder
EndsSlopeShoulder
ends slope shoulder
FilletShoulder
fillet shoulder
EndsApexRho
ends apex rho
EndsSlopeRho
ends slope rho
FilletRho
fillet rho
EndsApexHilite
ends apex hilite
EndsSlopeHilite
ends slope hilite
FilletHilite
fillet hilite
FourPointSlope
four point slope
FivePoint
five point
ThreePointArc
three point arc
TwoPointRadius
two point radius
EndSlopeArc
point radius angle arc
PointRadiusAngleArc
point radius angle arc
Circle
circle
CircleTangent
circle tangent
EndsSlopeCubic
ends slope cubic
FilletBridge
fillet bridge
LinearTangent
linear tangent
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.