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 dd>
- oX
- The x coordinate of the center of gravity dd>
- oY
- The y coordinate of the center of gravity dd>
- oZ
- The z coordinate of the center of gravity dd>
- Func GetLength( iProduct) As
-
Returns the length to cut for a member object.
- Parameters:
-
- iProduct
- The selected structure object dd>
- Func GetMass( iProduct) As
-
Returns the mass for a structure object.
- Parameters:
-
- iProduct
- The selected structure object dd>
- Func GetMaterialName( iProduct) As
-
Returns the material name for a structure object.
- Parameters:
-
- iProduct
- The selected structure object dd>
- oName
- The name of the material dd>
- Func GetSurface( iProduct) As
-
Returns the surface for a structure object.
- Parameters:
-
- iProduct
- The selected structure object dd>
- Func GetVolume( iProduct) As
-
Returns the volume for a structure object.
- Parameters:
-
- iProduct
- The selected structure object dd>
- Func GetWetArea( iProduct) As
-
Returns the wet area for a structure object.
- Parameters:
-
- iProduct
- The selected structure object dd>