pycatia.cat_str_functional_interfaces.sfm_member_point_length

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_length.SFMMemberPointLength(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
SfmMemberPointLength

Interface to manage Member created with one point, one direction and a
length.
Role: To manage member created with one point, one direction and a
length.
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
SfmMemberPointLength feature.

Dim Direction As Reference
Set Direction = SfmMemberPointLength.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 SfmMemberPointLength feature.

Dim DirectionOrientation As Integer
Set DirectionOrientation = SfmMemberPointLength.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
SfmMemberPointLength feature.

SfmMemberPointLength.InvertDirection
Return type:

None

property length: float

Note

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

Returns or sets the member’s length.

Example:
This example retrieves in Length the length of the SfmMemberPointLength
feature.

Dim Length As Double
Set Length = SfmMember.Length
Return type:

float

property length_param: Length

Note

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

Length

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 SfmMemberPointLength
feature.

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

Reference