StrObjectExt (Object)

Represents a structure object.
Retrieves the computed attributes of the SR1 objects.

Properties


Property BottomZ() As (Read Only)
Returns the BottomZ of the SR1 object.
Example
:
This example retrieves the BottomZ of the SR1 object.
 Dim BottomZ As Double
 BottomZ = StrObjectExt.BottomZ
 
Property CoG_x() As (Read Only)
Returns the COG X coordinate
Example
:
This example retrieves the X coordinate of the COG of the SR1 object.
 Dim CoG_x As Double
 CoG_x = StrObjectExt.CoG_x
 
Property CoG_y() As (Read Only)
Returns the COG Y coordinate
Example
:
This example retrieves the Y coordinate of the COG of the SR1 object.
 Dim CoG_y As Double
 CoG_y = StrObjectExt.CoG_y
 
Property CoG_z() As (Read Only)
Returns the COG Z coordinate
Example
:
This example retrieves the Z coordinate of the COG of the SR1 object.
 Dim CoG_z As Double
 CoG_z = StrObjectExt.CoG_z
 
Property EndEndCutName() As (Read Only)
Returns the End EndCut name of the SR1 object.
Example
:
This example retrieves the End EndCut name of the SR1 object.
 Dim EndEndCutName As String
 EndEndCutName = StrObjectExt.EndEndCutName
 
Property Grade() As (Read Only)
Returns the grade of the SR1 object.
Example
:
This example retrieves the grade of the SR1 object.
 Dim Grade As String
 Grade = StrObjectExt.Grade
 
Property Material() As (Read Only)
Returns the material of the SR1 object.
Example
:
This example retrieves the material of the SR1 object.
 Dim material As String
 material = StrObjectExt.Material
 
Property Offset() As (Read Only)
Returns the Offset of the SR1 object.
Example
:
This example retrieves the Offset of the SR1 object.
 Dim Offset As Double
 Offset = StrObjectExt.Offset
 
Property PaintedArea() As (Read Only)
Returns the PaintedArea of the SR1 object.
Example
:
This example retrieves the PaintedArea of the SR1 object.
 Dim PaintedArea As Double
 PaintedArea = StrObjectExt.PaintedArea
 
Property PlateLength() As (Read Only)
Returns the Plate Length of the SR1 object.
Example
:
This example retrieves the Plate Length of the SR1 object.
 Dim PlateLength As Double
 PlateLength = StrObjectExt.PlateLength
 
Property PlatePerimeter() As (Read Only)
Returns the Plate Perimeter of the SR1 object.
Example
:
This example retrieves the Plate Perimeter of the SR1 object.
 Dim PlatePerimeter As Double
 PlatePerimeter = StrObjectExt.PlatePerimeter
 
Property PlateWidth() As (Read Only)
Returns the Plate Width of the SR1 object.
Example
:
This example retrieves the Plate Width of the SR1 object.
 Dim PlateWidth As Double
 PlateWidth = StrObjectExt.PlateWidth
 
Property ProfileLength() As (Read Only)
Returns the ProfileLength of the profile SR1 object.
Example
:
This example retrieves the ProfileLength of the SR1 object.
 Dim ProfileLength As Double
 ProfileLength = StrObjectExt.ProfileLength
 
Property SectionName() As (Read Only)
Returns the SectionName of the SR1 object.
Example
:
This example retrieves the SectionName of the SR1 object.
 Dim SectionName As String
 SectionName = StrObjectExt.SectionName
 
Property StartEndCutName() As (Read Only)
Returns the Start EndCut name of the SR1 object.
Example
:
This example retrieves the Start EndCut name of the SR1 object.
 Dim StartEndCutName As String
 StartEndCutName = StrObjectExt.StartEndCutName
 
Property SurfaceArea() As (Read Only)
Returns the Surface Area of the SR1 object.
Example
:
This example retrieves the Surface Area of the SR1 object.
 Dim SurfaceArea As Double
 SurfaceArea = StrObjectExt.SurfaceArea
 
Property Thickness() As (Read Only)
Returns the Thickness of the SR1 object.
Example
:
This example retrieves the Thickness of the SR1 object.
 Dim Thickness As Double
 Thickness = StrObjectExt.Thickness
 
Property TopZ() As (Read Only)
Returns the TopZ of the SR1 object.
Example
:
This example retrieves the TopZ of the SR1 object.
 Dim TopZ As Double
 TopZ = StrObjectExt.TopZ
 
Property Weight() As (Read Only)
Returns the Weight of the SR1 object.
Example
:
This example retrieves the Weight of the SR1 object.
 Dim Weight As Double
 Weight = StrObjectExt.Weight
 
Property WeldingLength() As (Read Only)
Returns the WeldingLength of the SR1 object.
Example
:
This example retrieves the WeldingLength of the SR1 object.
 Dim WeldingLength As Double
 WeldingLength = StrObjectExt.WeldingLength