pycatia.cat_str_functional_interfaces.sfm_member_point_up_to_limit

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_point_up_to_limit.SFMMemberPointUpToLimit(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
SfmMemberPointUpToLimit

Interface to manage Member created with one point, one direction and one
limit.
Role: To manage member created with one point, one direction and one
limit.
property direction: Reference

Note

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

Returns or sets the direction.

Example:
This example retrieves in Direction the direction for the
SfmMemberPointUpToLimit feature.

Dim Direction As Reference
Set Direction = SfmMemberPointUpToLimit.Direction
Return type:

Reference

property direction_orientation: int

Note

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

Returns or sets the direction orientation.

Example:
This example retrieves in DirectionOrientation the direction
orientation for the SfmMemberPointUpToLimit feature.

Dim DirectionOrientation As Integer
Set DirectionOrientation = SfmMemberPointUpToLimit.DirectionOrientation
Return type:

int

invert_direction() None

Note

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

Inverts the direction orientation.

Example:
This example inverts the orientation of the direction for the
SfmMemberPointUpToLimit feature.

SfmMemberPointUpToLimit.InvertDirection
Return type:

None

property limit: Reference

Note

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

Returns or sets the limit.

Example:
This example retrieves in Limit the limit for the
SfmMemberPointUpToLimit feature.

Dim Limit As Reference
Set Limit = SfmMemberPointUpToLimit.Limit
Return type:

Reference

property point: Reference

Note

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

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

Example:
This example retrieves in Point the point for the
SfmMemberPointUpToLimit feature.

Dim Point As Reference
Set Point = SfmMemberPointUpToLimit.Point
Return type:

Reference