All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---HybridShape
|
+---Line
|
+---HybridShapeLineTangency
Use the CATIAHybridShapeFactory to create a HybridShapeLineTangency object.
| o Property BeginOffset( | ) As CATIALength (Read Only) |
oStart the beginning offset length
for the LineTangency hybrid shape feature.
Dim oStart As CATIALength Set oStart = LineTangency.BeginOffset
| o Property Curve( | ) As CATIAReference |
oCurve the reference curve
for the LineTangency hybrid shape feature.
Dim oCurve As Reference Set oCurve = LineTangency.Curve
| o Property EndOffset( | ) As CATIALength (Read Only) |
oEnd the starting length
for the LineTangency hybrid shape feature.
Dim oEnd As CATIALength Set oEnd = LineTangency.EndOffset
| o Property Orientation( | ) As long |
oOrientation the starting length
for the LineTangency hybrid shape feature.
Dim oOrientation As long Set oOrientation = LineTangency.Orientation
| o Property Point( | ) As CATIAReference |
oPoint the starting point
for the LineTangency hybrid shape feature.
Dim oPoint As Reference Set oPoint = LineTangency.Point
| o Property Support( | ) As CATIAReference |
oSurface the suupporting Surface (if exist)
for the LineTangency hybrid shape feature.
Dim oSurface As Reference Set oSurface = LineTangency.Surface
| o Func GetLengthType( | ) As long |
| o Func GetSymmetricalExtension( | ) As boolean |
| o Sub RemoveSupport( | ) |
| o Sub SetLengthType( | long | iType) |
| o Sub SetSymmetricalExtension( | boolean | iSym) |
Copyright © 2003, Dassault Systèmes. All rights reserved.