Gets or sets whether ply angles are relative to the angle of ply 1.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property PlyRelativeAngle2 As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWCompositeShellOptions
Dim value As System.Boolean
instance.PlyRelativeAngle2 = value
value = instance.PlyRelativeAngle2 |
C# | |
---|
System.bool PlyRelativeAngle2 {get; set;} |
C++/CLI | |
---|
property System.bool PlyRelativeAngle2 {
System.bool get();
void set ( & System.bool value);
} |
Property Value
-1 or true if ply angles are relative to the angle of ply 1, 0 or false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30