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

载荷传递构建器 更多...

#include <Motion_LoadTransferBuilder.hxx>

类 NXOpen::Motion::LoadTransferBuilder 继承关系图:
NXOpen::Motion::MotionBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public 成员函数

std::vector< NXOpen::Motion::Graph * > CreateGraphObjects ()
std::vector< int > GetRecordedSteps ()
NXOpen::SelectNXObjectListLink ()
void SetRecordedSteps (const std::vector< int > &steps)
void SetVectorScale (double vectorScale)
void StoreGraphInAfu (const char *afu)
void StoreGraphInAfu (const NXString &afu)
double VectorScale ()
Public 成员函数 继承自 NXOpen::Motion::MotionBuilder
double DisplayScale ()
NXString GroupName ()
NXOpen::Motion::MotionObject::GroupType GroupType ()
void SetDisplayScale (double displayScale)
void SetGroupName (const char *groupName)
void SetGroupName (const NXString &groupName)
void SetGroupType (NXOpen::Motion::MotionObject::GroupType groupType)
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 _LoadTransferBuilderBuilder

详细描述

载荷传递构建器

表示 NXOpen::Motion::LoadTransferBuilder
要创建此类的新实例,请使用 NXOpen::Motion::LoadTransferCollection::CreateLoadTransferBuilder
默认值。

属性
VectorScale 1.0


在 NX9.0.0 中创建。

成员函数说明

◆ CreateGraphObjects()

std::vector< NXOpen::Motion::Graph * > NXOpen::Motion::LoadTransferBuilder::CreateGraphObjects ( )

创建图形对象

返回
NXOpen::Motion::Graph 对象数组
在 NX9.0.0 中创建。

许可证要求:mechanisms ("MECHANISMS")

◆ GetRecordedSteps()

std::vector< int > NXOpen::Motion::LoadTransferBuilder::GetRecordedSteps ( )

返回记录的步骤
在 NX9.0.0 中创建。

许可证要求:mechanisms ("MECHANISMS")

◆ Link()

NXOpen::SelectNXObjectList * NXOpen::Motion::LoadTransferBuilder::Link ( )

返回运动体
在 NX9.0.0 中创建。

许可证要求:mechanisms ("MECHANISMS")

◆ SetRecordedSteps()

void NXOpen::Motion::LoadTransferBuilder::SetRecordedSteps ( const std::vector< int > & steps)

设置记录的步骤
在 NX9.0.0 中创建。

许可证要求:mechanisms ("MECHANISMS")

参数
steps步骤

◆ SetVectorScale()

void NXOpen::Motion::LoadTransferBuilder::SetVectorScale ( double vectorScale)

设置矢量比例
在 NX9.0.0 中创建。

许可证要求:mechanisms ("MECHANISMS")

参数
vectorScale矢量比例

◆ StoreGraphInAfu() [1/2]

void NXOpen::Motion::LoadTransferBuilder::StoreGraphInAfu ( const char * afu)

将图形对象存储在afu文件中
在 NX9.0.0 中创建。

许可证要求:mechanisms ("MECHANISMS")

参数
afu存储图形结果的AFU文件名

◆ StoreGraphInAfu() [2/2]

void NXOpen::Motion::LoadTransferBuilder::StoreGraphInAfu ( const NXString & afu)

将图形对象存储在afu文件中
在 NX9.0.0 中创建。

许可证要求:mechanisms ("MECHANISMS")

参数
afu存储图形结果的AFU文件名

◆ VectorScale()

double NXOpen::Motion::LoadTransferBuilder::VectorScale ( )

返回矢量比例
在 NX9.0.0 中创建。

许可证要求:mechanisms ("MECHANISMS")