SfmObjectExt (Object)

Interface to retrieve the computed attributes of SFM objects.
Role: Retrieve the computed attributes.

Properties


Property BottomZ() As (Read Only)
Returns the BottomZ of the structural object.
Example
:
This example retrieves the BottomZ of the structural object.
 Dim BottomZ As Double
 BottomZ = SfmObjectExt.BottomZ
 
Property CoG_x() As (Read Only)
Returns the COG X coordinate
Example
:
This example retrieves the X coordinate of the COG of the structural object.
 Dim CoG_x As Double
 CoG_x = SfmObjectExt.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 structural object.
 Dim CoG_y As Double
 CoG_y = SfmObjectExt.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 structural object.
 Dim CoG_z As Double
 CoG_z = SfmObjectExt.CoG_z
 
Property EndEndCutName() As (Read Only)
Returns the End EndCut name of the structural object.
Example
:
This example retrieves the End EndCut name of the structural object.
 Dim EndEndCutName As String
 EndEndCutName = SfmObjectExt.EndEndCutName
 
Property Grade() As (Read Only)
Returns the grade of the structural object.
Example
:
This example retrieves the grade of the structural object.
 Dim Grade As String
 Grade = SfmObjectExt.Grade
 
Property IsASuperObject() As (Read Only)
Returns whether the structural object is super object.
Example
:
This example retrieves whether the structural object is super object.
 Dim SuperObject As Boolean
 SuperObject = SfmObjectExt.IsASuperObject
 
Property Material() As (Read Only)
Returns the material of the structural object.
Example
:
This example retrieves the material of the structural object.
 Dim material As String
 material = SfmObjectExt.Material
 
Property Offset() As (Read Only)
Returns the Offset of the structural object.
Example
:
This example retrieves the Offset of the structural object.
 Dim Offset As Double
 Offset = SfmObjectExt.Offset
 
Property PaintedArea() As (Read Only)
Returns the PaintedArea of the structural object.
Example
:
This example retrieves the PaintedArea of the structural object.
 Dim PaintedArea As Double
 PaintedArea = SfmObjectExt.PaintedArea
 
Property PlateLength() As (Read Only)
Returns the Plate Length of the structural object.
Example
:
This example retrieves the Plate Length of the structural object.
 Dim PlateLength As Double
 PlateLength = SfmObjectExt.PlateLength
 
Property PlatePerimeter() As (Read Only)
Returns the Plate Perimeter of the structural object.
Example
:
This example retrieves the Plate Perimeter of the structural object.
 Dim PlatePerimeter As Double
 PlatePerimeter = SfmObjectExt.PlatePerimeter
 
Property PlateWidth() As (Read Only)
Returns the Plate Width of the structural object.
Example
:
This example retrieves the Plate Width of the structural object.
 Dim PlateWidth As Double
 PlateWidth = SfmObjectExt.PlateWidth
 
Property ProfileLength() As (Read Only)
Returns the ProfileLength of the profile structural object.
Example
:
This example retrieves the ProfileLength of the structural object.
 Dim ProfileLength As Double
 ProfileLength = SfmObjectExt.ProfileLength
 
Property SectionName() As (Read Only)
Returns the SectionName of the structural object.
Example
:
This example retrieves the SectionName of the structural object.
 Dim SectionName As String
 SectionName = SfmObjectExt.SectionName
 
Property StartEndCutName() As (Read Only)
Returns the Start EndCut name of the structural object.
Example
:
This example retrieves the Start EndCut name of the structural object.
 Dim StartEndCutName As String
 StartEndCutName = SfmObjectExt.StartEndCutName
 
Property SupportName() As (Read Only)
Returns the Support Name of the structural object.
Example
:
This example retrieves the Support Name of the structural object.
 Dim SupportName As String
 SupportName = SfmObjectExt.SupportName
 
Property SupportOffset() As (Read Only)
Returns the Support Offset of the structural object.
Example
:
This example retrieves the Support Offset of the structural object.
 Dim SupportOffset As Double
 SupportOffset = SfmObjectExt.SupportOffset
 
Property SupportedPlateName() As (Read Only)
Returns the name of the supported plate for the structural object.
Example
:
This example retrieves the name of the supported plate for the structural object.
 Dim SupportedPlateName As String
 SupportedPlateName = SfmObjectExt.SupportedPlateName
 
Property SurfaceArea() As (Read Only)
Returns the Surface Area of the structural object.
Example
:
This example retrieves the Surface Area of the structural object.
 Dim SurfaceArea As Double
 SurfaceArea = SfmObjectExt.SurfaceArea
 
Property Thickness() As (Read Only)
Returns the Thickness of the structural object.
Example
:
This example retrieves the Thickness of the structural object.
 Dim Thickness As Double
 Thickness = SfmObjectExt.Thickness
 
Property TopZ() As (Read Only)
Returns the TopZ of the structural object.
Example
:
This example retrieves the TopZ of the structural object.
 Dim TopZ As Double
 TopZ = SfmObjectExt.TopZ
 
Property Weight() As (Read Only)
Returns the Weight of the structural object.
Example
:
This example retrieves the Weight of the structural object.
 Dim Weight As Double
 Weight = SfmObjectExt.Weight
 
Property WeldingLength() As (Read Only)
Returns the WeldingLength of the structural object.
Example
:
This example retrieves the WeldingLength of the structural object.
 Dim WeldingLength As Double
 WeldingLength = SfmObjectExt.WeldingLength