|
NX Open C++ 参考指南 2406 v1.1
|
运动仿真构建器 更多...
#include <Tooling_MotionSimulationBuilder.hxx>
友元 | |
| class | _MotionSimulationBuilderBuilder |
运动仿真构建器
Represents a NXOpen::Tooling::MotionSimulationBuilder to support dynamic interference check.
To create a new instance of this class, use NXOpen::Tooling::MotionSimulationCollection::CreateMotionSimulationBuilder
Default values.
| Property | Value |
|---|---|
| AvoidMountChildren | 0 |
| CamDefinitionMethod (deprecated) | AutomaticalDefinedCam |
| CrankRadius.Value | 0 |
| CsysVisibility | 0 |
| DiePitch.Value | 0 |
| DiePitch02.Value | 10.0 (millimeters part), 1.0 (inches part) |
| EjectionMotionStartAngle | 0 |
| EjectionMotionStopAngle | 0 |
| EjectionStartAngle | 0 |
| EjectorMoveOption | After |
| HideMotionItem | 0 |
| IncludeBlank | 0 |
| IsDataFileValid | 0 |
| IsRemoveCurrentKinematicModel | 0 |
| LiftHeight.Value | 0 |
| LiftHeight02.Value | 10.0 (millimeters part), 1.0 (inches part) |
| MachineStroke.Value | 0 |
| MoldOpenAngle | 0 |
| MountingTolerance.Value | 0 |
| ProductMoveUpDistance.Value | 0 |
| 注:原文件此处未完整显示,保留原样 |
</item RelativeMotion 0 RenameComponents 0 SafeDistance 2 StripTravel.Value 0 StrokeAngleStep.Value 1 StrokePerMinute 0 TransferEndAngle.Value 250 TransferStartAngle.Value 110
Created in NX7.5.0.
| void NXOpen::Tooling::MotionSimulationBuilder::AddSafeDistanceAttribute | ( | bool | editEixstChecker | ) |
Add safe distance attribute
Created in NX1980.0.0.
License requirements : ug_mold_design ("UG MOLD") OR nx_electrode_wizard ("NX Electrode Wizard") OR prog_die_wizard ("UG/Progressive Die Wizard") OR die_engineering ("DIE ENGINEERING") OR ug_die_design ("Die Design")
| editEixstChecker | editeixstchecker |
| bool NXOpen::Tooling::MotionSimulationBuilder::AvoidMountChildren | ( | ) |
返回避免安装子组件开关,指定是否避免从子装配体安装子组件
创建于 NX12.0.2.
许可要求:无
| NXOpen::SelectBodyList * NXOpen::Tooling::MotionSimulationBuilder::Component | ( | ) |
返回要分配给运动学组件的模具组件的组件。
创建于 NX7.5.0。
权限要求:无
| NXString NXOpen::Tooling::MotionSimulationBuilder::ControlDataFile | ( | ) |
Returns the constrol data to import to kinematic model
Created in NX7.5.0.
License requirements : None
| NXOpen::Expression * NXOpen::Tooling::MotionSimulationBuilder::CrankRadius | ( | ) |
Returns the crank radius to calculate controller data.
Created in NX7.5.0.
License requirements : None
| bool NXOpen::Tooling::MotionSimulationBuilder::CsysVisibility | ( | ) |
返回坐标系可见性,以指定是否在运动学模型中隐藏坐标系。
创建于 NX7.5.0。
权限要求:无
| void NXOpen::Tooling::MotionSimulationBuilder::DeleteTargetSafeDistanceItem | ( | const char * | labelString | ) |
Delet safe distance item
Created in NX1980.0.0.
License requirements : ug_mold_design ("UG MOLD") OR nx_electrode_wizard ("NX Electrode Wizard") OR prog_die_wizard ("UG/Progressive Die Wizard") OR die_engineering ("DIE ENGINEERING") OR ug_die_design ("Die Design")
| labelString | labelstring |
| void NXOpen::Tooling::MotionSimulationBuilder::DeleteTargetSafeDistanceItem | ( | const NXString & | labelString | ) |
Delet safe distance item
Created in NX1980.0.0.
License requirements : ug_mold_design ("UG MOLD") OR nx_electrode_wizard ("NX Electrode Wizard") OR prog_die_wizard ("UG/Progressive Die Wizard") OR die_engineering ("DIE ENGINEERING") OR ug_die_design ("Die Design")
| labelString | labelstring |
| NXOpen::Expression * NXOpen::Tooling::MotionSimulationBuilder::DiePitch | ( | ) |
Returns the die pitch to calculate controller data.
Created in NX7.5.0.
License requirements : None
| NXOpen::Expression * NXOpen::Tooling::MotionSimulationBuilder::DiePitch02 | ( | ) |
Returns the die pitch value for second strip, it's used to calculate controller data.
Created in NX10.0.0.
License requirements : None
| void NXOpen::Tooling::MotionSimulationBuilder::EditTargetSafeDistance | ( | const char * | selectedLabel, |
| double | safeValue ) |
Edit safe value of special distance checker item
Created in NX1980.0.0.
License requirements : ug_mold_design ("UG MOLD") OR nx_electrode_wizard ("NX Electrode Wizard") OR prog_die_wizard ("UG/Progressive Die Wizard") OR die_engineering ("DIE ENGINEERING") OR ug_die_design ("Die Design")
| selectedLabel | selectedlabel |
| safeValue | safevalue |
| void NXOpen::Tooling::MotionSimulationBuilder::EditTargetSafeDistance | ( | const NXString & | selectedLabel, |
| double | safeValue ) |
Edit safe value of special distance checker item
Created in NX1980.0.0.
License requirements : ug_mold_design ("UG MOLD") OR nx_electrode_wizard ("NX Electrode Wizard") OR prog_die_wizard ("UG/Progressive Die Wizard") OR die_engineering ("DIE ENGINEERING") OR ug_die_design ("Die Design")
| selectedLabel | selectedlabel |
| safeValue | safevalue |
| double NXOpen::Tooling::MotionSimulationBuilder::EjectionMotionStartAngle | ( | ) |
Returns the ejection start angle
Created in NX2312.0.0.
License requirements : None
| double NXOpen::Tooling::MotionSimulationBuilder::EjectionMotionStopAngle | ( | ) |
Returns the ejection stop angle
Created in NX2312.0.0.
License requirements : None
| double NXOpen::Tooling::MotionSimulationBuilder::EjectionStartAngle | ( | ) |
Returns the mold fully open angle
Created in NX10.0.3.
License requirements : None
| NXOpen::Tooling::MotionSimulationBuilder::EjectorMoveOptions NXOpen::Tooling::MotionSimulationBuilder::EjectorMoveOption | ( | ) |
Returns the ejector move option
Created in NX10.0.0.
License requirements : None
| NXString NXOpen::Tooling::MotionSimulationBuilder::ExportControlData | ( | ) |
返回运动模型控制数据的导出文件
创建于 NX10.0.0.
许可要求:无
| void NXOpen::Tooling::MotionSimulationBuilder::GetMountedBodyObjects | ( | const char * | mountType, |
| std::vector< NXOpen::NXObject * > & | mountedBodyObjects ) |
Gets the mounted body objects in kinamatic model.
Created in NX12.0.2.
License requirements : None
| mountType | mounttype |
| mountedBodyObjects | The array of mounted body objects. |
| void NXOpen::Tooling::MotionSimulationBuilder::GetMountedBodyObjects | ( | const NXString & | mountType, |
| std::vector< NXOpen::NXObject * > & | mountedBodyObjects ) |
Gets the mounted body objects in kinamatic model.
Created in NX12.0.2.
License requirements : None
| mountType | mounttype |
| mountedBodyObjects | The array of mounted body objects. |
| bool NXOpen::Tooling::MotionSimulationBuilder::HideMotionItem | ( | ) |
返回隐藏运动项开关,指定如果运动项中无安装组件是否从树列表中移除该运动项
创建于 NX10.0.3.
许可要求:无
| bool NXOpen::Tooling::MotionSimulationBuilder::IncludeBlank | ( | ) |
返回包含空白标志,以指定是否将空白体安装到运动学模型中。
创建于 NX7.5.0。
权限要求:无
| bool NXOpen::Tooling::MotionSimulationBuilder::IsDataFileValid | ( | ) |
Returns the attribute value, which specifies whether the control data file is valid or not
Created in NX12.0.2.
License requirements : None
| bool NXOpen::Tooling::MotionSimulationBuilder::IsRemoveCurrentKinematicModel | ( | ) |
Returns the attribute value, which specifies whether to remove current kinamatic model or not
Created in NX12.0.2.
License requirements : None
| NXOpen::SelectBody * NXOpen::Tooling::MotionSimulationBuilder::KinematicModel | ( | ) |
Returns the kinematic model to specify whose parameters need to be modified.
Created in NX7.5.0.
License requirements : None
| NXString NXOpen::Tooling::MotionSimulationBuilder::KinematicModelName | ( | ) |
Returns the kinematic model name.
Created in NX12.0.2.
License requirements : None
| NXOpen::Expression * NXOpen::Tooling::MotionSimulationBuilder::LiftHeight | ( | ) |
Returns the lift height to calculate controller data.
Created in NX7.5.0.
License requirements : None
| NXOpen::Expression * NXOpen::Tooling::MotionSimulationBuilder::LiftHeight02 | ( | ) |
Returns the lift height for second strip, it's used to calculate controller data.
Created in NX10.0.0.
License requirements : None
| NXOpen::Expression * NXOpen::Tooling::MotionSimulationBuilder::MachineStroke | ( | ) |
Returns the machine stroke to calculate controller data.
Created in NX7.5.0.
License requirements : None
| int NXOpen::Tooling::MotionSimulationBuilder::ModelListSelectedNumber | ( | ) |
返回运动学模型列表的选定数量。
创建于 NX12.0.2。
权限要求:无
| NXOpen::Tooling::MotionSimulationBuilder::MoldbaseStyleType NXOpen::Tooling::MotionSimulationBuilder::MoldbaseStyle | ( | ) |
Returns the moldbase style to control the visibility of process parameters for mold
Created in NX7.5.0.
License requirements : None
| double NXOpen::Tooling::MotionSimulationBuilder::MoldOpenAngle | ( | ) |
Returns the hydraulic motion option
Created in NX10.0.3.
License requirements : None
| void NXOpen::Tooling::MotionSimulationBuilder::MountComponent | ( | const std::vector< NXOpen::NXObject * > & | componentsArray | ) |
Mount component
Created in NX12.0.2.
License requirements : ug_mold_design ("UG MOLD") OR nx_electrode_wizard ("NX Electrode Wizard") OR prog_die_wizard ("UG/Progressive Die Wizard") OR die_engineering ("DIE ENGINEERING") OR ug_die_design ("Die Design")
| componentsArray | componentsarray |
| NXOpen::Expression * NXOpen::Tooling::MotionSimulationBuilder::MountingTolerance | ( | ) |
Returns the tolerance to control the accuracy of facet bodies created when mounting
Created in NX2406.0.0.
License requirements : None
| void NXOpen::Tooling::MotionSimulationBuilder::MountKinematicComponents | ( | ) |
Mount kinematic components
Created in NX12.0.2.
License requirements : ug_mold_design ("UG MOLD") OR nx_electrode_wizard ("NX Electrode Wizard") OR prog_die_wizard ("UG/Progressive Die Wizard") OR die_engineering ("DIE ENGINEERING") OR ug_die_design ("Die Design")
| NXOpen::Tooling::MotionSimulationBuilder::NX_DEPRECATED | ( | "Deprecated in NX10.0.0. This functionality is no longer supported." | ) |
返回用于克隆运动学模型的重命名规则。
| NXOpen::Tooling::MotionSimulationBuilder::NX_DEPRECATED | ( | "Deprecated in NX10.0.0. This functionality is no longer supported." | ) | const & |
| NXOpen::Expression * NXOpen::Tooling::MotionSimulationBuilder::ProductMoveUpDistance | ( | ) |
Returns the mold product move up distance
Created in NX2212.0.0.
License requirements : None
| bool NXOpen::Tooling::MotionSimulationBuilder::RelativeMotion | ( | ) |
Returns the hide motion item toggle, which specifies whether to remove the motion item from the tree list if there is no mounted component in it
Created in NX11.0.0.
License requirements : None
| void NXOpen::Tooling::MotionSimulationBuilder::RemoveSafeDistanceAttibute | ( | int | targetIndex | ) |
Remove safe distance attribute
Created in NX1980.0.0.
License requirements : ug_mold_design ("UG MOLD") OR nx_electrode_wizard ("NX Electrode Wizard") OR prog_die_wizard ("UG/Progressive Die Wizard") OR die_engineering ("DIE ENGINEERING") OR ug_die_design ("Die Design")
| targetIndex | targetindex |
| bool NXOpen::Tooling::MotionSimulationBuilder::RenameComponents | ( | ) |
返回是否重命名运动学模型组件。
创建于 NX9.0.0。
权限要求:无
| bool NXOpen::Tooling::MotionSimulationBuilder::ReReadConfigData | ( | ) |
Returns the attribute value, which specifies whether to reread configure data or not
Created in NX1847.0.0.
License requirements : None
| NXOpen::SelectBodyList * NXOpen::Tooling::MotionSimulationBuilder::SafeDisComponent | ( | ) |
Returns the targets components to assign safe distance.
Created in NX1980.0.0.
License requirements : None
| double NXOpen::Tooling::MotionSimulationBuilder::SafeDistance | ( | ) |
Returns the safe distance
Created in NX1980.0.0.
License requirements : None
| NXOpen::SelectBodyList * NXOpen::Tooling::MotionSimulationBuilder::SafeDisTargetComponent | ( | ) |
Returns the tool component to assign safe distance.
Created in NX1980.0.0.
License requirements : None
| NXString NXOpen::Tooling::MotionSimulationBuilder::SelectedMountType | ( | ) |
返回所选安装类型。
创建于 NX12.0.2.
许可要求:无
| void NXOpen::Tooling::MotionSimulationBuilder::SetAvoidMountChildren | ( | bool | avoidMountChildren | ) |
设置避免安装子组件开关,指定是否避免从子装配体安装子组件
创建于 NX12.0.2.
许可要求:ug_mold_design(UG MOLD)或 nx_electrode_wizard(NX 电极向导)或 prog_die_wizard(UG/级进模向导)或 die_engineering(DIE ENGINEERING)或 ug_die_design(模具设计)
| avoidMountChildren | avoidmountchildren |
| void NXOpen::Tooling::MotionSimulationBuilder::SetControlDataFile | ( | const char * | filename | ) |
Sets the constrol data to import to kinematic model
Created in NX7.5.0.
License requirements : None
| filename | filename |
| void NXOpen::Tooling::MotionSimulationBuilder::SetControlDataFile | ( | const NXString & | filename | ) |
Sets the constrol data to import to kinematic model
Created in NX7.5.0.
License requirements : None
| filename | filename |
| void NXOpen::Tooling::MotionSimulationBuilder::SetCsysVisibility | ( | bool | csysVisibility | ) |
设置坐标系可见性,以指定是否在运动学模型中隐藏坐标系。
创建于 NX7.5.0。
权限要求:无
| csysVisibility | csysvisibility |
| void NXOpen::Tooling::MotionSimulationBuilder::SetDataFileValid | ( | bool | isDataFileValid | ) |
设置属性值,指定控制数据文件是否有效
创建于 NX12.0.2.
许可要求:ug_mold_design(UG MOLD)或 nx_electrode_wizard(NX 电极向导)或 prog_die_wizard(UG/级进模向导)或 die_engineering(DIE ENGINEERING)或 ug_die_design(模具设计)
| isDataFileValid | isdatafilevalid |
| void NXOpen::Tooling::MotionSimulationBuilder::SetEjectionMotionStartAngle | ( | double | ejectionMotionStartAngle | ) |
Sets the ejection start angle
Created in NX2312.0.0.
License requirements : ug_mold_design ("UG MOLD") OR nx_electrode_wizard ("NX Electrode Wizard") OR prog_die_wizard ("UG/Progressive Die Wizard") OR die_engineering ("DIE ENGINEERING") OR ug_die_design ("Die Design")
| ejectionMotionStartAngle | ejectionmotionstartangle |
| void NXOpen::Tooling::MotionSimulationBuilder::SetEjectionMotionStopAngle | ( | double | ejectionMotionStopAngle | ) |
Sets the ejection stop angle
Created in NX2312.0.0.
License requirements : ug_mold_design ("UG MOLD") OR nx_electrode_wizard ("NX Electrode Wizard") OR prog_die_wizard ("UG/Progressive Die Wizard") OR die_engineering ("DIE ENGINEERING") OR ug_die_design ("Die Design")
| ejectionMotionStopAngle | ejectionmotionstopangle |
| void NXOpen::Tooling::MotionSimulationBuilder::SetEjectionStartAngle | ( | double | ejectionStartAngle | ) |
Sets the mold fully open angle
Created in NX10.0.3.
License requirements : ug_mold_design ("UG MOLD") OR nx_electrode_wizard ("NX Electrode Wizard") OR prog_die_wizard ("UG/Progressive Die Wizard") OR die_engineering ("DIE ENGINEERING") OR ug_die_design ("Die Design")
| ejectionStartAngle | ejectionstartangle |
| void NXOpen::Tooling::MotionSimulationBuilder::SetEjectorMoveOption | ( | NXOpen::Tooling::MotionSimulationBuilder::EjectorMoveOptions | ejectorMoveOption | ) |
Sets the ejector move option
Created in NX10.0.0.
License requirements : ug_mold_design ("UG MOLD") OR nx_electrode_wizard ("NX Electrode Wizard") OR prog_die_wizard ("UG/Progressive Die Wizard") OR die_engineering ("DIE ENGINEERING") OR ug_die_design ("Die Design")
| ejectorMoveOption | ejectormoveoption |
| void NXOpen::Tooling::MotionSimulationBuilder::SetExportControlData | ( | const char * | filename | ) |
设置运动模型控制数据的导出文件
创建于 NX10.0.0.
许可要求:ug_mold_design(UG MOLD)或 nx_electrode_wizard(NX 电极向导)或 prog_die_wizard(UG/级进模向导)或 die_engineering(DIE ENGINEERING)或 ug_die_design(模具设计)
| filename | filename |
| void NXOpen::Tooling::MotionSimulationBuilder::SetExportControlData | ( | const NXString & | filename | ) |
设置运动模型控制数据的导出文件
创建于 NX10.0.0.
许可要求:ug_mold_design(UG MOLD)或 nx_electrode_wizard(NX 电极向导)或 prog_die_wizard(UG/级进模向导)或 die_engineering(DIE ENGINEERING)或 ug_die_design(模具设计)
| filename | filename |
| void NXOpen::Tooling::MotionSimulationBuilder::SetHideMotionItem | ( | bool | hideMotionItem | ) |
设置隐藏运动项开关,指定如果运动项中无安装组件是否从树列表中移除该运动项
创建于 NX10.0.3.
许可要求:ug_mold_design(UG MOLD)或 nx_electrode_wizard(NX 电极向导)或 prog_die_wizard(UG/级进模向导)或 die_engineering(DIE ENGINEERING)或 ug_die_design(模具设计)
| hideMotionItem | hidemotionitem |
| void NXOpen::Tooling::MotionSimulationBuilder::SetIncludeBlank | ( | bool | includeBlank | ) |
设置包含空白标志,以指定是否将空白体安装到运动学模型中。
创建于 NX7.5.0。
权限要求:无
| includeBlank | includeblank |
| void NXOpen::Tooling::MotionSimulationBuilder::SetKinematicModelName | ( | const char * | kinematicModelname | ) |
Sets the kinematic model name.
Created in NX12.0.2.
License requirements : None
| kinematicModelname | kinematicmodelname |
| void NXOpen::Tooling::MotionSimulationBuilder::SetKinematicModelName | ( | const NXString & | kinematicModelname | ) |
Sets the kinematic model name.
Created in NX12.0.2.
License requirements : None
| kinematicModelname | kinematicmodelname |
| void NXOpen::Tooling::MotionSimulationBuilder::SetModelListSelectedNumber | ( | int | modelListSelectedNumber | ) |
设置运动学模型列表的选定数量。
创建于 NX12.0.2。
权限要求:无
| modelListSelectedNumber | modellistselectednumber |
| void NXOpen::Tooling::MotionSimulationBuilder::SetMoldbaseStyle | ( | NXOpen::Tooling::MotionSimulationBuilder::MoldbaseStyleType | moldbaseStyle | ) |
Sets the moldbase style to control the visibility of process parameters for mold
Created in NX7.5.0.
License requirements : None
| moldbaseStyle | moldbasestyle |
| void NXOpen::Tooling::MotionSimulationBuilder::SetMoldOpenAngle | ( | double | moldOpenAngle | ) |
Sets the hydraulic motion option
Created in NX10.0.3.
License requirements : ug_mold_design ("UG MOLD") OR nx_electrode_wizard ("NX Electrode Wizard") OR prog_die_wizard ("UG/Progressive Die Wizard") OR die_engineering ("DIE ENGINEERING") OR ug_die_design ("Die Design")
| moldOpenAngle | moldopenangle |
| void NXOpen::Tooling::MotionSimulationBuilder::SetRelativeMotion | ( | bool | relativeMotion | ) |
Sets the hide motion item toggle, which specifies whether to remove the motion item from the tree list if there is no mounted component in it
Created in NX11.0.0.
License requirements : ug_mold_design ("UG MOLD") OR nx_electrode_wizard ("NX Electrode Wizard") OR prog_die_wizard ("UG/Progressive Die Wizard") OR die_engineering ("DIE ENGINEERING") OR ug_die_design ("Die Design")
| relativeMotion | relativemotion |
| void NXOpen::Tooling::MotionSimulationBuilder::SetRemoveCurrentKinematicModel | ( | bool | isRemoveCurrentKinematicModel | ) |
Sets the attribute value, which specifies whether to remove current kinamatic model or not
Created in NX12.0.2.
License requirements : ug_mold_design ("UG MOLD") OR nx_electrode_wizard ("NX Electrode Wizard") OR prog_die_wizard ("UG/Progressive Die Wizard") OR die_engineering ("DIE ENGINEERING") OR ug_die_design ("Die Design")
| isRemoveCurrentKinematicModel | isremovecurrentkinematicmodel |
| void NXOpen::Tooling::MotionSimulationBuilder::SetRenameComponents | ( | bool | renameComponents | ) |
设置是否重命名运动学模型组件。
创建于 NX9.0.0。
权限要求:无
| renameComponents | renamecomponents |
| void NXOpen::Tooling::MotionSimulationBuilder::SetRenameRule | ( | const char * | renameRule | ) |
| void NXOpen::Tooling::MotionSimulationBuilder::SetReReadConfigData | ( | bool | reReadConfigData | ) |
Sets the attribute value, which specifies whether to reread configure data or not
Created in NX1847.0.0.
License requirements : ug_mold_design ("UG MOLD") OR nx_electrode_wizard ("NX Electrode Wizard") OR prog_die_wizard ("UG/Progressive Die Wizard") OR die_engineering ("DIE ENGINEERING") OR ug_die_design ("Die Design")
| reReadConfigData | rereadconfigdata |
| void NXOpen::Tooling::MotionSimulationBuilder::SetSafeDistance | ( | double | safeDistance | ) |
Sets the safe distance
Created in NX1980.0.0.
License requirements : None
| safeDistance | safedistance |
| void NXOpen::Tooling::MotionSimulationBuilder::SetSelectedMountType | ( | const char * | selectedMountType | ) |
设置所选安装类型。
创建于 NX12.0.2.
许可要求:无
| selectedMountType | selectedmounttype |
| void NXOpen::Tooling::MotionSimulationBuilder::SetSelectedMountType | ( | const NXString & | selectedMountType | ) |
设置所选安装类型。
创建于 NX12.0.2.
许可要求:无
| selectedMountType | selectedmounttype |
| void NXOpen::Tooling::MotionSimulationBuilder::SetStripVector | ( | NXOpen::Direction * | stripVector | ) |
设置条料送料方向
创建于 NX10.0.0.
许可要求:ug_mold_design(UG MOLD)或 nx_electrode_wizard(NX 电极向导)或 prog_die_wizard(UG/级进模向导)或 die_engineering(DIE ENGINEERING)或 ug_die_design(模具设计)
| stripVector | stripvector |
| void NXOpen::Tooling::MotionSimulationBuilder::SetStrokePerMinute | ( | double | strokePerMinute | ) |
Sets the stroke per minute
Created in NX10.0.0.
License requirements : None
| strokePerMinute | strokeperminute |
| void NXOpen::Tooling::MotionSimulationBuilder::SetTargetDirectory | ( | const char * | foldername | ) |
设置用于保存克隆运动学模型的目标目录。
创建于 NX7.5.0。
权限要求:无
| foldername | foldername |
| void NXOpen::Tooling::MotionSimulationBuilder::SetTargetDirectory | ( | const NXString & | foldername | ) |
设置用于保存克隆运动学模型的目标目录。
创建于 NX7.5.0。
权限要求:无
| foldername | foldername |
| void NXOpen::Tooling::MotionSimulationBuilder::SetType | ( | NXOpen::Tooling::MotionSimulationBuilder::Types | type | ) |
Sets the type to specify which operation of motion simulation takes effect.
Created in NX7.5.0.
License requirements : None
| type | type |
| NXOpen::Expression * NXOpen::Tooling::MotionSimulationBuilder::StripTravel | ( | ) |
Returns the strip travel to calculate controller data.
Created in NX7.5.0.
License requirements : None
| NXOpen::Direction * NXOpen::Tooling::MotionSimulationBuilder::StripVector | ( | ) |
| NXOpen::Expression * NXOpen::Tooling::MotionSimulationBuilder::StrokeAngleStep | ( | ) |
Returns the stroke angle step to calculate controller data.
Created in NX7.5.0.
License requirements : None
| double NXOpen::Tooling::MotionSimulationBuilder::StrokePerMinute | ( | ) |
Returns the stroke per minute
Created in NX10.0.0.
License requirements : None
| NXString NXOpen::Tooling::MotionSimulationBuilder::TargetDirectory | ( | ) |
返回用于保存克隆运动学模型的目标目录。
创建于 NX7.5.0。
权限要求:无
| NXOpen::Expression * NXOpen::Tooling::MotionSimulationBuilder::TransferEndAngle | ( | ) |
Returns the angle to specify when transfer stops moving.
Created in NX7.5.0.
License requirements : None
| NXOpen::Expression * NXOpen::Tooling::MotionSimulationBuilder::TransferStartAngle | ( | ) |
Returns the angle to specify when transfer starts moving.
Created in NX7.5.0.
License requirements : None
| NXOpen::Tooling::MotionSimulationBuilder::Types NXOpen::Tooling::MotionSimulationBuilder::Type | ( | ) |
Returns the type to specify which operation of motion simulation takes effect.
Created in NX7.5.0.
License requirements : None