Solid Edge Assembly Type Library
GetAsmPhysicalPropsRelativeToCoordSystem Method
Returns the coordinate system to which the assembly is relative.
Returns the mass of the assembly.
Returns the volume of the assembly.
Returns the surface area of the assembly.
Returns the x-, y-, and z-coordinates of the center of gravity of the assembly.
Returns the x-, y-, and z-coordinates of the center of volume of the assembly, made with respect to the global origin.
Returns the lxx, lyy, lzz, lxy, lxz, and lyz components of the global moments of inertia.
Returns the orientation of the first principal axis.
Returns the orientation of the second principal axis.
Returns the orientation of the third principal axis.
Returns the lxx, lyy, and lzz components of the principal moments of inertia.
Returns three values that specifies the radii of gyration.
Returns True if any of the occurrences in the assembly has had a failure when re computing associative relationships.
Returns True if the assembly's properties are up to date, False if they are not.
Description
Returns the results of the last physical property calculations performed on the assembly relative to a coordinate system.
Syntax
Visual Basic
Public Sub GetAsmPhysicalPropsRelativeToCoordSystem( _
   ByVal CoordinateSystem As Object, _
   ByRef Mass As Double, _
   ByRef Volume As Double, _
   ByRef Area As Double, _
   ByRef CenterOfMass() As Double, _
   ByRef CenterOfVolume() As Double, _
   ByRef GlobalMoments() As Double, _
   ByRef PrincipalAxis1() As Double, _
   ByRef PrincipalAxis2() As Double, _
   ByRef PrincipalAxis3() As Double, _
   ByRef PrincipalMoments() As Double, _
   ByRef RadiiOfGyration() As Double, _
   ByRef IsSick As Boolean, _
   ByRef UpdateStatus As Boolean _
) 
Parameters
CoordinateSystem
Returns the coordinate system to which the assembly is relative.
Mass
Returns the mass of the assembly.
Volume
Returns the volume of the assembly.
Area
Returns the surface area of the assembly.
CenterOfMass
Returns the x-, y-, and z-coordinates of the center of gravity of the assembly.
CenterOfVolume
Returns the x-, y-, and z-coordinates of the center of volume of the assembly, made with respect to the global origin.
GlobalMoments
Returns the lxx, lyy, lzz, lxy, lxz, and lyz components of the global moments of inertia.
PrincipalAxis1
Returns the orientation of the first principal axis.
PrincipalAxis2
Returns the orientation of the second principal axis.
PrincipalAxis3
Returns the orientation of the third principal axis.
PrincipalMoments
Returns the lxx, lyy, and lzz components of the principal moments of inertia.
RadiiOfGyration
Returns three values that specifies the radii of gyration.
IsSick
Returns True if any of the occurrences in the assembly has had a failure when re computing associative relationships.
UpdateStatus
Returns True if the assembly's properties are up to date, False if they are not.
See Also

PhysicalProperties Object  | PhysicalProperties Members