Creates a mesh for the specified mesh control.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateMeshForMeshControl( _
ByVal SMeshControlName As System.String _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWStudy
Dim SMeshControlName As System.String
Dim value As System.Integer
value = instance.CreateMeshForMeshControl(SMeshControlName) |
C++/CLI | |
---|
System.int CreateMeshForMeshControl(
& System.String^ SMeshControlName
) |
Parameters
- SMeshControlName
- Name of the mesh control
Return Value
Error as defined in
swsMeshControlMeshingError_e
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0