All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---HybridShape | +---Line | +---HybridShapeLinePtDir
Use the CATIAHybridShapeFactory to create a HybridShapeLinePtDir object.
o Property BeginOffset( | ) As CATIALength (Read Only) |
oStart
the beginning offset length
for the LinePtDir
hybrid shape feature.
Dim oStart As CATIALength Set oStart = LinePtDir.BeginOffset
o Property Dir( | ) As CATIAHybridShapeDirection |
oDir
the direction
for the LinePtDir
hybrid shape feature.
Dim oDir As CATIAHybridShapeDirection Set oDir = LinePtDir.Dir
o Property EndOffset( | ) As CATIALength (Read Only) |
oEnd
the starting length
for the LinePtDir
hybrid shape feature.
Dim oEnd As CATIALength Set oEnd = LinePtDir.EndOffset
o Property Orientation( | ) As long |
oOrientation
the starting length
for the LinePtDir
hybrid shape feature.
Dim oOrientation As long Set oOrientation = LinePtDir.Orientation
o Property Point( | ) As CATIAReference |
oPoint
the starting point
for the LinePtDir
hybrid shape feature.
Dim oPoint As Reference Set oPoint = LinePtDir.Point
o Property Support( | ) As CATIAReference |
oSurface
the supporting surface (if it exist)
for the LinePtDir
hybrid shape feature.
Dim oSurface As Reference Set oSurface = LinePtDir.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.