Sets the polynomial coefficients for nonuniform force distribution.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetNonUniformData( _
ByVal constVal As Double, _
ByVal DX As Double, _
ByVal DY As Double, _
ByVal DXY As Double, _
ByVal DX2 As Double, _
ByVal DY2 As Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWForce
Dim constVal As Double
Dim DX As Double
Dim DY As Double
Dim DXY As Double
Dim DX2 As Double
Dim DY2 As Double
instance.SetNonUniformData(constVal, DX, DY, DXY, DX2, DY2)
|
C++/CLI | |
---|
void SetNonUniformData(
& double constVal,
& double DX,
& double DY,
& double DXY,
& double DX2,
& double DY2
) |
Parameters
- constVal
- Constant
- DX
- Coefficient of the X term
- DY
- Coefficient of the Y term
- DXY
- Coefficient of the XY term
- DX2
- Coefficient of the X2 term
- DY2
- Coefficient of the Y2 term
Remarks
See Also
Availability
SolidWorks Simulation API 2008 SP1.0