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