All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---HybridShape
|
+---Point
|
+---HybridShapePointOnPlane
| o Property FirstDirection( | ) As CATIAHybridShapeDirection |
oDirection the direction of the PointOnPlane feature.
Dim oDirection As CATIAHybridShapeDirection Set oDirection = PointOnPlane.FirstDirection
| o Property Plane( | ) As CATIAReference |
oPlane the supporting Plane for PointOnPlane feature.
Dim oPlane As CATIAReference Set oPlane = PointOnPlane.Plane
| o Property Point( | ) As CATIAReference |
oPoint the reference point for PointOnPlane feature.
Dim oPoint As CATIAReference Set oPoint = PointOnPlane.Point
| o Property ProjectionSurface( | ) As CATIAReference |
oProjSur the projection surface of the PointOnPlane feature.
Dim oProjSur As CATIAReference Set oProjSur = PointOnPlane.ProjectionSurface
| o Property XOffset( | ) As CATIALength (Read Only) |
oX the X coordinate for PointOnPlane feature.
Dim oX As CATIALength Set oX = PointOnPlane.XOffset
| o Property YOffset( | ) As CATIALength (Read Only) |
oY the Y coordinate for PointOnPlane feature.
Dim oY As CATIALength Set oY = PointOnPlane.YOffset
| o Sub GetSecondDirection( | double | oDirX, |
| double | oDirY, | |
| double | oDirZ) |
| o Sub SetSecondDirection( | double | iDirX, |
| double | iDirY, | |
| double | iDirZ) |
Copyright © 2003, Dassault Systèmes. All rights reserved.