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