All Frameworks Object Hierarchy This Framework Indexes
| o Property PtRef( | ) As |
oPtRef the reference point for PointCoord feature.
Dim oPtRef As CATIAReference Set oPtRef = PointCoord.PtRef
| o Property RefAxisSystem( | ) As |
oRefAxis the reference Axis System for PointCoord feature.
Dim oRefAxis As CATIAReference Set oRefAxis = PointCoord.RefAxisSystem
| o Property X( | ) As (Read Only) |
oX the X coordinate for the PointCoord hybrid shape feature.
Dim oX As CATIALength Set oX = PointCoord.X
| o Property Y( | ) As (Read Only) |
oY the Y coordinate for the PointCoord hybrid shape feature.
Dim oY As CATIALength Set oY = PointCoord.Y
| o Property Z( | ) As (Read Only) |
oZ the Z coordinate for the PointCoord hybrid shape feature.
Dim oZ As CATIALength Set oZ = PointCoord.Z
Copyright © 2003, Dassault Systèmes. All rights reserved.