All Frameworks  Object Hierarchy  This Framework  Indexes   

HybridShapeConnect (Object)

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

Use the HybridShapeFactory to create a HybridShapeConnect object.


Property Index

BaseCurve
Returns or sets the base curve.
ConnectType
Returns or sets whether the connect curve is or should be created as a"Normal Connect" or with a "Base Curve".
FirstContinuity
Gets or Sets the continuity on first curve.
FirstCurve
Gets or Sets the first reference curve.
FirstOrientation
Gets or Sets the orientation of first curve FirstOrientation = 1 : SameOrientation.
FirstPoint
Gets or Sets the first reference point.
FirstTension
Returns the tension on the first curve making up the connect curve.
SecondContinuity
Gets or Sets the continuity on second curve.
SecondCurve
Gets or Sets the second reference curve.
SecondOrientation
Gets or Sets the orientation of second curve SecondOrientation = 1 : SameOrientation.
SecondPoint
Gets or Sets the second reference point.
SecondTension
Returns the tension on the second curve making up the connect curve.
Support
Returns or sets the supporting face.
Trim
Gets or Sets the trim mode.

Properties


o Property BaseCurve() As
Returns or sets the base curve.
Do not use this property
o Property ConnectType() As
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
 
o Property FirstContinuity() As
Gets or Sets the continuity on first curve. FirstContinuity = 0 : Point continuity = 1 : Tangency continuity = 2 : Curvature continuity
o Property FirstCurve() As
Gets or Sets the first reference curve. new first reference curve
o Property FirstOrientation() As
Gets or Sets the orientation of first curve FirstOrientation = 1 : SameOrientation. = -1 : InvertOrientation. = 2 : KoOrientation
o Property FirstPoint() As
Gets or Sets the first reference point. new first reference point
o Property FirstTension() As (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
 
o Property SecondContinuity() As
Gets or Sets the continuity on second curve. SecondContinuity = 0 : Point continuity = 1 : Tangency continuity = 2 : Curvature continuity
o Property SecondCurve() As
Gets or Sets the second reference curve. new second reference curve
o Property SecondOrientation() As
Gets or Sets the orientation of second curve SecondOrientation = 1 : SameOrientation. = -1 : InvertOrientation. = 2 : KoOrientation
o Property SecondPoint() As
Gets or Sets the second reference point. new second reference point
o Property SecondTension() As (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
 
o Property Support() As
Returns or sets the supporting face.
Do not use this property
o Property Trim() As
Gets or Sets the trim mode. Trim = FALSE : Connected curves are not trimmed. = TRUE : Connected curves are trimmed.

Copyright © 2003, Dassault Systèmes. All rights reserved.