pycatia.cat_str_functional_interfaces.sfm_member_surf_surf

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_member_surf_surf.SFMMemberSurfSurf(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
CATStrFunctionalInterfaces.SfmMember
SfmMemberSurfSurf

Interface to manage Member created by the intersection of two
surfaces.
Role: To manage member created by the intersection of two
surfaces.
property first_surface: Reference

Note

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

Returns or sets the SuperMember’s first surface.

Example:
This example retrieves in FirstSurface the first surface of the
SuperMember feature.

Dim Surface As Reference
Set Surface = SuperMember.FirstSurface
Return type:

Reference

property first_surface_offset: float

Note

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

Returns or sets the SuperMember’s first surface offset.

Example:
This example retrieves in Offset the first surface offset of the
SuperMember feature.

Dim Offset As Double
Set Offset = SuperMember.FirstSurfaceOffset
Return type:

float

property first_surface_offset_param: Length

Note

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

Length

property first_surface_orientation: int

Note

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

Returns or sets the SuperMember’s first surface
orientation.

Example:
This example retrieves in Orient the first surface orientation for
SuperMember feature.

Dim Orient As Integer
Set Orient = SuperMember.FirstSurfaceOrientation
Return type:

int

property second_surface: Reference

Note

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

Returns the SuperMember’s second surface.

Example:
This example retrieves in Surface the second surface of the SuperMember
feature.

Dim Surface As Reference
Set Surface = SuperMember.SecondSurface
Return type:

Reference

property second_surface_offset: float

Note

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

Returns or sets the SuperMember’s second surface offset.

Example:
This example retrieves in Offset the second surface offset of the
SuperMember feature.

Dim Offset As Double
Set Offset = SuperMember.SecondSurfaceOffset
Return type:

float

property second_surface_offset_param: Length

Note

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

Length

property second_surface_orientation: int

Note

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

Returns or sets the SuperMember’s second surface
orientation.

Example:
This example retrieves in Orient the second surface orientation for
SuperMember feature.

Dim Orient As Integer
Set Orient = SuperMember.SecondSurfaceOrientation
Return type:

int