SfmStiffener (Object)

Interface to manage the structure frame modeling Stiffener object Role: Allows accessing and setting of Stiffener's data.
See also:

Properties


Property AngleMode() As
Returns or sets the angle mode.
Example
:
This example retrieves in AngleMode the angle mode of the SfmStiffener feature.
 Dim AngleMode As Integer
 Set AngleMode = SfmStiffener.AngleMode
 
Property SectionOrientation() As
Returns or sets the section orientation.
Example
:
This example retrieves section orientation of the Stiffener.
 Dim Orient As Long
 Orient = SfmStiffener.SectionOrientation
 
Property SideOrientation() As
Returns or sets the side orientation. iOrientation value can be selected from InvertOrientation = -1, UnknownOrientation = 0, SameOrientation = 1, GlobalOrientation(Xp) = 2, GlobalOrientation(Xm) = 3, GlobalOrientation(Yp) = 4, GlobalOrientation(Ym) = 5, GlobalOrientation(Zp) = 6, GlobalOrientation(Zm) = 7, GlobalOrientation_Inside = 8, [SameOrientation ] GlobalOrientation_Outside = 9, [InvertOrientation ] GlobalOrientation_LInboard = 10 [Toward center line] GlobalOrientation_LOutboard = 11 [Opposite of previous one ] GlobalOrientation_TInboard = 12 [Toward midship ] GlobalOrientation_TOutboard = 13 [Opposite of previous one]
Example
:
This example retrieves side orientation of the Stiffener.
 Dim Orient As Long
 Orient = SfmStiffener.SideOrientation
 
Property WebSupport() As
Returns or sets the web support.
Example
:
This example retrieves in WebSupport the web support of the SfmStiffener feature.
 Dim WebSupport As Reference
 Set WebSupport = SfmStiffener.WebSupport
 
Property WebSupportOffset() As
Returns or sets the Stiffener's web support offset.
Example
:
This example retrieves in Offset the web support offset of the SfmStiffener feature.
 Dim Offset As Double
 Set Offset = SfmStiffener.WebSupportOffset
 
Property WebSupportOffsetParam() As (Read Only)

Methods


Func GetMoldedSurface() As
Returns or sets the molded surface.
Example
:
This example retrieves in MoldedSurface the molded surface of the SfmStiffener feature.
 Dim MoldedSurface As Reference
 Set MoldedSurface = SfmStiffener.GetMoldedSurface
 
Func GetWelds( iOperatingEle) As
Returns the weld features on the Existing Stiffener.
Example
:
This example retrieves the number of weld features on the Existing Stiffener.
 Dim OperatedStiffenerObject  As SfmStiffenerObject
 Dim Welds As SfmWelds
 Set Welds = OperatedStiffenerObject.GetWelds(Nothing)
 
Func IsAngleModeValid( iAngleMode) As
Gets the status about the validity of the angle mode regarding the nature of the web support (curve or surface).
Example
:
This example retrieves in IsAngleModeValid the angle mode of the SfmStiffener feature.
 Dim IsAngleModeValid As Bool
 Set IsAngleModeValid = SfmStiffener.IsAngleModeValid