Group.SubstructureMassEpoxy
Get the mass of the epoxy coated substructure bars in this
group
Syntax
massSubEpoxy =
group.SubstructureMassEpoxy
Parameters
None
Returns
Double. The current value of the mass of epoxy coated
substructure bars
Example
This example displays the mass of the epoxy coated
substructure bars
Dim mass as
Double
mass = group.SubstructureMassEpoxy
MsgBox "Substructure Mass Epoxy = " + mass + " kg"
|