NX Open C++ Reference Guide
|
Represents an NX part of type .prt. More...
Classes | |
struct | FeatureUpdateStatus |
Contains feature update status report. More... | |
struct | HistoryEvent |
Contains part history event information More... | |
struct | PartFamilyAttributeData |
Contains part family attributes information Created in NX6.0.0. More... | |
Public Types | |
enum | CloseModified { CloseModifiedUseResponses, CloseModifiedCloseModified, CloseModifiedDontCloseModified } |
Indicates how part close should handle component parts when they are modified More... | |
enum | PartFamilyAttrType { PartFamilyAttrTypeTextType = 1, PartFamilyAttrTypeNumericType, PartFamilyAttrTypeIntegerType, PartFamilyAttrTypeDoubleType, PartFamilyAttrTypeStringType, PartFamilyAttrTypePartType, PartFamilyAttrTypeNameType, PartFamilyAttrTypeInstanceType, PartFamilyAttrTypeExpressionType, PartFamilyAttrTypeMirrorType, PartFamilyAttrTypeDensityType, PartFamilyAttrTypeFeatureType } |
The part family attribute types. More... | |
enum | Preview { PreviewNo, PreviewOnSave, PreviewOnDemand } |
Specifies the preview mode of the part file. More... | |
enum | Relations { RelationsStandalone, RelationsReferenceExisting, RelationsMix } |
The relations of the part file. More... | |
enum | Units { UnitsInches, UnitsMillimeters, UnitsMix } |
The units of the part file. More... | |
Public Member Functions | |
NXOpen::Annotations::AnnotationManager * | Annotations () |
Returns the AnnotationManager for part Created in NX3.0.0. | |
NXOpen::GeometricUtilities::BlendStopshortBuilderCollection * | BlendStopshortBuilder () |
Returns the BlendStopshortBuilderCollection instance belonging to this part Created in NX5.0.0. | |
NXOpen::BodyCollection * | Bodies () |
Returns the BodyCollection instance belonging to this part Created in NX3.0.0. | |
NXOpen::CAM::CAMSetup * | CAMSetup () |
Returns the CAM setup of the work part Created in NX4.0.0. | |
NXOpen::ClipboardOperationsManager * | ClipboardOperationsManager () |
Returns the ClipboardOperations manager for this part Created in NX5.0.0. | |
NXOpen::Assemblies::ComponentGroupCollection * | ComponentGroups () |
Returns the collection of ComponentGroups for this part Created in NX5.0.0. | |
NXOpen::GeometricUtilities::BoundingObjectBuilder * | CreateBoundingObjectBuilder () |
Creates an GeometricUtilities::BoundingObjectBuilder object. | |
NXOpen::CAM::CAMSetup * | CreateCamSetup (const NXString &templateName) |
Creates CAM setup. | |
NXOpen::GeometricUtilities::BoundaryDefinitionBuilder * | CreateEmptyBoundaryDefinitionBuilder () |
Creates boundary definition builder object. | |
NXOpen::ExpressionCollectorSet * | CreateEmptyExpressionCollectorSet () |
Creates an empty ExpressionCollectorSet item. | |
NXOpen::ExpressionSectionSet * | CreateEmptyExpressionSectionSet () |
Creates an empty ExpressionSectionSet item. | |
NXOpen::ExpressionSet * | CreateEmptyExpressionSet () |
Creates an empty ExpressionSet item This method is deprecated. | |
NXOpen::RegionPoint * | CreateEmptyRegionPoint () |
Creates an empty item that contains a point and its corresponding body context for a region. | |
NXOpen::ExpressionCollectorSet * | CreateExpressionCollectorSet (NXOpen::ScCollector *collector, const NXString &value, const NXString &unitsType, int index) |
Creates an ExpressionCollectorSet item that contains a ScCollector collection and a corresponding expression. | |
NXOpen::ExpressionSectionSet * | CreateExpressionSectionSet (NXOpen::Section *section, const NXString &value, const NXString &unitsType, int index) |
Creates an ExpressionSectionSet item that contains a Section collection and a corresponding expression. | |
NXOpen::ExpressionSet * | CreateExpressionSet (NXOpen::NXObject *collector, const NXString &value, const NXString &unitsType, int index) |
Creates an ExpressionSet item that contains a selection collection and a corresponding expression This method is deprecated. | |
NXOpen::CAM::InspectionSetup * | CreateInspectionSetup (const NXString &templateName) |
Creates CMM Inspection setup. | |
NXOpen::SIM::KinematicConfigurator * | CreateKinematicConfigurator () |
Create an instance of SIM::KinematicConfigurator class that will be used to manage all Machine tool Builder and Configurator objects. | |
NXOpen::ObjectList * | CreateObjectList () |
Creates an empty list that can be populated with any NXObject. | |
NXOpen::PartFamilyManager * | CreatePartFamily (const std::vector< NXOpen::Part::PartFamilyAttributeData > &attributeData, NXOpen::PartFamilyMemberData *memberData) |
Create a part family of the part. | |
NXOpen::GeometricUtilities::PointSetAlignmentBuilder * | CreatePointSetAlignmentBuilder () |
Creates point set alignment builder object. | |
NXOpen::RegionPoint * | CreateRegionPoint (NXOpen::Point *point, NXOpen::Body *body) |
Creates an item that contains a point and its corresponding body context for a region. | |
NXOpen::GeometricUtilities::SelectionList * | CreateSelectionList () |
Creates a GeometricUtilities::SelectionList object. | |
NXOpen::GeometricUtilities::WaveLinkRepository * | CreateWavelinkRepository () |
Create the link repository to handle interpart selection. | |
NXOpen::Features::Feature * | CurrentFeature () |
Returns the current feature. | |
NXOpen::CutViewCollection * | CutViews () |
Returns the CutViewCollection instance belonging to this part Created in NX3.0.0. | |
void | DeleteCamSetup () |
Delete CAM setup Created in NX4.0.0. | |
void | DeleteInspectionSetup () |
Delete CMM Inspection setup Created in NX7.0.0. | |
void | DeleteRetainedDraftingObjectsInCurrentLayout () |
Deletes all retained drafting objects in the current layout of part that are currently in the "retained" state. | |
NXOpen::Die::DieSimCollection * | DieSimData () |
Returns the Die.DieSimCollection instance belonging to this part Created in NX3.0.0. | |
NXOpen::Annotations::DimensionCollection * | Dimensions () |
Returns the DimensionCollection instance belonging to this part Created in NX3.0.0. | |
NXOpen::Positioning::DisplayedConstraintCollection * | DisplayedConstraints () |
Returns the DisplayedConstraintCollection belonging to this part Created in NX7.5.0. | |
NXOpen::DraftingManager * | Drafting () |
Returns the DraftingManager for part Created in NX3.0.0. | |
NXOpen::Drafting::DraftingApplicationManager * | DraftingManager () |
Returns the DraftingApplicationManager for part Created in NX7.5.0. | |
NXOpen::Drawings::DraftingViewCollection * | DraftingViews () |
Returns the DraftingViewCollection instance belonging to this part Created in NX3.0.0. | |
NXOpen::DraftPointDataCollection * | DraftPointData () |
Returns the collection of DraftPointData Created in NX3.0.0. | |
NXOpen::DrawingCompareManager * | DrawingCompare () |
Returns the DraftingManager for part Created in NX7.5.0. | |
NXOpen::Drawings::DrawingSheetCollection * | DrawingSheets () |
Returns the DrawingSheetCollection instance belonging to this part Created in NX3.0.0. | |
NXOpen::GeometricUtilities::FacePlaneSelectionBuilderCollection * | FacePlaneSelectionBuilderData () |
Returns the FacePlaneSelectionBuilderCollection instance belonging to this part Created in NX6.0.0. | |
NXOpen::GeometricUtilities::FaceSetDataCollection * | FaceSetData () |
Returns the FaceSetDataCollection instance belonging to this part Created in NX5.0.0. | |
NXOpen::GeometricUtilities::FaceSetOffsetCollection * | FaceSetOffsets () |
Returns the FaceSetOffsets instance belonging to this part Created in NX3.0.0. | |
NXOpen::Facet::FacetedBodyCollection * | FacetedBodies () |
Returns the FacetedBodyCollection instance belonging to this part Created in NX5.0.0. | |
NXOpen::Features::FeatureCollection * | Features () |
Returns the FeatureCollection instance belonging to this part Created in NX3.0.0. | |
NXOpen::Mechatronics::GanttCollection * | GanttCollection () |
Returns the GanttCollection instance belonging to this part Created in NX7.5.1. | |
NXOpen::Annotations::GdtCollection * | Gdts () |
Returns a collection of GDTs Created in NX3.0.0. | |
NXOpen::GeometricUtilities::GeometryLocationDataCollection * | GeometryLocationData () |
Returns the GeometryLocationDataCollection instance belonging to this part Created in NX5.0.0. | |
std::vector < NXOpen::Part::HistoryEvent > | GetHistory () |
Get the history of a part. | |
std::vector< NXOpen::Part * > | GetInterpartChildren () |
Returns a list of child parts in the current session that contain interpart geometry. | |
std::vector< NXOpen::Part * > | GetInterpartParents () |
Returns a list of parts in the current session that contain the defining geometry for linked geometry in this part. | |
NXOpen::PartFamilyManager * | GetPartFamilyManager () |
Create an instance of a PartFamilyManager class that will be used to edit part family of the part. | |
std::vector < NXOpen::Part::FeatureUpdateStatus > | GetUpdateStatusReport (int *numFailed) |
Get feature update status report. | |
bool | HasReuseTemplate () |
Returns the indicator that the part contains a reuse template. | |
NXOpen::ImportManager * | ImportManager () |
Returns the import manager for this part Created in NX5.0.0. | |
NXOpen::CAM::InspectionSetup * | InspectionSetup () |
Returns the CMM Inspection setup of the work part Created in NX7.0.0. | |
bool | IsBookletPart () |
Returns the status on whether input part is bookletPart or not a bookletPart. | |
NXOpen::SIM::KinematicConfigurator * | KinematicConfigurator () |
Returns the SIM::KinematicConfigurator instance of the work part Created in NX7.5.0. | |
NXOpen::Annotations::LabelCollection * | Labels () |
Returns a collection of labels Created in NX3.0.0. | |
void | MakeAllFeaturesInactive () |
Makes all the features of the part inactive Created in NX7.5.4. | |
void | MakeNoPartModuleActive () |
Deactivates any part module that is active in the given part. | |
NXOpen::Motion::MarkerCollection * | Markers () |
Return a collection of Markers Created in NX3.0.0. | |
NXOpen::Mechatronics::MechatronicsManager * | MechatronicsManager () |
Returns the MechatronicsManager instance belonging to this part Created in NX7.5.1. | |
NXOpen::Motion::MotionManager * | MotionManager () |
Returns the MotionManager for this part Created in NX3.0.0. | |
NXOpen::PartCloseResponses * | NewPartCloseResponses () |
Constructs a new PartCloseResponses class. | |
NXOpen::PartFamilyMemberData * | NewPartFamilyMemberData () |
Create an instance of a PartFamilyMemberData class that will be used to store the member count and member values of each member. | |
NXOpen::PartFamilyMemberValues * | NewPartFamilyMemberValues () |
Create an instance of a PartFamilyMemberValues class that will be used to store the attribute values of a member. | |
NXOpen::Annotations::NoteCollection * | Notes () |
Returns a collection of notes Created in NX3.0.0. | |
NXOpen::BodyDes::OnestepUnformCollection * | OnestepUnforms () |
Returns the BodyDes.OnestepUnformCollection instance belonging to this part Created in NX3.0.0. | |
NXOpen::Motion::PackagingCollection * | PackagingCollection () |
Returns the PackagingCollection for this part Created in NX3.0.0. | |
NXOpen::Features::ShipDesign::PenetrationManager * | PenetrationManager () |
Returns the PenetrationManager for this part Created in NX8.0.0. | |
NXOpen::Mechatronics::PhysicsManager * | PhysicsManager () |
Returns the PhysicsManager for this part Created in NX7.5.1. | |
NXOpen::Annotations::PmiManager * | PmiManager () |
Returns the PmiManager for this part Created in NX3.0.0. | |
NXOpen::Part::Preview | PreviewMode () |
Returns the preview mode This property is deprecated. | |
NXOpen::Assemblies::ProductInterface::Collection * | ProductInterface () |
Returns the ProductInterface Collection Created in NX5.0.0. | |
NXOpen::Assemblies::RelinkerCollection * | Relinkers () |
Returns the RelinkerCollection instance belonging to this part Created in NX3.0.0. | |
void | ResetTimestampToLatestFeature () |
Sets the timestamp for the part to the timestamp of the latest feature in the part. | |
NXOpen::Tooling::AddReusablePartCollection * | ReusableParts () |
Returns the AddReusablePartCollection instance belonging to this part Created in NX3.0.0. | |
NXOpen::Routing::RouteManager * | RouteManager () |
Returns the RouteManager for this part Created in NX3.0.0. | |
NXOpen::ScRuleFactory * | ScRuleFactory () |
Returns the ScRuleFactory instance belonging to this part Created in NX3.0.0. | |
NXOpen::Routing::SegmentManager * | SegmentManager () |
Returns the SegmentManager for this part Created in NX3.0.0. | |
void | SetPreviewMode (NXOpen::Part::Preview mode) |
Sets the preview mode This property is deprecated. | |
NXOpen::SketchCollection * | Sketches () |
Returns the SketchCollection instance belonging to this part Created in NX3.0.0. | |
NXOpen::SketchEvaluatorCollection * | SketchEvaluators () |
Returns the collection of SketchEvaluator Created in NX3.0.0. | |
NXOpen::GeometricUtilities::SpinePointDataCollection * | SpinePointData () |
Returns the SpinePointDataCollection instance belonging to this part Created in NX5.0.0. | |
NXOpen::Tooling::ToolingManager * | ToolingManager () |
Returns the ToolingManager instance belonging to this part Created in NX3.0.0. | |
NXOpen::TracelineCollection * | Tracelines () |
Returns a collection of tracelines Created in NX3.0.0. | |
NXOpen::Preferences::ViewPreferences * | ViewPreferences () |
Returns the ViewPreferences Collection Created in NX5.0.0. |
Represents an NX part of type .prt.
Use the PartCollection class to load or create a part.
Created in NX3.0.0.
Indicates how part close should handle component parts when they are modified
CloseModifiedUseResponses |
Use the responses in PartCloseResponses to determine whether to close a modified part or not. |
CloseModifiedCloseModified |
Close all modified parts. |
CloseModifiedDontCloseModified |
Do not close any modified parts. |
Reimplemented from NXOpen::BasePart.
The part family attribute types.
Created in NX6.0.0.
enum NXOpen::Part::Units |
The units of the part file.
Reimplemented from NXOpen::BasePart.
Returns the AnnotationManager for part
Created in NX3.0.0.
NXOpen::GeometricUtilities::BlendStopshortBuilderCollection* NXOpen::Part::BlendStopshortBuilder | ( | ) |
Returns the BlendStopshortBuilderCollection instance belonging to this part
Created in NX5.0.0.
Returns the BodyCollection instance belonging to this part
Created in NX3.0.0.
Returns the CAM setup of the work part
Created in NX4.0.0.
License requirements : cam_base ("CAM BASE")
Returns the ClipboardOperations manager for this part
Created in NX5.0.0.
Returns the collection of ComponentGroups for this part
Created in NX5.0.0.
Creates an GeometricUtilities::BoundingObjectBuilder object.
NXOpen::CAM::CAMSetup* NXOpen::Part::CreateCamSetup | ( | const NXString & | templateName | ) |
Creates CAM setup.
templateName | the name of the template type NOTE: The full Unicode character set is not supported for this parameter. |
NXOpen::GeometricUtilities::BoundaryDefinitionBuilder* NXOpen::Part::CreateEmptyBoundaryDefinitionBuilder | ( | ) |
Creates boundary definition builder object.
Creates an empty ExpressionCollectorSet item.
Creates an empty ExpressionSectionSet item.
Creates an empty ExpressionSet item
This method is deprecated.
Use CreateEmptyExpressionSectionSet or CreateEmptyExpressionCollectorSet instead. Note that this API cannot be used together with the new APIs.
Created in NX4.0.0.
License requirements : None
Creates an empty item that contains a point and its corresponding body context for a region.
NXOpen::ExpressionCollectorSet* NXOpen::Part::CreateExpressionCollectorSet | ( | NXOpen::ScCollector * | collector, |
const NXString & | value, | ||
const NXString & | unitsType, | ||
int | index | ||
) |
Creates an ExpressionCollectorSet item that contains a ScCollector collection and a corresponding expression.
collector | Selection object |
value | initial expression string |
unitsType | units of expression |
index | index of this item in a list, -1 if N/A or unknown |
NXOpen::ExpressionSectionSet* NXOpen::Part::CreateExpressionSectionSet | ( | NXOpen::Section * | section, |
const NXString & | value, | ||
const NXString & | unitsType, | ||
int | index | ||
) |
Creates an ExpressionSectionSet item that contains a Section collection and a corresponding expression.
section | Section object |
value | initial expression string |
unitsType | units of expression |
index | index of this item in a list, -1 if N/A or unknown |
NXOpen::ExpressionSet* NXOpen::Part::CreateExpressionSet | ( | NXOpen::NXObject * | collector, |
const NXString & | value, | ||
const NXString & | unitsType, | ||
int | index | ||
) |
Creates an ExpressionSet item that contains a selection collection and a corresponding expression
This method is deprecated.
Use CreateExpressionSectionSet or CreateExpressionCollectorSet instead. Note that this API cannot be used together with the new APIs.
Created in NX4.0.0.
License requirements : None
collector | Collector object |
value | initial expression string NOTE: The full Unicode character set is not supported for this parameter. |
unitsType | units of expression NOTE: The full Unicode character set is not supported for this parameter. |
index | index of this item in a list, -1 if N/A or unknown |
NXOpen::CAM::InspectionSetup* NXOpen::Part::CreateInspectionSetup | ( | const NXString & | templateName | ) |
Creates CMM Inspection setup.
templateName | the name of the template type NOTE: The full Unicode character set is not supported for this parameter. |
Create an instance of SIM::KinematicConfigurator class that will be used to manage all Machine tool Builder and Configurator objects.
Creates an empty list that can be populated with any NXObject.
NXOpen::PartFamilyManager* NXOpen::Part::CreatePartFamily | ( | const std::vector< NXOpen::Part::PartFamilyAttributeData > & | attributeData, |
NXOpen::PartFamilyMemberData * | memberData | ||
) |
Create a part family of the part.
attributeData | the attributes data |
memberData | the member data |
NXOpen::GeometricUtilities::PointSetAlignmentBuilder* NXOpen::Part::CreatePointSetAlignmentBuilder | ( | ) |
Creates point set alignment builder object.
NXOpen::RegionPoint* NXOpen::Part::CreateRegionPoint | ( | NXOpen::Point * | point, |
NXOpen::Body * | body | ||
) |
Creates a GeometricUtilities::SelectionList object.
Create the link repository to handle interpart selection.
Returns the current feature.
Created in NX3.0.0.
License requirements : None
Returns the CutViewCollection instance belonging to this part
Created in NX3.0.0.
void NXOpen::Part::DeleteCamSetup | ( | ) |
Delete CAM setup
Created in NX4.0.0.
License requirements : cam_base ("CAM BASE")
void NXOpen::Part::DeleteInspectionSetup | ( | ) |
Delete CMM Inspection setup
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
Deletes all retained drafting objects in the current layout of part that are currently in the "retained" state.
Created in NX3.0.0.
License requirements : None
Returns the Die.DieSimCollection instance belonging to this part
Created in NX3.0.0.
Returns the DimensionCollection instance belonging to this part
Created in NX3.0.0.
Returns the DisplayedConstraintCollection belonging to this part
Created in NX7.5.0.
Returns the DraftingManager for part
Created in NX3.0.0.
Returns the DraftingApplicationManager for part
Created in NX7.5.0.
Returns the DraftingViewCollection instance belonging to this part
Created in NX3.0.0.
Returns the collection of DraftPointData
Created in NX3.0.0.
Returns the DraftingManager for part
Created in NX7.5.0.
Returns the DrawingSheetCollection instance belonging to this part
Created in NX3.0.0.
NXOpen::GeometricUtilities::FacePlaneSelectionBuilderCollection* NXOpen::Part::FacePlaneSelectionBuilderData | ( | ) |
Returns the FacePlaneSelectionBuilderCollection instance belonging to this part
Created in NX6.0.0.
Returns the FaceSetDataCollection instance belonging to this part
Created in NX5.0.0.
Returns the FaceSetOffsets instance belonging to this part
Created in NX3.0.0.
Returns the FacetedBodyCollection instance belonging to this part
Created in NX5.0.0.
Returns the FeatureCollection instance belonging to this part
Created in NX3.0.0.
Returns the GanttCollection instance belonging to this part
Created in NX7.5.1.
Returns a collection of GDTs
Created in NX3.0.0.
Returns the GeometryLocationDataCollection instance belonging to this part
Created in NX5.0.0.
std::vector<NXOpen::Part::HistoryEvent> NXOpen::Part::GetHistory | ( | ) |
Get the history of a part.
This method is deprecated. Use BasePart::GetHistoryInformation instead.
Created in NX3.0.0.
License requirements : None
std::vector<NXOpen::Part *> NXOpen::Part::GetInterpartChildren | ( | ) |
Returns a list of child parts in the current session that contain interpart geometry.
std::vector<NXOpen::Part *> NXOpen::Part::GetInterpartParents | ( | ) |
Returns a list of parts in the current session that contain the defining geometry for linked geometry in this part.
Create an instance of a PartFamilyManager class that will be used to edit part family of the part.
std::vector<NXOpen::Part::FeatureUpdateStatus> NXOpen::Part::GetUpdateStatusReport | ( | int * | numFailed | ) |
Get feature update status report.
numFailed | number of failed features |
bool NXOpen::Part::HasReuseTemplate | ( | ) |
Returns the indicator that the part contains a reuse template.
Created in NX6.0.0.
License requirements : None
Returns the import manager for this part
Created in NX5.0.0.
Returns the CMM Inspection setup of the work part
Created in NX7.0.0.
License requirements : insp_programming ("INSPECTION PROGRAMMING")
bool NXOpen::Part::IsBookletPart | ( | ) |
Returns the status on whether input part is bookletPart or not a bookletPart.
Created in NX8.0.0.
License requirements : None
Returns the SIM::KinematicConfigurator instance of the work part
Created in NX7.5.0.
License requirements : ug_isv_full ("Full functionality for Integrated Simulation and Verification")
Returns a collection of labels
Created in NX3.0.0.
Makes all the features of the part inactive
Created in NX7.5.4.
License requirements : solid_modeling ("SOLIDS MODELING")
void NXOpen::Part::MakeNoPartModuleActive | ( | ) |
Deactivates any part module that is active in the given part.
Created in NX8.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
Return a collection of Markers
Created in NX3.0.0.
Returns the MechatronicsManager instance belonging to this part
Created in NX7.5.1.
Returns the MotionManager for this part
Created in NX3.0.0.
Constructs a new PartCloseResponses class.
This class is used to communicate whether to close certain parts if they are modified during part close.
Created in NX3.0.0.
License requirements : None
Create an instance of a PartFamilyMemberData class that will be used to store the member count and member values of each member.
Create an instance of a PartFamilyMemberValues class that will be used to store the attribute values of a member.
Returns a collection of notes
Created in NX3.0.0.
Returns the BodyDes.OnestepUnformCollection instance belonging to this part
Created in NX3.0.0.
Returns the PackagingCollection for this part
Created in NX3.0.0.
Returns the PenetrationManager for this part
Created in NX8.0.0.
Returns the PhysicsManager for this part
Created in NX7.5.1.
Returns the PmiManager for this part
Created in NX3.0.0.
Returns the preview mode
This property is deprecated.
Use BasePart::PartPreviewMode and BasePart::SetPartPreviewMode instead.
Created in NX3.0.0.
License requirements : None
Returns the ProductInterface Collection
Created in NX5.0.0.
Returns the RelinkerCollection instance belonging to this part
Created in NX3.0.0.
Sets the timestamp for the part to the timestamp of the latest feature in the part.
Use this when you have deleted the latest feature and you want to reuse the timestamp assigned to that feature
Created in NX3.0.0.
License requirements : None
Returns the AddReusablePartCollection instance belonging to this part
Created in NX3.0.0.
Returns the RouteManager for this part
Created in NX3.0.0.
Returns the ScRuleFactory instance belonging to this part
Created in NX3.0.0.
Returns the SegmentManager for this part
Created in NX3.0.0.
void NXOpen::Part::SetPreviewMode | ( | NXOpen::Part::Preview | mode | ) |
Sets the preview mode
This property is deprecated.
Use BasePart::PartPreviewMode and BasePart::SetPartPreviewMode instead.
Created in NX3.0.0.
License requirements : None
mode | mode |
Returns the SketchCollection instance belonging to this part
Created in NX3.0.0.
Returns the collection of SketchEvaluator
Created in NX3.0.0.
Returns the SpinePointDataCollection instance belonging to this part
Created in NX5.0.0.
Returns the ToolingManager instance belonging to this part
Created in NX3.0.0.
Returns a collection of tracelines
Created in NX3.0.0.
Returns the ViewPreferences Collection
Created in NX5.0.0.