Sets the thickness, angle, and material for the specified ply.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetPlyParameters2( _
ByVal NPly As System.Integer, _
ByVal DThickness As System.Double, _
ByVal DAngle As System.Double, _
ByVal SMaterialLibName As System.String, _
ByVal SMaterialName As System.String _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWCompositeShellOptions
Dim NPly As System.Integer
Dim DThickness As System.Double
Dim DAngle As System.Double
Dim SMaterialLibName As System.String
Dim SMaterialName As System.String
Dim value As System.Integer
value = instance.SetPlyParameters2(NPly, DThickness, DAngle, SMaterialLibName, SMaterialName) |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWCompositeShellOptions~SetPlyParameters2.html# | |
---|
System.int SetPlyParameters2(
System.int NPly,
System.double DThickness,
System.double DAngle,
System.string SMaterialLibName,
System.string SMaterialName
) |
Parameters
- NPly
- Index of ply (see Remarks)
- DThickness
- Thickness of ply
- DAngle
- Angle of ply (see Remarks)
- SMaterialLibName
- Material library name
- SMaterialName
- Material name
Return Value
Error code as defined in
swsCompositeShellOptionsError_e
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP1