NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAE::CaePart Class Reference

This is an abstract class for NX parts of type .fem and .sim. More...

Inheritance diagram for NXOpen::CAE::CaePart:
NXOpen::BasePart NXOpen::NXObject NXOpen::TaggedObject NXOpen::INXObject NXOpen::CAE::BaseFemPart NXOpen::CAE::SimPart NXOpen::CAE::AssyFemPart NXOpen::CAE::FemPart

Public Member Functions

NXOpen::CAE::CaeGroupCollectionCaeGroups ()
 Returns the CAE Group collection belonging to this Part
Created in NX3.0.0. More...
 
NXOpen::CAE::ModelDisplayBuilderCreateModelDisplayBuilder ()
 Creates a builder for model display controls command. More...
 
NXOpen::CAE::SolverAppendOptionCreateSolverAppendOption ()
 Returns a solver append option object for importing the solver specific data into an existing NXOpen::CAE::FemPart or NXOpen::CAE::SimPart . More...
 
void DeleteSolverAppendOption (NXOpen::CAE::SolverAppendOption *appendOption)
 Deletes a solver append option object for importing the solver specific data into an existing NXOpen::CAE::FemPart or NXOpen::CAE::SimPart . More...
 
NXOpen::CAE::ModelCheck::ElementQualitySettingCollectionElementQualitySettings ()
 Returns the element quality settings collection belonging to this CAE Part
Created in NX8.5.0. More...
 
void ExportJt (const NXString &fileName)
 Exports JT file. More...
 
void ExportJt (const char *fileName)
 Exports JT file. More...
 
void ExportSimulation (const NXString &solverName, NXOpen::CAE::CaeDataContainer *propertyList)
 Exports the Simulation data for a NXOpen::CAE::CaePart . More...
 
void ExportSimulation (const char *solverName, NXOpen::CAE::CaeDataContainer *propertyList)
 Exports the Simulation data for a NXOpen::CAE::CaePart . More...
 
int GetCsysFlattenedLabel (NXOpen::CoordinateSystem *csys)
 Gets the resolved label of csys in cae part. More...
 
void GetDescription (std::vector< NXString > &description)
 Gets the description assoicated with the Cae part. More...
 
void ImportExistingSimulation (const NXString &solverName, NXOpen::CAE::CaeDataContainer *propertyList)
 Imports the solver specific data into an existing NXOpen::CAE::FemPart or NXOpen::CAE::SimPart . More...
 
void ImportExistingSimulation (const char *solverName, NXOpen::CAE::CaeDataContainer *propertyList)
 Imports the solver specific data into an existing NXOpen::CAE::FemPart or NXOpen::CAE::SimPart . More...
 
NXOpen::CAE::MeshControlDisplayManagerMeshControlDisplayMgr ()
 Returns the mesh control display manager belonging to this IFem
Created in NX3.0.0. More...
 
NXOpen::CAE::ModelCheckManagerModelCheckMgr ()
 Returns the select element manager belonging to this IFem
Created in NX3.0.0. More...
 
NXOpen::CAE::ModelingObjectPropertyTableCollectionModelingObjectPropertyTables ()
 Returns the modeling object property table collection belonging to this CAE Part
Created in NX3.0.0. More...
 
NXOpen::CAE::BeamSectionOffsetOptionsNewBeamSectionOffsetOptions ()
 Creates a NXOpen::CAE::BeamSectionOffsetOptions . More...
 
NXOpen::CAE::BeamSectionOptionsNewBeamSectionOptions ()
 Creates a NXOpen::CAE::BeamSectionOptions . More...
 
NXOpen::CAE::BeamSectionOrientationOptionsNewBeamSectionOrientationOptions ()
 Creates a NXOpen::CAE::BeamSectionOrientationOptions . More...
 
NXOpen::CAE::MaterialOptionsNewMaterialOptions ()
 Creates a NXOpen::CAE::MaterialOptions . More...
 
NXOpen::CAE::NodeElementInfoManagerNodeElementInfoMgr ()
 Returns the node element info manager belonging to this IFem
Created in NX3.0.0. More...
 
NXOpen::CAE::PhysicalPropertyTableCollectionPhysicalPropertyTables ()
 Returns the physical property table collection belonging to this CAE Part
Created in NX3.0.0. More...
 
NXOpen::CAE::SelectElementsManagerSelectElementMgr ()
 Returns the select element manager belonging to this IFem
Created in NX3.0.0. More...
 
void SetDescription (std::vector< NXString > &description)
 Sets the description assoicated with the Cae part. More...
 
NXOpen::CAE::ShowHideManagerShowHideMgr ()
 Returns the show hide manager belonging to the part
Created in NX3.0.0. More...
 
NXOpen::CAE::SmartSelectionManagerSmartSelectionMgr ()
 Returns the smart selection manager belonging to this part
Created in NX3.0.0. More...
 
- Public Member Functions inherited from NXOpen::BasePart
NXOpen::GeometricAnalysis::AnalysisManagerAnalysisManager ()
 Returns the GeometricAnalysisManager for part
Created in NX5.0.0. More...
 
NXOpen::ArcCollectionArcs ()
 Returns the ArcCollection instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::Assemblies::ProductOutlineManagerAssemblies ()
 Returns the NXOpen::Assemblies::ProductOutlineManager belonging to this session
Created in NX6.0.0. More...
 
NXOpen::Assemblies::AssemblyManagerAssemblyManager ()
 Returns the NXOpen::Assemblies::AssemblyManager belonging to this session
Created in NX6.0.0. More...
 
void AssignPermanentName (const NXString &newFileName)
 Saves a temporary part with the given name. More...
 
void AssignPermanentName (const char *newFileName)
 Saves a temporary part with the given name. More...
 
