All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---HybridShape
|
+---Line
|
+---HybridShapeLinePtPt
Use the CATIAHybridShapeFactory to create a HybridShapeLinePtPt object.
| o Property BeginOffset( | ) As CATIALength (Read Only) |
oStart the beginning offset length
for the LinePtPt hybrid shape feature.
Dim oStart As CATIALength Set oStart = LinePtPt.BeginOffset
| o Property EndOffset( | ) As CATIALength (Read Only) |
oEnd the starting length
for the LinePtPt hybrid shape feature.
Dim oEnd As CATIALength Set oEnd = LinePtPt.EndOffset
| o Property PtExtremity( | ) As CATIAReference |
oPtExtremity the ending point
for the LinePtPt hybrid shape feature.
Dim oPtExtremity As Reference Set oPtExtremity = LinePtPt.PtExtremity
| o Property PtOrigine( | ) As CATIAReference |
oPtOrigine the initial point
for the LinePtPt hybrid shape feature.
Dim oPtOrigine As Reference Set oPtOrigine = LinePtPt.PtOrigine
| o Property Support( | ) As CATIAReference |
oSurface the supporting surface (if it exist)
for the LinePtPt hybrid shape feature.
Dim oSurface As Reference Set oSurface = LinePtPt.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.