pycatia.cat_str_functional_interfaces.sfm_stiffener

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.cat_str_functional_interfaces.sfm_stiffener.SFMStiffener(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
CATStrFunctionalInterfaces.SfmObject
CATStrFunctionalInterfaces.SfmProfile
SfmStiffener

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

See also:
SfmFactory
property angle_mode: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property AngleMode() As long

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
Return type:

int

get_molded_surface() Reference

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetMoldedSurface() As Reference

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
Return type:

Reference

get_welds(i_operating_ele: Reference) SFMWelds

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetWelds(Reference iOperatingEle) As SfmWelds

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)
Parameters:

i_operating_ele (Reference) –

Return type:

SFMWelds

is_angle_mode_valid(i_angle_mode: int) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func IsAngleModeValid(long iAngleMode) As boolean

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
Parameters:

i_angle_mode (int) –

Return type:

bool

property section_orientation: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property SectionOrientation() As long

Returns or sets the section orientation.

Example:
This example retrieves section orientation of the
Stiffener.

Dim Orient As Long
Orient = SfmStiffener.SectionOrientation
Return type:

int

property side_orientation: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property SideOrientation() As long

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
Return type:

int

property web_support: Reference

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property WebSupport() As Reference

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
Return type:

Reference

property web_support_offset: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property WebSupportOffset() As double

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
Return type:

float

property web_support_offset_param: Length

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property WebSupportOffsetParam() As Length (Read Only)
Return type:

Length