NXOpen::AxisCollectionAxes ()
 Returns the AxisCollection instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::Features::BaseFeatureCollectionBaseFeatures ()
 Returns the FeatureCollection instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::Display::CameraCollectionCameras ()
 Returns the Display.CameraCollection instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::CAM::CAMFeatureCollectionCAMFeatures ()
 Returns the CAMFeatureCollection instance belonging to this part
Created in NX7.5.0. More...
 
bool CanBeDisplayPart ()
 Returns true if the part can be displayed and false if not displayed. More...
 
NXOpen::Display::CgfxAttrCollectionCgfxAttrs ()
 Returns the Display.CgfxAttrCollection instance belonging to this part
Created in NX5.0.6. More...
 
NXOpen::Display::CgfxMattexCollectionCgfxMattex ()
 Returns the Display.CgfxMattexCollection instance belonging to this part
Created in NX5.0.6. More...
 
void Close (NXOpen::BasePart::CloseWholeTree wholeTree, NXOpen::BasePart::CloseModified closeModified, NXOpen::PartCloseResponses *responses)
 Closes an open part. More...
 
NXOpen::ColorManagerColors ()
 Manages the standard NX colors
Created in NX3.0.0. More...
 
void CompleteStructure ()
 Make additions necessary to complete the incomplete assembly structure of the input part
Created in NX4.0.0. More...
 
NXOpen::Assemblies::ComponentAssemblyComponentAssembly ()
 Returns the component assembly. More...
 
NXOpen::CoordinateSystemCollectionCoordinateSystems ()
 Returns the CoordinateSystemCollection instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::Display::DynamicSectionBuilderCreateDynamicSectionBuilder (bool loadFromView)
 Creates a NXOpen::Display::DynamicSectionBuilder The base part must be a displayable part, otherwise an exception will be thrown. More...
 
NXOpen::EffectivityConditionBuilderCreateEffectivityConditionBuilder (NXOpen::CollaborativeDesign *cd, const NXString &effectivityFormula)
 Creates a NXOpen::EffectivityConditionBuilder. More...
 
NXOpen::EffectivityConditionBuilderCreateEffectivityConditionBuilder (NXOpen::CollaborativeDesign *cd, const char *effectivityFormula)
 Creates a NXOpen::EffectivityConditionBuilder. More...
 
NXOpen::EffectivityConditionBuilderCreateEffectivityConditionBuilder (NXOpen::CollaborativeDesign *cd, const NXString &validationBasisFormula, const NXString &effectivityFormula)
 Creates a NXOpen::EffectivityConditionBuilder with initializing validation basis formula. More...
 
NXOpen::EffectivityConditionBuilderCreateEffectivityConditionBuilder (NXOpen::CollaborativeDesign *cd, const char *validationBasisFormula, const char *effectivityFormula)
 Creates a NXOpen::EffectivityConditionBuilder with initializing validation basis formula. More...
 
NXOpen::Display::FacetSettingsBuilderCreateFacetSettingsBuilder ()
 Creates a builder for the Facet Settings dialog. More...
 
NXOpen::GroupBuilderCreateGatewayGroupBuilder (NXOpen::Group *group)
 Creates a Groups builder. More...
 
NXOpen::Display::PerspectiveOptionsBuilderCreatePerspectiveOptionsBuilder ()
 Creates a builder for the Perspective Options dialog. More...
 
NXOpen::ReferenceSetCreateReferenceSet ()
 Creates a NXOpen::ReferenceSet object. More...
 
NXOpen::CurveCollectionCurves ()
 Returns the CurveCollection instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::DatumCollectionDatums ()
 Returns the DatumCollection instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::Display::DecalCollectionDecals ()
 Returns the Display.DecalCollection instance belonging to this part
Created in NX3.0.0. More...
 
void DeleteReferenceSet (NXOpen::ReferenceSet *referenceSetObject)
 Deletes a NXOpen::ReferenceSet object
Created in NX6.0.0. More...
 
NXOpen::Optimization::DesignStudyCollectionDesignStudy ()
 Returns the design study instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::DirectionCollectionDirections ()
 Returns the DirectionCollection instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::Display::DynamicSectionCollectionDynamicSections ()
 Returns the Display.DynamicSectionCollection instance belonging to this part
Created in NX6.0.0. More...
 
NXOpen::EllipseCollectionEllipses ()
 Returns the EllipseCollection instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::ExpressionGroupCollectionExpressionGroups ()
 Returns the ExpressionCollection instance belonging to this part
Created in NX10.0.0. More...
 
NXOpen::ExpressionCollectionExpressions ()
 Returns the ExpressionCollection instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::Fields::FieldManagerFieldManager ()
 Returns the field main. More...
 
NXOpen::FontCollectionFonts ()
 Returns the FontCollection instance belonging to this part
Created in NX3.0.0. More...
 
NXString FullPath ()
 Returns the full path of the part. More...
 
NXOpen::CAE::FunctionCollectionFunctions ()
 Returns the CAE.FunctionCollection for this part
Created in NX5.0.0. More...
 
std::vector
< NXOpen::ReferenceSet * > 
GetAllReferenceSets ()
 Get all the NXOpen::ReferenceSet objects in this part. More...
 
NXOpen::BasePart::CollaborativeContentType GetCollaborativeContentType ()
 The collaborative content type of this part. More...
 
std::vector
< NXOpen::BasePart::HistoryEventInformation
GetHistoryInformation ()
 Get history of part. More...
 
NXOpen::BasePart::IncompleteStatus GetIncompleteStatus ()
 Inquire whether the provided part is flagged as being incomplete. More...
 
NXString GetMakeUniqueName ()
 Gets the Unique name on a part for the Make Unique operation. More...
 
