单个测点模型类. 和 entfun.ModelTree 配合使用

properties

  1. * modelTreeObj entfun.ModelTree
  2. * components %对应的json 节点上的原始属性
  3. * basic %对应的json 节点上的原始属性
  4. * necessary %对应的json 节点上的原始属性
  5. * important %对应的json 节点上的原始属性
  6. * secondary %对应的json 节点上的原始属性
  7. * parameters %对应的json 节点上的原始属性
  8. * measurementpoints %对应的json 节点上的原始属性
  9. * indexes %对应的json 节点上的原始属性
  10. * name % 测点模型的名称
  11. * inputGearPairs % 输入的N个齿轮对 1xN cells. 如{[21,32]}, 表明当前测点模型轴上的齿轮齿数是32, 与之啮合的上一级齿轮齿数是21
  12. * outputGearPairs % 输出的N个齿轮对 1xN cells. 如{[21,32],[28,33]},
  13. * %表明当前测点模型轴上的第一个输出齿轮齿数是21, 与之啮合的下一级齿轮齿数是32,
  14. * %第二个输出齿轮齿数28,与之啮合的齿轮齿数是32
  15. * spdRatio %当前测点模型相对于设备输入轴的转速比
  16. * idx_in_tree %当前测点模型在整个设备树上是第几个模型
  17. * x_refId %对应json里的type refid
  18. * partid %零件id
  19. * modelcode %测点模型类型 0: 未配置, 1: 光轴, 2: 一轴一齿, 3:一轴二齿, 4:一轴三齿, 5:电机
  20. * bearings %当前模型的所有轴承struct array. 属性 id,参数,type:0,1,2
  21. * gears %当前模型的所有齿轮
  22. * shafts %当前模型的轴

Example:

example5_load_point_model.html