Creates a wire body from the input entities, which can be edges or curves.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ICreateWireBody( _
ByVal Count As System.Integer, _
ByRef EntArr As System.Object, _
ByVal Option As System.Integer _
) As Body2 |
Visual Basic (Usage) | |
---|
Dim instance As IModeler
Dim Count As System.Integer
Dim EntArr As System.Object
Dim Option As System.Integer
Dim value As Body2
value = instance.ICreateWireBody(Count, EntArr, Option) |
C# | |
---|
Body2 ICreateWireBody(
System.int Count,
ref System.object EntArr,
System.int Option
) |
C++/CLI | |
---|
Body2^ ICreateWireBody(
& System.int Count,
& System.Object^% EntArr,
& System.int Option
) |
Parameters
- Count
Number of input entities (curves or edges)
- EntArr
Array of input entities (curves or edges)
- Option
Option as defined in swCreateWireBodyOptions_e (see Remarks)
Remarks
See Also
Availability
SOLIDWORKS 2003 FCS, Revision Number 11.0