void GetPreviewImage (int *width, int *height, std::vector< int > &pixels)
 Get the preview image This will return the graphic preview image of the part (when available). More...
 
NXOpen::BasePart::TransientStatus GetTransientStatus ()
 Inquire whether the provided part is flagged as being transient. More...
 
NXOpen::Display::GridCollectionGrids ()
 Returns the Display.GridCollection instance belonging to this part
Created in NX6.0.0. More...
 
NXOpen::HyperbolaCollectionHyperbolas ()
 Returns the HyperbolaCollection instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::Gateway::ImageCaptureManagerImageCaptureManager ()
 Returns the Gateway.ImageCaptureManager instance belonging to this part
Created in NX7.5.0. More...
 
NXOpen::Display::ImageCollectionImages ()
 Returns the Display.ImageCollection instance belonging to this part
Created in NX9.0.0. More...
 
NXOpen::Display::ImageDataCollectionImagesData ()
 Returns the Display.ImageDataCollection instance belonging to this part
Created in NX9.0.0. More...
 
NXOpen::InfiniteLineCollectionInfiniteLines ()
 Returns the InfiniteLineCollection instance belonging to this part
Created in NX7.5.0. More...
 
bool IsFullyLoaded ()
 Returns the load status of a part. More...
 
bool IsReadOnly ()
 Returns the read-only status of a part. More...
 
NXOpen::Layer::CategoryCollectionLayerCategories ()
 Returns a collection of layer categories
Created in NX3.0.0. More...
 
NXOpen::Layer::LayerManagerLayers ()
 Returns the LayerManager for this part
Created in NX3.0.0. More...
 
NXOpen::LayoutCollectionLayouts ()
 Returns the LayoutCollection instance belonging to this part
Created in NX3.0.0. More...
 
NXString Leaf ()
 Returns the leaf name of the part. More...
 
NXOpen::LightCollectionLights ()
 Returns the LightCollection instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::LineCollectionLines ()
 Returns the LineCollection instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::PartLoadStatusLoadFeatureDataForSelection ()
 Ensure that feature data is loaded for a part. More...
 
NXOpen::PartLoadStatusLoadFully ()
 Ensures that this part is fully loaded. More...
 
NXOpen::PartLoadStatusLoadThisPartFully ()
 Ensures that this part is fully loaded. More...
 
NXOpen::MaterialManagerMaterialManager ()
 Returns the Material Manager belonging to this Part
Created in NX3.0.0. More...
 
NXOpen::MeasureManagerMeasureManager ()
 Returns the measure manager for this part
Created in NX3.0.0. More...
 
NXOpen::ModelingViewCollectionModelingViews ()
 Returns the ModelingViewCollection instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::NXMatrixCollectionNXMatrices ()
 Returns the NXMatrixCollection instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::OffsetCollectionOffsets ()
 Returns the OffsetCollection instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::Optimization::OptimizationCollectionOptimization ()
 Returns the optimization instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::ParabolaCollectionParabolas ()
 Returns the ParabolaCollection instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::BasePart::PartPreview PartPreviewMode ()
 Returns the preview mode
Created in NX3.0.0. More...
 
NXOpen::BasePart::Units PartUnits ()
 Returns the units of the part file. More...
 
NXOpen::PDM::PdmPartPDMPart ()
 Returns the instance of the PDM.PdmPart class
Created in NX3.0.0. More...
 
NXOpen::PlaneCollectionPlanes ()
 Return a collection of Planes
Created in NX3.0.0. More...
 
NXOpen::PlotManagerPlotManager ()
 Returns the PlotManager instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::PointCollectionPoints ()
 Returns the PointCollection instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::PolylineCollectionPolylines ()
 Returns the PolylineCollection instance belonging to this part
Created in NX10.0.0. More...
 
NXOpen::Preferences::PartPreferencesPreferences ()
 Returns the PartPreferences instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::PropertiesManagerPropertiesManager ()
 Returns the PropertiesManager instance belonging to this part
Created in NX8.0.0. More...
 
void RegenerateDisplayFacets (bool regenerateChildren)
 Regenerates display specific cached facets in the part. More...
 
void ReinstateTransience ()
 Reinstate the transient status to the formerly transient input part
Created in NX4.0.0. More...
 
void RemoveTransience ()
 Remove the transient status from the input part
Created in NX4.0.0. More...
 
NXOpen::BasePartReopen (NXOpen::BasePart::CloseWholeTree wholeTree, NXOpen::BasePart::CloseModified closeModified, NXOpen::PartCloseResponses *responses, NXOpen::PartReopenReport **reopenReport)
 Reopens a loaded part. More...
 
NXOpen::BasePartReopenAs (const NXString &fileName, NXOpen::BasePart::CloseModified closeModified, NXOpen::PartCloseResponses *responses, NXOpen::PartReopenReport **reopenReport)
 Reopens a loaded part. More...
 
NXOpen::BasePartReopenAs (const char *fileName, NXOpen::BasePart::CloseModified closeModified, NXOpen::PartCloseResponses *responses, NXOpen::PartReopenReport **reopenReport)
 Reopens a loaded part. More...
 
NXOpen::Validate::RequirementCheckCollectionRequirementChecks ()
 Returns the RequirementCheckCollection instance belonging to this part
Created in NX8.5.0. More...
 
NXOpen::Validate::RequirementCollectionRequirements ()
 Returns the RequirementCollection instance belonging to this part
Created in NX8.5.0. More...
 
void ReverseBlankAll ()
 Reverse blank all the objects in the part. More...
 
NXOpen::RuleManagerRuleManager ()
 Returns the rule manager for this part
Created in NX3.0.0. More...
 
NXOpen::PartSaveStatusSave (NXOpen::BasePart::SaveComponents saveComponentParts, NXOpen::BasePart::CloseAfterSave close)
 Saves the part whether it is modified or not. More...
 
