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.IUnknownSystem.IDispatchSystem.CATBaseUnknownSystem.CATBaseDispatchSystem.AnyObjectMecModInterfaces.HybridShapeHybridShapeConnectRepresents the hybrid shape connect curve object.Role: To access the data of the hybrid shape connect curve object. This dataincludes:The face to processThe connection parameter.Use the HybridShapeFactory to create a HybridShapeConnectobject.-
property
base_curve¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property BaseCurve() As ReferenceReturns or sets the base curve.Do not use this property
- Returns
Reference
- Return type
-
property
connect_type¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property ConnectType() As longReturns or sets whether the connect curve is or should be created asa”Normal Connect” or with a “Base Curve”.Legal values: 0 for the normal solution and 1 for base curvesolution.Example:This example sets the mode to create the connectcurvehybConnectCurve with a base curve.hybConnectCurve.Base Curve = 1
- Returns
int
- Return type
int
-
property
first_continuity¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property FirstContinuity() As longGets or Sets the continuity on first curve.FirstContinuity = 0 : Point continuity = 1 : Tangency continuity = 2 : Curvature continuity
- Returns
int
- Return type
int
-
property
first_curve¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property FirstCurve() As ReferenceGets or Sets the first reference curve. new first reference curve
- Returns
Reference
- Return type
-
property
first_orientation¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property FirstOrientation() As longGets or Sets the orientation of first curveFirstOrientation = 1 : SameOrientation. = -1 : InvertOrientation. = 2 : KoOrientation
- Returns
int
- Return type
int
-
property
first_point¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property FirstPoint() As ReferenceGets or Sets the first reference point. new first reference point
- Returns
Reference
- Return type
-
property
first_tension¶ 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 connectcurve.Example:This example retrieves the tension of the first curve that makesupthe connect curve hybConnect.Dim firstCurveTension As CATIARealParamfirstCurveTension = hybConnect.FirstTension
- Returns
RealParam
- Return type
-
property
second_continuity¶ Note
- CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)
- o Property SecondContinuity() As longGets or Sets the continuity on second curve. SecondContinuity = 0 : Point continuity = 1 :Tangency continuity = 2 : Curvature continuity
- Returns
int
- Return type
int
-
property
second_curve¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property SecondCurve() As ReferenceGets or Sets the second reference curve. new second reference curve
- Returns
Reference
- Return type
-
property
second_orientation¶ Note
- CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)
- o Property SecondOrientation() As longGets or Sets the orientation of second curve SecondOrientation = 1 : SameOrientation. = -1 :InvertOrientation. = 2 : KoOrientation
- Returns
int
- Return type
int
-
property
second_point¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property SecondPoint() As ReferenceGets or Sets the second reference point. new second reference point
- Returns
Reference
- Return type
-
property
second_tension¶ 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 connectcurve.Example:This example retrieves the tension of the second curve that makesupthe connect curve hybConnect.Dim secondCurveTension As CATIARealParamsecondCurveTension = hybConnect.SecondTension
- Returns
RealParam
- Return type
-
property
trim¶ Note
- CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)
- o Property Trim() As booleanGets or Sets the trim mode. Trim = FALSE : Connected curves are not trimmed. = TRUE :Connected curves are trimmed.
- Returns
bool
- Return type
bool
-
property