StrComputeServices (Object)

Represents a structure service object.
Structure service object extracts properties on structure objects. Methods of this interface are computing the mass properties of the main body (PartBody) of each Structure Object (Member and Plate)

Methods


Sub GetCenterOfGravity( iProduct, oX, oY, oZ)
Retreive the center of gravity for a structure object.
Parameters:
iProduct
The selected structure object
oX
The x coordinate of the center of gravity
oY
The y coordinate of the center of gravity
oZ
The z coordinate of the center of gravity
Func GetLength( iProduct) As
Returns the length to cut for a member object.
Parameters:
iProduct
The selected structure object
Func GetMass( iProduct) As
Returns the mass for a structure object.
Parameters:
iProduct
The selected structure object
Func GetMaterialName( iProduct) As
Returns the material name for a structure object.
Parameters:
iProduct
The selected structure object
oName
The name of the material
Func GetSurface( iProduct) As
Returns the surface for a structure object.
Parameters:
iProduct
The selected structure object
Func GetVolume( iProduct) As
Returns the volume for a structure object.
Parameters:
iProduct
The selected structure object
Func GetWetArea( iProduct) As
Returns the wet area for a structure object.
Parameters:
iProduct
The selected structure object