NXOpen::PartSaveStatusSaveAs (const NXString &newFileName)
 Creates copy of target part. More...
 
NXOpen::PartSaveStatusSaveAs (const char *newFileName)
 Creates copy of target part. More...
 
void SaveBookmark (const NXString &fileName, NXOpen::BasePart::BookmarkOption option)
 Saves a bookmark file. More...
 
void SaveBookmark (const char *fileName, NXOpen::BasePart::BookmarkOption option)
 Saves a bookmark file. More...
 
bool SaveDisplayFacets ()
 Returns whether display quality facets are saved in the part file
Created in NX9.0.0. More...
 
NXOpen::PartSaveOptionsSaveOptions ()
 Returns the PartSaveOptions instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::ScalarCollectionScalars ()
 Returns the ScalarCollection instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::ScCollectorCollectionScCollectors ()
 Returns the ScCollectorCollection instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::SectionCollectionSections ()
 Returns the SectionCollection instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::Display::SelPrefCollectionSelPref ()
 Returns the Display.SelPrefCollection instance belonging to this part
Created in NX3.0.0. More...
 
void SetMakeUniqueName (const NXString &newUniqueName)
 Sets the unique name on part for the Make Unique operation
Created in NX8.0.0. More...
 
void SetMakeUniqueName (const char *newUniqueName)
 Sets the unique name on part for the Make Unique operation
Created in NX8.0.0. More...
 
void SetPartPreviewMode (NXOpen::BasePart::PartPreview mode)
 Sets the preview mode
Created in NX3.0.0. More...
 
void SetSaveDisplayFacets (bool saveDisplayFacets)
 Sets whether display quality facets are saved in the part file
Created in NX9.0.0. More...
 
void SetUniqueIdentifier (const NXString &identifier)
 Sets the unique identifier for this part used to determine whether parts can be quietly substituted during part open. More...
 
void SetUniqueIdentifier (const char *identifier)
 Sets the unique identifier for this part used to determine whether parts can be quietly substituted during part open. More...
 
NXOpen::Display::TrueShadingCollectionSHEDObjs ()
 Returns the Display.TrueShadingCollection instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::SplineCollectionSplines ()
 Returns the SplineCollection instance belonging to this part
Created in NX5.0.0. More...
 
NXOpen::Display::TrueStudioCollectionTrueStudioObjs ()
 Returns the Display.TrueStudioCollection instance belonging to this part
Created in NX8.0.0. More...
 
NXString UniqueIdentifier ()
 Returns the unique identifier for this part used to determine whether parts can be quietly substituted during part open. More...
 
NXOpen::UnitCollectionUnitCollection ()
 Returns a collection of Units
Created in NX3.0.0. More...
 
NXOpen::UserDefinedObjects::UserDefinedObjectManagerUserDefinedObjectManager ()
 Returns the NXOpen::UserDefinedObjects::UserDefinedObjectManager belonging to this session
Created in NX3.0.0. More...
 
NXOpen::ValidationCollectionValidations ()
 Returns the validation for this part
Created in NX3.0.0. More...
 
NXOpen::ViewCollectionViews ()
 Returns the ViewCollection instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::WCSWCS ()
 Returns the WCS instance belonging to this part
Created in NX3.0.0. More...
 
NXOpen::XformCollectionXforms ()
 Returns the XformCollection instance belonging to this part
Created in NX3.0.0. More...
 
- Public Member Functions inherited from NXOpen::NXObject
void DeleteAllAttributesByType (NXOpen::NXObject::AttributeType type)
 Deletes all attributes of a specific type. More...
 
void DeleteAllAttributesByType (NXOpen::NXObject::AttributeType type, NXOpen::Update::Option option)
 Deletes all attributes of a specific type with the option to update or not. More...
 
void DeleteAttributeByTypeAndTitle (NXOpen::NXObject::AttributeType type, const NXString &title)
 Deletes an attribute by type and title. More...
 
void DeleteAttributeByTypeAndTitle (NXOpen::NXObject::AttributeType type, const char *title)
 Deletes an attribute by type and title. More...
 
void DeleteAttributeByTypeAndTitle (NXOpen::NXObject::AttributeType type, const NXString &title, NXOpen::Update::Option option)
 Deletes an attribute by type and title with the option to update or not. More...
 
void DeleteAttributeByTypeAndTitle (NXOpen::NXObject::AttributeType type, const char *title, NXOpen::Update::Option option)
 Deletes an attribute by type and title with the option to update or not. More...
 
void DeleteUserAttribute (NXOpen::NXObject::AttributeType type, const NXString &title, bool deleteEntireArray, NXOpen::Update::Option option)
 Deletes the first attribute encountered with the given Type, Title. More...
 
void DeleteUserAttribute (NXOpen::NXObject::AttributeType type, const char *title, bool deleteEntireArray, NXOpen::Update::Option option)
 Deletes the first attribute encountered with the given Type, Title. More...
 
void DeleteUserAttributes (NXOpen::NXObject::AttributeType type, NXOpen::Update::Option option)
 Deletes the attributes encountered with the given Type with option to update or not. More...
 
virtual NXOpen::INXObjectFindObject (const NXString &journalIdentifier)
 Finds the NXOpen::NXObject with the given identifier as recorded in a journal. More...
 
virtual NXOpen::INXObjectFindObject (const char *journalIdentifier)
 Finds the NXOpen::NXObject with the given identifier as recorded in a journal. More...
 
std::vector
< NXOpen::NXObject::AttributeInformation
GetAttributeTitlesByType (NXOpen::NXObject::AttributeType type)
 Gets all the attribute titles of a specific type. More...
 
bool GetBooleanUserAttribute (const NXString &title, int index)
 Gets a boolean attribute by Title and array Index. More...
 
