PointSetBuilderCurvePointsType Enumeration

NXOpen.Features.PointSetBuilder.CurvePointsType is an alias for NXOpen.Features.PointSetBuilderCurvePointsType

class NXOpen.Features.PointSetBuilderCurvePointsType

Bases: object

The settings for the curve points definition.

Enum Members

Enum Member Enum Member Description
EqualArcLength
Points will be created at equal arc length along curve.
EqualParameters
Points will be created at equal parameter spacing along curve.
GeometricProgression
Points will be created with a geometric progression along curve.
ChordalTolerance
Points will be created based on the chordal deviation of curve.
IncrementalArcLength
A point will be created at the arc length spacing input.
SpecifiedProjectionPoints
Points will be created at minimum distance to curve.
CurvePercentage
A point will be created at given curve percentage.
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.