NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
NXOpen::QuickUsdzCreator类 参考

快速USDZ创建器 更多...

#include <QuickUsdzCreator.hxx>

类 NXOpen::QuickUsdzCreator 继承关系图:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public 类型

enum  ExportedUpVector { ExportedUpVectorYAxis , ExportedUpVectorZAxis }

Public 成员函数

NXString FileLocation ()
void SetFileLocation (const char *filename)
void SetFileLocation (const NXString &filename)
void SetUpVector (NXOpen::QuickUsdzCreator::ExportedUpVector exportEntity)
NXOpen::QuickUsdzCreator::ExportedUpVector UpVector ()
Public 成员函数 继承自 NXOpen::Builder
NXOpen::NXObjectCommit ()
void Destroy ()
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
NXOpen::NXObjectGetObject ()
NXOpen::PreviewBuilderPreviewBuilder ()
void ShowResults ()
virtual bool Validate ()
Public 成员函数 继承自 NXOpen::TaggedObject
tag_t Tag () const

友元

class _QuickUsdzCreatorBuilder

详细描述

快速USDZ创建器

表示用于快速导出USDZ文件的NXOpen::QuickUsdzCreator 此类通过NXOpen::DexManager 创建。 Commit()将返回空对象
要创建此类的新实例,请使用NXOpen::DexManager::CreateQuickUsdzCreator
默认值:

属性
向上向量 Y轴


版本:NX2206.5000.0

成员枚举类型说明

◆ ExportedUpVector

指定导出模型的向上向量选项

枚举值
ExportedUpVectorYAxis 

Y轴

ExportedUpVectorZAxis 

Z轴

成员函数说明

◆ FileLocation()

NXString NXOpen::QuickUsdzCreator::FileLocation ( )

获取文件路径
版本:NX2206.5000.0

许可要求:无

◆ SetFileLocation() [1/2]

void NXOpen::QuickUsdzCreator::SetFileLocation ( const char * filename)

设置文件路径
版本:NX2206.5000.0

许可要求:无

参数
filename文件名

◆ SetFileLocation() [2/2]

void NXOpen::QuickUsdzCreator::SetFileLocation ( const NXString & filename)

设置文件路径
版本:NX2206.5000.0

许可要求:无

参数
filename文件名

◆ SetUpVector()

void NXOpen::QuickUsdzCreator::SetUpVector ( NXOpen::QuickUsdzCreator::ExportedUpVector exportEntity)

设置向上向量
版本:NX2206.5000.0

许可要求:无

参数
exportEntity导出实体

◆ UpVector()

NXOpen::QuickUsdzCreator::ExportedUpVector NXOpen::QuickUsdzCreator::UpVector ( )

获取向上向量
版本:NX2206.5000.0

许可要求:无