bool GetBooleanUserAttribute (const char *title, int index)
 Gets a boolean attribute by Title and array Index. More...
 
NXOpen::NXObject::ComputationalTime GetComputationalTimeUserAttribute (const NXString &title, int index)
 Gets a time attribute by Title and array Index. More...
 
NXOpen::NXObject::ComputationalTime GetComputationalTimeUserAttribute (const char *title, int index)
 Gets a time attribute by Title and array Index. More...
 
int GetIntegerAttribute (const NXString &title)
 Gets an integer attribute by title. More...
 
int GetIntegerAttribute (const char *title)
 Gets an integer attribute by title. More...
 
int GetIntegerUserAttribute (const NXString &title, int index)
 Gets an integer attribute by Title and array Index. More...
 
int GetIntegerUserAttribute (const char *title, int index)
 Gets an integer attribute by Title and array Index. More...
 
double GetRealAttribute (const NXString &title)
 Gets a real attribute by title. More...
 
double GetRealAttribute (const char *title)
 Gets a real attribute by title. More...
 
double GetRealUserAttribute (const NXString &title, int index)
 Gets a real attribute by Title and array Index. More...
 
double GetRealUserAttribute (const char *title, int index)
 Gets a real attribute by Title and array Index. More...
 
NXString GetReferenceAttribute (const NXString &title)
 Gets the reference string (not the calculated value) of a string attribute that uses a reference string. More...
 
NXString GetReferenceAttribute (const char *title)
 Gets the reference string (not the calculated value) of a string attribute that uses a reference string. More...
 
NXString GetStringAttribute (const NXString &title)
 Gets a string attribute value by title. More...
 
NXString GetStringAttribute (const char *title)
 Gets a string attribute value by title. More...
 
NXString GetStringUserAttribute (const NXString &title, int index)
 Gets a string attribute by Title and array Index. More...
 
NXString GetStringUserAttribute (const char *title, int index)
 Gets a string attribute by Title and array Index. More...
 
NXString GetTimeAttribute (NXOpen::NXObject::DateAndTimeFormat format, const NXString &title)
 Gets a time attribute by title. More...
 
NXString GetTimeAttribute (NXOpen::NXObject::DateAndTimeFormat format, const char *title)
 Gets a time attribute by title. More...
 
NXString GetTimeUserAttribute (const NXString &title, int index)
 Gets a time attribute by Title and array Index. More...
 
NXString GetTimeUserAttribute (const char *title, int index)
 Gets a time attribute by Title and array Index. More...
 
NXOpen::NXObject::AttributeInformation GetUserAttribute (const NXString &title, NXOpen::NXObject::AttributeType type, int index)
 Gets the first attribute encountered on the object, if any, with a given Title, Type and array Index. More...
 
NXOpen::NXObject::AttributeInformation GetUserAttribute (const char *title, NXOpen::NXObject::AttributeType type, int index)
 Gets the first attribute encountered on the object, if any, with a given Title, Type and array Index. More...
 
std::vector
< NXOpen::NXObject::AttributeInformation
GetUserAttribute (const NXString &title, bool includeUnset, bool addStringValues, NXOpen::NXObject::AttributeType type)
 Gets the first attribute (or attribute array) encountered on the object, if any, with a given Title and Type. More...
 
std::vector
< NXOpen::NXObject::AttributeInformation
GetUserAttribute (const char *title, bool includeUnset, bool addStringValues, NXOpen::NXObject::AttributeType type)
 Gets the first attribute (or attribute array) encountered on the object, if any, with a given Title and Type. More...
 
NXString GetUserAttributeAsString (const NXString &title, NXOpen::NXObject::AttributeType type, int index)
 Gets the first attribute encountered on the object, if any, with a given title, type and array index. More...
 
NXString GetUserAttributeAsString (const char *title, NXOpen::NXObject::AttributeType type, int index)
 Gets the first attribute encountered on the object, if any, with a given title, type and array index. More...
 
int GetUserAttributeCount (NXOpen::NXObject::AttributeType type)
 Gets the count of set attributes on the object, if any, of the given type. More...
 
int GetUserAttributeCount (NXOpen::NXObject::AttributeType type, bool includeUnset, bool countArrayAsOneAttribute)
 Gets the count of attributes on the object, if any, of the given type. More...
 
bool GetUserAttributeLock (const NXString &title, NXOpen::NXObject::AttributeType type)
 Determine the lock of the given attribute. More...
 
bool GetUserAttributeLock (const char *title, NXOpen::NXObject::AttributeType type)
 Determine the lock of the given attribute. More...
 
std::vector
< NXOpen::NXObject::AttributeInformation
GetUserAttributes ()
 Gets all the attributes that have been set on the given object. More...
 
std::vector
< NXOpen::NXObject::AttributeInformation
GetUserAttributes (bool includeUnset)
 Gets all the attributes of the given object. More...
 
std::vector
< NXOpen::NXObject::AttributeInformation
GetUserAttributes (bool includeUnset, bool addStringValues)
 Gets all the attributes of the given object. More...
 
std::vector< NXStringGetUserAttributesAsStrings ()
 Gets all the attributes that have been set on the given object. More...
 
int GetUserAttributeSize (const NXString &title, NXOpen::NXObject::AttributeType type)
 Gets the size of the first attribute encountered on the object, if any, with a given Title and Type. More...
 
int GetUserAttributeSize (const char *title, NXOpen::NXObject::AttributeType type)
 Gets the size of the first attribute encountered on the object, if any, with a given Title and Type. More...
 
std::vector< NXOpen::NXObject * > GetUserAttributeSourceObjects ()
 Returns an array of objects from which this object presents attributes. More...
 
