PatternOrientationEnum Enumeration

NXOpen.GeometricUtilities.PatternOrientation.Enum is an alias for NXOpen.GeometricUtilities.PatternOrientationEnum

class NXOpen.GeometricUtilities.PatternOrientationEnum

Bases: object

pattern orientation options for all pattern types.

Enum Members

Enum Member Enum Member Description
Fixed
same orientation as the seed.
NormalToPath
normal to path orientation for Along Type first direction.
NormalToVector
normal to vector orientation for Along Type first direction.
ParallelToVector
parallel to vector orientation for Along Type first direction.
ThroughAxis
through axis orientation for Along Type first direction.
FollowPattern
follow pattern orientation, for example, circular pattern type.
FollowCSYS
follow CSYS orientation, for general pattern type, when from/to is CSYS.
CSYStoCSYS
a relative orientation defined by two CSYSs to transform the seed to an instance location.
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.