I am currently working on creating a new suspension and would like to make 
some modifications. The first proposal is to add two additional connection 
points to the Lower Control Arm of ChDoubleWishbone. In other words, the 
original JSON format looks like this
"Lower Control Arm":
  {
    "Mass":                     1.611,
    "COM":                      [-0.040, 0.639, -0.224],
    "Moments of Inertia":       [0.0151, 0.0207, 0.0355],
    "Products of Inertia":      [0, 0, 0],
    "Radius":                   0.03,
    "Location Chassis Front":   [0.199, 0.479, -0.206],
    "Location Chassis Back":    [-0.279, 0.539, -0.200],
    "Location Upright":         [-0.040, 0.898, -0.265]
  },
Now Here is what i want 
"Lower Control Arm":
  {
    "Mass":                     1.611,
    "COM":                      [-0.040, 0.639, -0.224],
    "Moments of Inertia":       [0.0151, 0.0207, 0.0355],
    "Products of Inertia":      [0, 0, 0],
    "Radius":                   0.03,
    "Location Chassis Front":   [0.199, 0.479, -0.206],
    "Location Chassis Back":    [-0.279, 0.539, -0.200],
"Location Upright front":   [-0.040, 0.898, -0.265], 
    "Location Upright Rear":   [-0.040, 0.898, -0.265],

  },
Can this be done? If so, how should it be done? 
If not, please tell me how far I can go.


Sorry,I am using translation software and there will be grammatical errors.

-- 
You received this message because you are subscribed to the Google Groups 
"ProjectChrono" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/projectchrono/d685f32e-de00-4c67-bc8c-835846ec0905n%40googlegroups.com.

Reply via email to