GenericMassConfig

struct GenericMassConfig : public IGeometryMassConfig

Generic mass geometry configuration.

GenericMassConfig.GenericMassConfig(double mass, double ixx, double iyy, double izz, double ixy, double ixz, double iyz)

Initializes a new instance of SGeometryGenericMassConfig.

Parameters
  • mass – Geometry mass.

  • ixx – Moment of inertia along the x axis.

  • iyy – Moment of inertia along the y axis.

  • izz – Moment of inertia along the z axis.

  • ixy – Product of inertia relative to the xy axes.

  • ixz – Product of inertia relative to the xz axes.

  • iyz – Product of inertia relative to the yz axes.

double GenericMassConfig.Ixx { get; set; }

double GenericMassConfig.Iyy { get; set; }

double GenericMassConfig.Izz { get; set; }

double GenericMassConfig.Ixy { get; set; }

double GenericMassConfig.Ixz { get; set; }

double GenericMassConfig.Iyz { get; set; }