pycatia.cat_str_functional_interfaces.sfm_member2_points

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_member2_points.SFMMember2Points(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
SfmMember2Points

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 end_point_on_crv_curve: Reference

Note

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

Reference

property end_point_on_crv_mode: bool

Note

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

bool

property end_point_on_crv_offset: float

Note

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

float

property end_point_on_crv_offset_param: Length

Note

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

Length

property end_point_on_crv_orientation: int

Note

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

int

property end_point_spec: Reference

Note

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

Reference

invert_end_point_on_crv_orientation() None

Note

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

None

invert_start_point_on_crv_orientation() None

Note

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

Inverts the orientation of the offset for an extremity
point.

Example:
This example inverts the orientation of the start point on curve
extremity of the SfmMember2Points feature.

SfmMember2Points.InvertStartPointOnCrvOrientation
Return type:

None

property start_point_on_crv_curve: Reference

Note

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

Returns or sets the point on curve information: curve, ratio or length
mode, offset and orientation.

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

Dim Curve As Reference
Set Curve = SfmMember2Points.StartPointOnCrvCurve
Return type:

Reference

property start_point_on_crv_mode: bool

Note

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

bool

property start_point_on_crv_offset: float

Note

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

float

property start_point_on_crv_offset_param: Length

Note

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

Length

property start_point_on_crv_orientation: int

Note

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

int

property start_point_spec: Reference

Note

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

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

Example:
This example retrieves in Point the supporting curve for the
SfmMember2Points feature.

Dim Point As Reference
Set Point = SfmMember2Points.StartPointSpec
Return type:

Reference