NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Tooling_CostDataObject.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// Header for C++ interface to JA API
5//--------------------------------------------------------------------------
6//
7// Source File:
8// Tooling_CostDataObject.ja
9//
10// Generated by:
11// apiwrap
12//
13// WARNING:
14// This file is automatically generated - do not edit by hand
15//
16#pragma once
17#include <NXOpen/NXDeprecation.hxx>
18#include <vector>
19#include <NXOpen/NXString.hxx>
20#include <NXOpen/Callback.hxx>
21#include <NXOpen/TaggedObject.hxx>
22#include <NXOpen/libnxopencpp_tooling_exports.hxx>
23#ifdef _MSC_VER
24#pragma warning(push)
25#pragma warning(disable:4996)
26#endif
27#ifdef __GNUC__
28#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
29#endif
30namespace NXOpen
31{
32 namespace Tooling
33 {
34 class CostDataObject;
35 }
36 class Body;
37 namespace Tooling
38 {
39 class _CostDataObjectBuilder;
40 class CostDataObjectImpl;
45 class NXOPENCPP_TOOLINGEXPORT CostDataObject : public NXOpen::TaggedObject
46 {
53 private: CostDataObjectImpl * m_costdataobject_impl;
54 private: friend class _CostDataObjectBuilder;
55 protected: CostDataObject();
56 public: ~CostDataObject();
60 public: void AskCostObjects
61 (
62 int objectType ,
63 int objectSubtype ,
64 std::vector<NXOpen::Tooling::CostDataObject *> & costObjects
65 );
70 (
71 std::vector<int> & pFacetIds
72 );
77 (
78 std::vector<NXString> & costObjectStringValueList
79 );
84 (
85 std::vector<NXOpen::Body *> & convergentBodies
86 );
91 (
92 bool isExpanded
93 );
97 public: void GetChildren
98 (
99 std::vector<NXOpen::Tooling::CostDataObject *> & childrenCostFeatures
100 );
105 (
106 );
110 public: void SetQuotationType
111 (
113 );
114 };
115 }
116}
117#ifdef _MSC_VER
118#pragma warning(pop)
119#endif
120#ifdef __GNUC__
121#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
122#pragma GCC diagnostic warning "-Wdeprecated-declarations"
123#endif
124#endif
125#undef EXPORTLIBRARY