All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---HybridShape | +---Point | +---HybridShapePointCoord
o Property PtRef( | ) As CATIAReference |
oPtRef
the reference point for PointCoord
feature.
Dim oPtRef As CATIAReference Set oPtRef = PointCoord.PtRef
o Property RefAxisSystem( | ) As CATIAReference |
oRefAxis
the reference Axis System for PointCoord
feature.
Dim oRefAxis As CATIAReference Set oRefAxis = PointCoord.RefAxisSystem
o Property X( | ) As CATIALength (Read Only) |
oX
the X coordinate for the PointCoord
hybrid shape feature.
Dim oX As CATIALength Set oX = PointCoord.X
o Property Y( | ) As CATIALength (Read Only) |
oY
the Y coordinate for the PointCoord
hybrid shape feature.
Dim oY As CATIALength Set oY = PointCoord.Y
o Property Z( | ) As CATIALength (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.