Sets the polynomial coefficients for nonuniform force distribution.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetNonUniformData( _
ByVal constVal As System.Double, _
ByVal DX As System.Double, _
ByVal DY As System.Double, _
ByVal DXY As System.Double, _
ByVal DX2 As System.Double, _
ByVal DY2 As System.Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWForce
Dim constVal As System.Double
Dim DX As System.Double
Dim DY As System.Double
Dim DXY As System.Double
Dim DX2 As System.Double
Dim DY2 As System.Double
instance.SetNonUniformData(constVal, DX, DY, DXY, DX2, DY2) |
C# | |
---|
void SetNonUniformData(
System.double constVal,
System.double DX,
System.double DY,
System.double DXY,
System.double DX2,
System.double DY2
) |
C++/CLI | |
---|
void SetNonUniformData(
& System.double constVal,
& System.double DX,
& System.double DY,
& System.double DXY,
& System.double DX2,
& System.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