Solid Edge Part Type Library
PutUserPhysicalProperties Method
Sets the volume.
Sets the surface area.
Sets the mass.
Sets the x-, y-, and z-coordinates of the center of gravity.
Sets the x-, y-, and z-coordinates of the center of volume, made with respect to the global origin.
Sets the lxx, lyy, lzz, lxy, lxz, and lyz components of the global moments of inertia.
Sets the lxx, lyy, and lzz components of the principal moments of inertia.
Sets the orientation of the principal axes.
Sets three values that specify the radii of gyration.
Description
Method to set the user defined physical properties
Syntax
Visual Basic
Public Sub PutUserPhysicalProperties( _
   ByRef Volume As Double, _
   ByRef Area As Double, _
   ByRef Mass As Double, _
   ByRef CenterOfGravity() As Double, _
   ByRef CenterOfVolume() As Double, _
   ByRef GlobalMomentsOfInertia() As Double, _
   ByRef PrincipalMomentsOfInertia() As Double, _
   ByRef PrincipalAxes() As Double, _
   ByRef RadiiOfGyration() As Double _
) 
Parameters
Volume
Sets the volume.
Area
Sets the surface area.
Mass
Sets the mass.
CenterOfGravity
Sets the x-, y-, and z-coordinates of the center of gravity.
CenterOfVolume
Sets the x-, y-, and z-coordinates of the center of volume, made with respect to the global origin.
GlobalMomentsOfInertia
Sets the lxx, lyy, lzz, lxy, lxz, and lyz components of the global moments of inertia.
PrincipalMomentsOfInertia
Sets the lxx, lyy, and lzz components of the principal moments of inertia.
PrincipalAxes
Sets the orientation of the principal axes.
RadiiOfGyration
Sets three values that specify the radii of gyration.
See Also

PartDocument Object  | PartDocument Members