NX Open C++ Reference Guide
|
Represents a PMI filter defined by a set of types. More...
Public Types | |
enum | Type { TypeDimension, TypeFeatureControlFrame, TypeDatum, TypeDatumTarget, TypeNote, TypeGeneralNote, TypeSpecificNote, TypeCoordinateNote, TypeBalloonNote, TypeCustomSymbol, TypeCenterline, TypeLineWeld, TypeCrosshatch, TypeMaterial, TypeSurfaceFinish, TypeLocator, TypeEnterpriseIdentifier, TypeProcess, TypePartIdentifier, TypeEmarking, TypeUrl, TypeUserDefined, TypeGeometry } |
Represents a PMI type that is assigned to the PMI filter. More... | |
Public Member Functions | |
std::vector < NXOpen::Annotations::PmiFilterByType::Type > | GetPmiTypes () |
Gets the array of PMI types defined by the PMI filter. | |
void | SetPmiTypes (const std::vector< NXOpen::Annotations::PmiFilterByType::Type > &types) |
Sets the PMI types on the PMI filter Created in NX4.0.0. |
Represents a PMI filter defined by a set of types.
Created in NX4.0.0.
Represents a PMI type that is assigned to the PMI filter.
std::vector<NXOpen::Annotations::PmiFilterByType::Type> NXOpen::Annotations::PmiFilterByType::GetPmiTypes | ( | ) |
Gets the array of PMI types defined by the PMI filter.
void NXOpen::Annotations::PmiFilterByType::SetPmiTypes | ( | const std::vector< NXOpen::Annotations::PmiFilterByType::Type > & | types | ) |
Sets the PMI types on the PMI filter
Created in NX4.0.0.
License requirements : geometric_tol ("GDT")
types | types |