pycatia.cat_str_functional_interfaces.sfm_member_curve

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_curve.SFMMemberCurve(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
SfmMemberCurve

Interface to manage Member created with one curve and a reference
surface.
Role: To manage member created with one curve and a reference
surface.
property curve: Reference

Note

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

Returns or sets the curve.
Sub-element(s) supported (see Boundary object): Edge.

Example:
This example retrieves in Curve the supporting curve for the
SfmMemberCurve feature.

Dim Curve As Reference
Set Curve = SfmMemberCurve.Curve
Return type:

Reference

invert_reference_surface() None

Note

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

Inverts the reference surface orientation.

Example:
This example inverts the orientation of the reference surface for the
SfmMemberCurve feature.

SfmMemberCurve.InvertReferenceSurface
Return type:

None

property reference_surface: Reference

Note

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

Returns or sets the reference surface.

Example:
This example retrieves in ReferenceSurface the reference surface for
the SfmMemberCurve feature.

Dim ReferenceSurface As Reference
Set ReferenceSurface = SfmMemberCurve.ReferenceSurface
Return type:

Reference

property reference_surface_orientation: int

Note

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

Returns or sets the reference surface orientation.

Example:
This example retrieves in ReferenceSurfaceOrient the reference surface
orientation for SfmMemberCurve feature.

Dim ReferenceSurfaceOrient As Integer
Set ReferenceSurfaceOrient = SfmMemberCurve.ReferenceSurfaceOrientation
Return type:

int