NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
HumanData.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// HumanData.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/TransientObject.hxx>
22#include <NXOpen/ugmath.hxx>
23#include <NXOpen/libnxopencpp_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 class HumanData;
34 class NXObject;
35 class HumanDataImpl;
39 class NXOPENCPPEXPORT HumanData : public NXOpen::TransientObject
40 {
48
54
61
72
83
94
102
108
137
151
204
210
225
231
238
244
251
257
264
278
293
299
306
314
320
362 private: HumanDataImpl * m_humandata_impl;
364 public: explicit HumanData(void *ptr);
366
369 public: virtual ~HumanData();
374 (
375 );
380 (
381 );
386 (
387 );
392 (
393 );
397 public: double StatureValue
398 (
399 );
404 (
405 );
409 public: double WeightValue
410 (
411 );
416 (
417 );
422 (
423 );
428 (
429 );
433 public: void GetXform
434 (
435 NXOpen::Matrix3x3* orientation ,
436 NXOpen::Point3d* position
437 );
438 }; //lint !e1712 default constructor not defined for class
439}
440#ifdef _MSC_VER
441#pragma warning(pop)
442#endif
443#ifdef __GNUC__
444#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
445#pragma GCC diagnostic warning "-Wdeprecated-declarations"
446#endif
447#endif
448#undef EXPORTLIBRARY