All Frameworks Object Hierarchy This Framework Indexes
| o Property BendAngle( | ) As (Read Only) |
Dim dblBendAngle As Double dblBendBendAngle = objNode1.BendAngle
| o Property BendRadius( | ) As |
Dim dblBendRadius As Double dblBendRadius = objNode1.BendRadius
| o Sub GetPoint( | iRelAxis, | |
| 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( | iRelAxis, | |
| 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.