WCGWeightEquivalent Types

Some parts have weight attributes whose value changes while they are being operated. This package lets you define such weight attributes.

This page discusses:

WCGEquivalentComputedExt

This type is related to any computed inertia value.

Inheritance Path

ObjectType
 Feature
  PLMEntity
   PLMCoreReference
    VPMReference
     WCGEquivalentComputedExt

Attributes

NameTypeComment
V_WCG_MassReal Represents the weight of the object (in kg).
V_WCG_COGxReal Represents the x value (in m) of the center of gravity (local axis of the object).
V_WCG_COGyReal Represents the y value (in m) of the center of gravity (local axis of the object).
V_WCG_COGzRealRepresents the z value (in m) of the center of gravity (local axis of the object).
V_WCG_CommentStringAdds a comment. This attribute is writable.
V_WCG_Moment_X_axisReal Represents the moment of inertia along the X axis (in kg.m2).
V_WCG_Moment_Y_axisRealRepresents the moment of inertia along the Y axis (in kg.m2).
V_WCG_Moment_Z_axisRealRepresents the moment of inertia along the Z axis (in kg.m2).
V_WCG_Product_Inertia_X_Y_axisReal Represents the product of inertia regarding the X and Y axis (in kg.m2)
V_WCG_Product_Inertia_X_Z_axisRealRepresents the product of inertia regarding the X and Z axis (in kg.m2)
V_WCG_Product_Inertia_Y_Z_axisRealRepresents the product of inertia regarding the Y and Z axis (in kg.m2)
V_WCG_SurfaceReal Represents the surface of the object (in m2).
V_WCG_VolumeReal Represents the volume of the object (in m3).

Example

Message("#",myWeight.V_WCG_COGx)

WCGEquivalentDeclaredInertiaExt

This type is related to any declared inertia value (other than the declared weight and the declared weight margin values).

Inheritance Path

ObjectType
 Feature
  PLMEntity
   PLMCoreReference
    VPMReference
     WCGEquivalentDeclaredInertiaExt

Attributes

NameTypeComment
V_WCG_Declared_COGxRealRepresents the declared x value (in m) of the center of gravity (local axis of the object). This attribute is writable.
V_WCG_Declared_COGyRealRepresents the declared y value (in m) of the center of gravity (local axis of the object). This attribute is writable.
V_WCG_Declared_COGzRealRepresents the declared z value (in m) of the center of gravity (local axis of the object). This attribute is writable.
V_WCG_Declared_CommentStringAdds a comment. This attribute is writable.
V_WCG_Declared_Moment_X_axisRealRepresents the declared moment of inertia along the X axis (in kg.m2). This attribute is writable.
V_WCG_Declared_Moment_Y_axisRealRepresents the declared moment of inertia along the Y axis (in kg.m2). This attribute is writable.
V_WCG_Declared_Moment_Z_axisRealRepresents the declared moment of inertia along the Z axis (in kg.m2). This attribute is writable.
V_WCG_Declared_Product_Inertia_X_Y_axisRealRepresents the declared product of inertia regarding the X and Y axis (in kg.m2). This attribute is writable.
V_WCG_Declared_Product_Inertia_X_Z_axisRealRepresents the declared product of inertia regarding the X and Z axis (in kg.m2). This attribute is writable.
V_WCG_Declared_Product_Inertia_Y_Z_axisRealRepresents the declared product of inertia regarding the Y and Z axis (in kg.m2). This attribute is writable.
V_WCG_Declared_SurfaceRealRepresents the declared surface of the object (in m2). This attribute is writable.
V_WCG_Declared_VolumeRealRepresents the declared volume of the object (in m3). This attribute is writable.

Example

Message("#",myWeight.V_WCG_Declared_COGx)

WCGEquivalentDeclaredWeightExt

This type is related to the declared weight and the declared weight margin values.

Inheritance Path

ObjectType
 Feature
  PLMEntity
   PLMCoreReference
    VPMReference
     WCGEquivalentDeclaredWeightExt

Attributes

NameTypeComment
V_WCG_Declared_MassReal Represents the declared weight of the object (in kg). This attribute is writable.
V_WCG_Declared_Mass_MarginRealRepresents the declared weight error margin of the object (in kg). This attribute is writable.

Example

Message("#",myWeight.V_WCG_Declared_Mass)
myWeight.V_WCG_Declared_Mass=40