PmiFilterByTypeType Enumeration

NXOpen.Annotations.PmiFilterByType.Type is an alias for NXOpen.Annotations.PmiFilterByTypeType

class NXOpen.Annotations.PmiFilterByTypeType

Bases: object

Represents a PMI type that is assigned to the PMI filter.

Enum Members

Enum Member Enum Member Description
Dimension
Indicates a PMI dimension type
FeatureControlFrame
Indicates a PMI feature control frame type
Datum
Indicates a PMI datum feature type
DatumTarget
Indicates a PMI datum target type
Note
Indicates a PMI note type
GeneralNote
Indicates a PMI general note type
SpecificNote
Indicates a PMI specific note type
CoordinateNote
Indicates a PMI coordinate note type
BalloonNote
Indicates a PMI balloon type
CustomSymbol
Indicates a PMI custom symbol type
Centerline
Indicates a PMI centerline type
LineWeld
Indicates a PMI weld type
Crosshatch
Indicates a PMI crosshatch type
Material
Indicates a PMI material type
SurfaceFinish
Indicates a PMI surface finish type
Locator
Indicates a PMI locator type
EnterpriseIdentifier
Indicates a PMI enterprise identifier type
Process
Indicates a PMI process type
PartIdentifier
Indicates a PMI part identifier type
Emarking
Indicates a PMI e-Marking type
Url
Indicates a PMI URL type
UserDefined
Indicates a PMI user defined type
Geometry
Indicates a PMI Geometry type
CuttingPlaneSymbol
Indicates a PMI Cutting Symbol Type
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.