All Frameworks Object Hierarchy This Framework Indexes
Use the HybridShapeFactory to create a HybridShapePointOnCurve object.
o Property Curve( | ) As |
oCurve
the supporting curve for
the pointOnCurve
hybrid shape point.
Dim oCurve As CATIAReference Set oCurve = pointOnCurve.Curve
o Property Direction( | ) As |
Dir
the direction for the PointOnCurve
hybrid shape feature.
Dim Dir As CATIAHybridShapeDirection Set Dir=pointOnCurve.Direction
o Property DistanceType( | ) As |
oDistanceType
the distance computation type used
for the pointOnCurve
hybrid shape object.
Dim oDistanceType As long Set oDistanceType = pointOnCurve.DistanceType
o Property Offset( | ) As (Read Only) |
oOffset
the distance from the reference point
on the supporting curve for the pointOnCurve
hybrid shape object.
Dim oOffset As CATIALength Set oOffset = pointOnCurve.Offset
o Property OnCurveType( | ) As |
o Property Orientation( | ) As |
oOrientation
curve Orientation use
for the pointOnCurve
hybrid shape feature.
Dim oOrientation As long Set oOrientation = pointOnCurve.Orientation
o Property Point( | ) As |
If the point does not lie on the curve, the point on the curve with the smallest distance to this point is taken.
The reference point may not exist. In this case, the extremity of the curve is taken as reference point.
oRefPoint
the reference point
on the supporting curve for the pointOnCurve
hybrid shape object.
Dim oRefPoint As CATIAReference Set oRefPoint = pointOnCurve.Point
o Property Ratio( | ) As (Read Only) |
oRatio
the distance ratio from the reference point
on the supporting curve for the pointOnCurve
hybrid shape object.
Dim oRatio As CATIALength Set oRatio = PointOnCurve.Ratio
o Property Type( | ) As (Read Only) |
oType
the distance type computation
for the pointOnCurve
hybrid shape object.
Dim oType As long Set oType = pointOnCurve.Type
Copyright © 2003, Dassault Systèmes. All rights reserved.