Gets or sets the shell face on which fatigue analysis is performed.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ShellFace As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWFatigueStudyOptions
Dim value As System.Integer
instance.ShellFace = value
value = instance.ShellFace |
C# | |
---|
System.int ShellFace {get; set;} |
C++/CLI | |
---|
property System.int ShellFace {
System.int get();
void set ( & System.int value);
} |
Property Value
swsShellFace_e.swsShellFace_Top or swsShellFace_e.swsShellFace_Bottom
Example
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0