pycatia.hybrid_shape_interfaces.hybrid_shape_connect

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_connect.HybridShapeConnect(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
HybridShapeConnect

Represents the hybrid shape connect curve object.
Role: To access the data of the hybrid shape connect curve object. This data
includes:

The face to process
The connection parameter.

Use the HybridShapeFactory to create a HybridShapeConnect
object.
property base_curve: Reference

Note

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

Returns or sets the base curve.
Do not use this property
Return type:

Reference

property connect_type: int

Note

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

Returns or sets whether the connect curve is or should be created as
a”Normal Connect” or with a “Base Curve”.
Legal values: 0 for the normal solution and 1 for base curve
solution.

Example:

This example sets the mode to create the connect
curve
hybConnectCurve with a base curve.


hybConnectCurve.Base Curve = 1
Return type:

int

property first_continuity: int

Note

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

Gets or Sets the continuity on first curve.
FirstContinuity = 0 : Point continuity = 1 : Tangency continuity = 2 : Curvature continuity
Return type:

int

property first_curve: Reference

Note

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

Gets or Sets the first reference curve. new first reference curve
Return type:

Reference

property first_orientation: int

Note

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

Gets or Sets the orientation of first curve
FirstOrientation = 1 : SameOrientation. = -1 : InvertOrientation. = 2 : KoOrientation
Return type:

int

property first_point: Reference

Note

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

Gets or Sets the first reference point. new first reference point
Return type:

Reference

property first_tension: RealParam

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property FirstTension() As RealParam (Read Only)

Returns the tension on the first curve making up the connect
curve.

Example:

This example retrieves the tension of the first curve that makes
up
the connect curve hybConnect.


Dim firstCurveTension As CATIARealParam
firstCurveTension = hybConnect.FirstTension
Return type:

RealParam

property second_continuity: int

Note

CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)
o Property SecondContinuity() As long

Gets or Sets the continuity on second curve. SecondContinuity = 0 : Point continuity = 1 :
Tangency continuity = 2 : Curvature continuity
Return type:

int

property second_curve: Reference

Note

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

Gets or Sets the second reference curve. new second reference curve
Return type:

Reference

property second_orientation: int

Note

CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)
o Property SecondOrientation() As long

Gets or Sets the orientation of second curve SecondOrientation = 1 : SameOrientation. = -1 :
InvertOrientation. = 2 : KoOrientation
Return type:

int

property second_point: Reference

Note

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

Gets or Sets the second reference point. new second reference point
Return type:

Reference

property second_tension: RealParam

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property SecondTension() As RealParam (Read Only)

Returns the tension on the second curve making up the connect
curve.

Example:

This example retrieves the tension of the second curve that makes
up
the connect curve hybConnect.


Dim secondCurveTension As CATIARealParam
secondCurveTension = hybConnect.SecondTension
Return type:

RealParam

property trim: bool

Note

CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)
o Property Trim() As boolean

Gets or Sets the trim mode. Trim = FALSE : Connected curves are not trimmed. = TRUE :
Connected curves are trimmed.
Return type:

bool