NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
GeometricAnalysis_SolidDensity.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++与JA API接口的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// GeometricAnalysis_SolidDensity.ja
9//
10// 生成工具:
11// apiwrap
12//
13// 警告:
14// 此文件由系统自动生成 - 请勿手动编辑
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/Builder.hxx>
22#include <NXOpen/SelectObjectList.hxx>
23#include <NXOpen/libnxopencpp_geometricanalysis_exports.hxx>
24#ifdef _MSC_VER
25#pragma warning(push)
26#pragma warning(disable:4996)
27#endif
28#ifdef __GNUC__
29#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
30#endif
31namespace NXOpen
32{
33 namespace GeometricAnalysis
34 {
35 class SolidDensity;
36 }
37 class Builder;
38 class SelectObjectList;
39 namespace GeometricAnalysis
40 {
41 class _SolidDensityBuilder;
42 class SolidDensityImpl;
48 class NXOPENCPP_GEOMETRICANALYSISEXPORT SolidDensity : public NXOpen::Builder
49 {
58 private: SolidDensityImpl * m_soliddensity_impl;
59 private: friend class _SolidDensityBuilder;
60 protected: SolidDensity();
61 public: ~SolidDensity();
66 (
67 );
75 public: double Density
76 (
77 );
85 public: void SetDensity
86 (
87 double density
88 );
97 (
98 );
106 public: void SetUnits
107 (
109 );
110 };
111 }
112}
113#ifdef _MSC_VER
114#pragma warning(pop)
115#endif
116#ifdef __GNUC__
117#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
118#pragma GCC diagnostic warning "-Wdeprecated-declarations"
119#endif
120#endif
121#undef EXPORTLIBRARY