Eland
Aerospace
- Jul 21, 2004
- 5
I want to repeat to generate offset planes using pre-defined offset values (offsetValues(i)). It seems that I cannot use variable into "???" position. My humble script is shown bellow. How do I have to complete "???" ? Or is there another way to do?
Thanks in precedence.
Dim offsetValues
offsetValues(0) = ...
.
.
.
offsetValues = ...
For i = 1 To Nfoil
Set PlaneOffset = hybridShapeFactory1.AddNewPlaneOffset(refPlaneZX, ???, False)
hybridBody1.AppendHybridShape PlaneOffset
Next
Thanks in precedence.
Dim offsetValues
offsetValues(0) = ...
.
.
.
offsetValues = ...
For i = 1 To Nfoil
Set PlaneOffset = hybridShapeFactory1.AddNewPlaneOffset(refPlaneZX, ???, False)
hybridBody1.AppendHybridShape PlaneOffset
Next