pycatia.cat_str_functional_interfaces.sfm_member_plane2_curves

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_plane2_curves.SFMMemberPlane2Curves(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
SfmMemberPlane2Curves

Interface to manage a Member created with two curves and a
plane.
Role: To manage member created with two curves and a plane.
property first_curve: Reference

Note

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

Returns or sets the first and second curve.

Example:
This example retrieves in Curve the first curve for the
SfmMemberPlane2Curves feature.

Dim Curve As Reference
Set Curve = SfmMemberPlane2Curves.FirstCurve
Return type:

Reference

property first_member: Reference

Note

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

Returns or sets the first Member.

Example:
This example retrieves in Member the first Member for the
SfmMemberPlane2Curves feature.

Dim Member1 As Reference
Set Member1 = SfmMemberPlane2Curves.FirstMember
Return type:

False

property plane: Reference

Note

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

Returns or sets the intersecting plane.

Example:
This example retrieves in Plane the intersecting plane for the
SfmMemberPlane2Curves feature.

Dim Plane As Reference
Set Plane = SfmMemberPlane2Curves.Plane
Return type:

Reference

property second_curve: Reference

Note

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

Reference

property second_member: Reference

Note

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

Returns or sets the Second Member.

Example:
This example retrieves in Member the Second Member for the
SfmMemberPlane2Curves feature.

Dim Member2 As Reference
Set Member2 = SfmMemberPlane2Curves.SecondMember
Return type:

False