bool HasUserAttribute (const NXString &title, NXOpen::NXObject::AttributeType type, int index)
 Determines if an attribute with the given Title, Type and array Index is present on the object Unset attributes will not be detected by this function, as its purpose is to test for the actual presence of the attribute on the object. More...
 
bool HasUserAttribute (const char *title, NXOpen::NXObject::AttributeType type, int index)
 Determines if an attribute with the given Title, Type and array Index is present on the object Unset attributes will not be detected by this function, as its purpose is to test for the actual presence of the attribute on the object. More...
 
virtual bool IsOccurrence ()
 Returns whether this object is an occurrence or not. More...
 
virtual NXString JournalIdentifier ()
 Returns the identifier that would be recorded in a journal for this object. More...
 
virtual NXString Name ()
 Returns the custom name of the object. More...
 
virtual
NXOpen::Assemblies::Component
OwningComponent ()
 Returns the owning component, if this object is an occurrence. More...
 
virtual NXOpen::BasePartOwningPart ()
 Returns the owning part of this object
Created in NX3.0.0. More...
 
virtual void Print ()
 Prints a representation of this object to the system log file. More...
 
virtual NXOpen::INXObjectPrototype ()
 Returns the prototype of this object if it is an occurrence. More...
 
void SetAttribute (const NXString &title, int value)
 Creates or modifies an integer attribute. More...
 
void SetAttribute (const char *title, int value)
 Creates or modifies an integer attribute. More...
 
void SetAttribute (const NXString &title, int value, NXOpen::Update::Option option)
 Creates or modifies an integer attribute with the option to update or not. More...
 
void SetAttribute (const char *title, int value, NXOpen::Update::Option option)
 Creates or modifies an integer attribute with the option to update or not. More...
 
void SetAttribute (const NXString &title, double value)
 Creates or modifies a real attribute. More...
 
void SetAttribute (const char *title, double value)
 Creates or modifies a real attribute. More...
 
void SetAttribute (const NXString &title, double value, NXOpen::Update::Option option)
 Creates or modifies a real attribute with the option to update or not. More...
 
void SetAttribute (const char *title, double value, NXOpen::Update::Option option)
 Creates or modifies a real attribute with the option to update or not. More...
 
void SetAttribute (const NXString &title, const NXString &value)
 Creates or modifies a string attribute. More...
 
void SetAttribute (const char *title, const char *value)
 Creates or modifies a string attribute. More...
 
void SetAttribute (const NXString &title, const NXString &value, NXOpen::Update::Option option)
 Creates or modifies a string attribute with the option to update or not. More...
 
void SetAttribute (const char *title, const char *value, NXOpen::Update::Option option)
 Creates or modifies a string attribute with the option to update or not. More...
 
void SetAttribute (const NXString &title)
 Creates or modifies a null attribute which is an attribute with a title and no value. More...
 
void SetAttribute (const char *title)
 Creates or modifies a null attribute which is an attribute with a title and no value. More...
 
void SetAttribute (const NXString &title, NXOpen::Update::Option option)
 Creates or modifies a null attribute with the option to update or not. More...
 
void SetAttribute (const char *title, NXOpen::Update::Option option)
 Creates or modifies a null attribute with the option to update or not. More...
 
void SetBooleanUserAttribute (const NXString &title, int index, bool value, NXOpen::Update::Option option)
 Creates or modifies a boolean attribute with the option to update or not. More...
 
void SetBooleanUserAttribute (const char *title, int index, bool value, NXOpen::Update::Option option)
 Creates or modifies a boolean attribute with the option to update or not. More...
 
virtual void SetName (const NXString &name)
 Sets the custom name of the object. More...
 
virtual void SetName (const char *name)
 Sets the custom name of the object. More...
 
void SetReferenceAttribute (const NXString &title, const NXString &value)
 Creates or modifies a string attribute which uses a reference string. More...
 
void SetReferenceAttribute (const char *title, const char *value)
 Creates or modifies a string attribute which uses a reference string. More...
 
void SetReferenceAttribute (const NXString &title, const NXString &value, NXOpen::Update::Option option)
 Creates or modifies a string attribute which uses a reference string, with the option to update or not. More...
 
void SetReferenceAttribute (const char *title, const char *value, NXOpen::Update::Option option)
 Creates or modifies a string attribute which uses a reference string, with the option to update or not. More...
 
void SetTimeAttribute (const NXString &title, const NXString &value)
 Creates or modifies a time attribute. More...
 
void SetTimeAttribute (const char *title, const char *value)
 Creates or modifies a time attribute. More...
 
