All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---HybridShape | +---Point | +---HybridShapePointBetween
o Property FirstPoint( | ) As CATIAReference |
RefPoint1
the first reference point for the
PointBetween
hybrid shape feature.
Dim RefPoint1 As Reference Set RefPoint1 = PointBetween.FirstPoint
o Property Orientation( | ) As long |
Orient
the orientation for the PointBetween
hybrid shape feature.
Dim Orient As long Set Orient = PointBetween.Orientation
o Property Ratio( | ) As CATIARealParam (Read Only) |
ratio
the orientation for the PointBetween
hybrid shape feature.
Dim ratio As CATIARealParam Get ratio = PointBetween.Ratio
o Property SecondPoint( | ) As CATIAReference |
RefPoint2
the second reference point for the
PointBetween
hybrid shape feature.
Dim RefPoint2 As Reference Set RefPoint2 = PointBetween.SecondPoint
o Property Support( | ) As CATIAReference |
oSupport
the support(if it exist)
for the PointBetween
hybrid shape feature.
Dim oSupport As Reference Set oSupport = PointBetween.Support
Copyright © 2003, Dassault Systèmes. All rights reserved.