pycatia.hybrid_shape_interfaces.hybrid_shape_point_tangent

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-07-06 14:02:20.222384

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.hybrid_shape_interfaces.hybrid_shape_point_tangent.HybridShapePointTangent(com_object)

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
MecModInterfaces.HybridShape
CATGSMIDLItf.Point
HybridShapePointTangent

Point Tangent.
Role: Allows to access data of the point feature created as follow
:
The tangent to the curve at this point is colinear to a given
direction.
Note: The resulting feature can contain several points.

See also:
Length
See also:
Reference
See also:
HybridShapeDirection
See also:
HybridShapeFactory
property curve: Reference

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property Curve() As Reference

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

Example
:
This example retrieves in oCurve the supporting Curve for the
PointTangent feature.

Dim oCurve As CATIAReference
Set oCurve = PointTangent.Curve
Return type:

Reference

property direction: HybridShapeDirection

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property Direction() As HybridShapeDirection

Returns or Sets the direction.

Example
:
This example retrieves in oDirection the tangent direction use to
compute on supporting curve the PointTangent feature.

Dim oDirection As CATIAHybridShapeDirection
Set oDirection = PointTangent.Direction
Return type:

HybridShapeDirection