void SetTimeAttribute (const NXString &title, const NXString &value, NXOpen::Update::Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
void SetTimeAttribute (const char *title, const char *value, NXOpen::Update::Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
void SetTimeUserAttribute (const NXString &title, int index, const NXString &value, NXOpen::Update::Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
void SetTimeUserAttribute (const char *title, int index, const char *value, NXOpen::Update::Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
void SetTimeUserAttribute (const NXString &title, int index, const NXOpen::NXObject::ComputationalTime &value, NXOpen::Update::Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
void SetTimeUserAttribute (const char *title, int index, const NXOpen::NXObject::ComputationalTime &value, NXOpen::Update::Option option)
 Creates or modifies a time attribute with the option to update or not. More...
 
void SetUserAttribute (const NXOpen::NXObject::AttributeInformation &info, NXOpen::Update::Option option)
 Creates or modifies an attribute with the option to update or not. More...
 
void SetUserAttribute (const NXString &title, int index, int value, NXOpen::Update::Option option)
 Creates or modifies an integer attribute with the option to update or not. More...
 
void SetUserAttribute (const char *title, int index, int value, NXOpen::Update::Option option)
 Creates or modifies an integer attribute with the option to update or not. More...
 
void SetUserAttribute (const NXString &title, int index, double value, NXOpen::Update::Option option)
 Creates or modifies a real attribute with the option to update or not. More...
 
void SetUserAttribute (const char *title, int index, double value, NXOpen::Update::Option option)
 Creates or modifies a real attribute with the option to update or not. More...
 
void SetUserAttribute (const NXString &title, int index, const NXString &value, NXOpen::Update::Option option)
 Creates or modifies a string attribute with the option to update or not. More...
 
void SetUserAttribute (const char *title, int index, const char *value, NXOpen::Update::Option option)
 Creates or modifies a string attribute with the option to update or not. More...
 
void SetUserAttribute (const NXString &title, int index, NXOpen::Update::Option option)
 Creates or modifies a null attribute with the option to update or not. More...
 
void SetUserAttribute (const char *title, int index, NXOpen::Update::Option option)
 Creates or modifies a null attribute with the option to update or not. More...
 
void SetUserAttributeLock (const NXString &title, NXOpen::NXObject::AttributeType type, bool lock)
 Lock or unlock the given attribute. More...
 
void SetUserAttributeLock (const char *title, NXOpen::NXObject::AttributeType type, bool lock)
 Lock or unlock the given attribute. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Additional Inherited Members

- Public Types inherited from NXOpen::BasePart
enum  BookmarkOption {
  BookmarkOptionAll, BookmarkOptionComponentGroupsLoadOptions, BookmarkOptionComponentGroupsOnly, BookmarkOptionAllPlusDisplay,
  BookmarkOptionComponentGroupsLoadOptionsPlusDisplay, BookmarkOptionComponentGroupsOnlyPlusDisplay, BookmarkOptionDisplayOnly, BookmarkOptionEmpty
}
 Controls the information written to a bookmark file. More...
 
enum  CloseAfterSave { CloseAfterSaveFalse, CloseAfterSaveTrue }
 Used to specify whether a part should be closed after it is saved. More...
 
enum  CloseModified { CloseModifiedUseResponses, CloseModifiedCloseModified, CloseModifiedDontCloseModified }
 Indicates how part close should handle component parts when they are modified. More...
 
enum  CloseWholeTree { CloseWholeTreeFalse, CloseWholeTreeTrue }
 Used to specify whether or not to close a part's components during a close operation. More...
 
enum  CollaborativeContentType {
  CollaborativeContentTypeWorkset, CollaborativeContentTypeSubset, CollaborativeContentTypeShapeDesignElement, CollaborativeContentTypeOverridePart,
  CollaborativeContentTypeNotAssigned
}
 Represents the collaborative content type corresponding to this part. More...
 
enum  PartPreview { PartPreviewNone, PartPreviewOnSave, PartPreviewOnDemand }
 Specifies the preview mode of the part file. More...
 
enum  SaveComponents { SaveComponentsFalse, SaveComponentsTrue }
 Used to specify whether a part's components should be saved (if modified) when the part is saved. More...
 
enum  Units { UnitsInches, UnitsMillimeters }
 The units of the part file. More...
 

Detailed Description

This is an abstract class for NX parts of type .fem and .sim.


This is an abstract class

Created in NX5.0.0.

Member Function Documentation

NXOpen::CAE::CaeGroupCollection* NXOpen::CAE::CaePart::CaeGroups ( )

Returns the CAE Group collection belonging to this Part
Created in NX3.0.0.


NXOpen::CAE::ModelDisplayBuilder* NXOpen::CAE::CaePart::CreateModelDisplayBuilder ( )

Creates a builder for model display controls command.

Returns

Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling")
NXOpen::CAE::SolverAppendOption* NXOpen::CAE::CaePart::CreateSolverAppendOption ( )

Returns a solver append option object for importing the solver specific data into an existing NXOpen::CAE::FemPart or NXOpen::CAE::SimPart .

Returns
the object of solver append option
Created in NX7.5.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
void NXOpen::CAE::CaePart::DeleteSolverAppendOption ( NXOpen::CAE::SolverAppendOption appendOption)

Deletes a solver append option object for importing the solver specific data into an existing NXOpen::CAE::FemPart or NXOpen::CAE::SimPart .


Created in NX7.5.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
appendOptionthe object of solver append option
NXOpen::CAE::ModelCheck::ElementQualitySettingCollection* NXOpen::CAE::CaePart::ElementQualitySettings ( )

Returns the element quality settings collection belonging to this CAE Part
Created in NX8.5.0.


void NXOpen::CAE::CaePart::ExportJt ( const NXString fileName)

Exports JT file.


Created in NX5.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
fileNamethe JT file name to be created
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::CAE::CaePart::ExportJt ( const char *  fileName)

Exports JT file.


Created in NX5.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
fileNamethe JT file name to be created
NOTE: The full Unicode character set is not supported for this parameter.
void NXOpen::CAE::CaePart::ExportSimulation ( const NXString solverName,
NXOpen::CAE::CaeDataContainer propertyList 
)

Exports the Simulation data for a NXOpen::CAE::CaePart .


For a NXOpen::CAE::SimPart , the data will be exported for the active solution NXOpen::CAE::SimSolution if its solver matches the specified solverName.

For a NXOpen::CAE::FemPart , the data will be exported only if the solver defined for the NXOpen::CAE::FemPart matches the specified solverName.

Export is driven by the properties defined in the input NXOpen::CAE::CaeDataContainer propertyList. The exact properties can vary from solver to solver. An accurate list of property names is obtained by journaling the opertation first.


Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
solverNamethe name of the solver export
NOTE: The full Unicode character set is not supported for this parameter.
propertyListthe export parameters. See CAE::CaeSession::GetDataContainer .
void NXOpen::CAE::CaePart::ExportSimulation ( const char *  solverName,
NXOpen::CAE::CaeDataContainer propertyList 
)

Exports the Simulation data for a NXOpen::CAE::CaePart .


For a NXOpen::CAE::SimPart , the data will be exported for the active solution NXOpen::CAE::SimSolution if its solver matches the specified solverName.

For a NXOpen::CAE::FemPart , the data will be exported only if the solver defined for the NXOpen::CAE::FemPart matches the specified solverName.

Export is driven by the properties defined in the input NXOpen::CAE::CaeDataContainer propertyList. The exact properties can vary from solver to solver. An accurate list of property names is obtained by journaling the opertation first.


Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
solverNamethe name of the solver export
NOTE: The full Unicode character set is not supported for this parameter.
propertyListthe export parameters. See CAE::CaeSession::GetDataContainer .
int NXOpen::CAE::CaePart::GetCsysFlattenedLabel ( NXOpen::CoordinateSystem csys)

Gets the resolved label of csys in cae part.

Returns
resolved label
Created in NX10.0.0.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
Parameters
csyscoordinate system
void NXOpen::CAE::CaePart::GetDescription ( std::vector< NXString > &  description)

Gets the description assoicated with the Cae part.


Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
descriptiondescription
void NXOpen::CAE::CaePart::ImportExistingSimulation ( const NXString solverName,
NXOpen::CAE::CaeDataContainer propertyList 
)

Imports the solver specific data into an existing NXOpen::CAE::FemPart or NXOpen::CAE::SimPart .


The data will be imported only if the solver defined for the NXOpen::CAE::FemPart or NXOpen::CAE::SimPart matches the specified solverName.

Import is driven by the properties defined in the input NXOpen::CAE::CaeDataContainer propertyList. The exact properties can vary from solver to solver. An accurate list of property names is obtained by journaling the opertation first.


Created in NX7.5.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
solverNamethe name of the solver import
NOTE: The full Unicode character set is not supported for this parameter.
propertyListthe import parameters. See CAE::CaeSession::GetDataContainer .
void NXOpen::CAE::CaePart::ImportExistingSimulation ( const char *  solverName,
NXOpen::CAE::CaeDataContainer propertyList 
)

Imports the solver specific data into an existing NXOpen::CAE::FemPart or NXOpen::CAE::SimPart .


The data will be imported only if the solver defined for the NXOpen::CAE::FemPart or NXOpen::CAE::SimPart matches the specified solverName.

Import is driven by the properties defined in the input NXOpen::CAE::CaeDataContainer propertyList. The exact properties can vary from solver to solver. An accurate list of property names is obtained by journaling the opertation first.


Created in NX7.5.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
solverNamethe name of the solver import
NOTE: The full Unicode character set is not supported for this parameter.
propertyListthe import parameters. See CAE::CaeSession::GetDataContainer .
NXOpen::CAE::MeshControlDisplayManager* NXOpen::CAE::CaePart::MeshControlDisplayMgr ( )

Returns the mesh control display manager belonging to this IFem
Created in NX3.0.0.


NXOpen::CAE::ModelCheckManager* NXOpen::CAE::CaePart::ModelCheckMgr ( )

Returns the select element manager belonging to this IFem
Created in NX3.0.0.


NXOpen::CAE::ModelingObjectPropertyTableCollection* NXOpen::CAE::CaePart::ModelingObjectPropertyTables ( )

Returns the modeling object property table collection belonging to this CAE Part
Created in NX3.0.0.


NXOpen::CAE::BeamSectionOffsetOptions* NXOpen::CAE::CaePart::NewBeamSectionOffsetOptions ( )

Creates a NXOpen::CAE::BeamSectionOffsetOptions .

Returns

Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling")
NXOpen::CAE::BeamSectionOptions* NXOpen::CAE::CaePart::NewBeamSectionOptions ( )

Creates a NXOpen::CAE::BeamSectionOptions .

Returns
the syncrhonize options object created
Created in NX6.0.0.

License requirements : nx_masterfem ("Finite Element Modeling")
NXOpen::CAE::BeamSectionOrientationOptions* NXOpen::CAE::CaePart::NewBeamSectionOrientationOptions ( )

Creates a NXOpen::CAE::BeamSectionOrientationOptions .

Returns

Created in NX7.5.0.

License requirements : nx_masterfem ("Finite Element Modeling")
NXOpen::CAE::MaterialOptions* NXOpen::CAE::CaePart::NewMaterialOptions ( )

Creates a NXOpen::CAE::MaterialOptions .

Returns
the material options object created
Created in NX5.0.0.

License requirements : None
NXOpen::CAE::NodeElementInfoManager* NXOpen::CAE::CaePart::NodeElementInfoMgr ( )

Returns the node element info manager belonging to this IFem
Created in NX3.0.0.


NXOpen::CAE::PhysicalPropertyTableCollection* NXOpen::CAE::CaePart::PhysicalPropertyTables ( )

Returns the physical property table collection belonging to this CAE Part
Created in NX3.0.0.


NXOpen::CAE::SelectElementsManager* NXOpen::CAE::CaePart::SelectElementMgr ( )

Returns the select element manager belonging to this IFem
Created in NX3.0.0.


void NXOpen::CAE::CaePart::SetDescription ( std::vector< NXString > &  description)

Sets the description assoicated with the Cae part.


Created in NX6.0.2.

License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
descriptiondescription
NOTE: The full Unicode character set is not supported for this parameter.
NXOpen::CAE::ShowHideManager* NXOpen::CAE::CaePart::ShowHideMgr ( )

Returns the show hide manager belonging to the part
Created in NX3.0.0.


NXOpen::CAE::SmartSelectionManager* NXOpen::CAE::CaePart::SmartSelectionMgr ( )

Returns the smart selection manager belonging to this part
Created in NX3.0.0.



The documentation for this class was generated from the following file:
Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.