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