All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---ArrangementNode
o Property BendAngle( | ) As double (Read Only) |
Dim dblBendAngle As Double dblBendBendAngle = objNode1.BendAngle
o Property BendRadius( | ) As double |
Dim dblBendRadius As Double dblBendRadius = objNode1.BendRadius
o Sub GetPoint( | CATIAMove | iRelAxis, |
CATSafeArrayVariant | ioNodeLocation) |
Dim dblCoords(3) As Double Dim iRelAxis As Move 'Fetch iRelAxis from the object containing the node ... objNode1.GetPoint(iRelAxis, dblCoords)
o Sub SetPoint( | CATIAMove | iRelAxis, |
CATSafeArrayVariant | iNodeLocation) |
Dim dblCoords(3) As Double Dim iRelAxis As Move 'Fetch iRelAxis from the object containing the node ... dblCoords(0) = 300.0 '//X dblCoords(1) = 500.0 '//Y dblCoords(2) = 300.0 '//Z objNode1.SetPoint(iRelAxis, dblCoords)
Copyright © 2003, Dassault Systèmes. All rights reserved.