Creates a temporary extruded body.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateExtrudedBody( _
ByVal SheetBody As Body2, _
ByVal Direction As MathVector, _
ByVal Length As System.Double _
) As Body2 |
Visual Basic (Usage) | |
---|
Dim instance As IModeler
Dim SheetBody As Body2
Dim Direction As MathVector
Dim Length As System.Double
Dim value As Body2
value = instance.CreateExtrudedBody(SheetBody, Direction, Length) |
Parameters
- SheetBody
- Sheet body that defines the profile for the temporary extruded body (see Remarks)
- Direction
- Direction of the axis for the temporary extruded body
- Length
- Length of the temporary extruded body
Return Value
Temporary extruded
body
Example
Remarks
See Also
Availability
SOLIDWORKS 2006 SP2, Revision Number 14.2