Sets the face, edge, or plane in whose direction the base excitation is uniformly applied to all restrained locations.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetDirectionEntityForUniformExcitation( _
ByVal RefEntity As Object _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWBaseExcitation
Dim RefEntity As Object
instance.SetDirectionEntityForUniformExcitation(RefEntity)
|
C# | |
---|
void SetDirectionEntityForUniformExcitation(
object RefEntity
) |
C++/CLI | |
---|
void SetDirectionEntityForUniformExcitation(
& Object^ RefEntity
) |
Parameters
- RefEntity
- Face, edge, or plane of excitation direction (see Remarks)
Remarks
See Also
Availability
SolidWorks Simulation API 2012 SP0