Class CenterOfGravity


public class CenterOfGravity extends FeatureSingleObject
Calculates the center of gravity of a single object along a specified axis.

This feature computes the center of gravity of an object along the X, Y, or Z axis.

  • Constructor Details

    • CenterOfGravity

      public CenterOfGravity(Axis axis)
      Creates a CenterOfGravity feature for a specific axis.
      Parameters:
      axis - the axis along which to calculate the center of gravity
    • CenterOfGravity

      public CenterOfGravity()
  • Method Details