Gets the thickness, angle, and material for the specified ply.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetPlyParameters( _
ByVal NPly As System.Integer, _
ByRef DThickness As System.Double, _
ByRef DAngle As System.Double, _
ByRef NErrorCode As System.Integer _
) As CWMaterial |
Visual Basic (Usage) | |
---|
Dim instance As ICWCompositeShellOptions
Dim NPly As System.Integer
Dim DThickness As System.Double
Dim DAngle As System.Double
Dim NErrorCode As System.Integer
Dim value As CWMaterial
value = instance.GetPlyParameters(NPly, DThickness, DAngle, NErrorCode) |
C++/CLI | |
---|
CWMaterial^ GetPlyParameters(
& System.int NPly,
& [Out] System.double DThickness,
& [Out] System.double DAngle,
& [Out] System.int NErrorCode
) |
Parameters
- NPly
- Index of ply (see Remarks)
- DThickness
- Thickness of ply
- DAngle
- Angle of ply (see Remarks)
- NErrorCode
- Error code as defined in swsCompositeShellOptionsError_e
Return Value
ICWMaterial
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2015 SP3