GeneralConicBuilderTypes Enumeration

NXOpen.Features.GeneralConicBuilder.Types is an alias for NXOpen.Features.GeneralConicBuilderTypes

class NXOpen.Features.GeneralConicBuilderTypes

Bases: object

General Conic Types. There are several creation methods available. All except the Types.Coefficients type require setting points/slopes.

Enum Members

Enum Member Enum Member Description
FivePoints Five points, no slopes, no anchor, no rho value
FourPointsOneSlope Four points, one slope, no anchor, no rho value
ThreePointsTwoSlopes Three points, two slopes, no anchor, no rho value
ThreePointsAnchor Three points, no slopes, anchor, no rho value
TwoPointsAnchorRho Two points, no slopes, anchor, rho value
TwoPointsTwoSlopesRho Two points, two slopes, no anchor, rho value
Coefficients Coefficient values and CoefficientCSYS`()
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.