Creates a sketch belt feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateSketchBelt( _
ByVal Length As Double, _
ByVal Thickness As Double, _
ByVal Engage As Integer, _
ByVal PulleyCount As Integer, _
ByVal Side1 As Integer, _
ByVal Side2 As Integer, _
ByVal Side3 As Integer, _
ByVal Side4 As Integer, _
ByVal Side5 As Integer, _
ByVal Side6 As Integer, _
ByVal Side7 As Integer, _
ByVal Side8 As Integer, _
ByVal Side9 As Integer, _
ByVal Side10 As Integer, _
ByVal Side11 As Integer, _
ByVal Side12 As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISketchManager
Dim Length As Double
Dim Thickness As Double
Dim Engage As Integer
Dim PulleyCount As Integer
Dim Side1 As Integer
Dim Side2 As Integer
Dim Side3 As Integer
Dim Side4 As Integer
Dim Side5 As Integer
Dim Side6 As Integer
Dim Side7 As Integer
Dim Side8 As Integer
Dim Side9 As Integer
Dim Side10 As Integer
Dim Side11 As Integer
Dim Side12 As Integer
Dim value As Boolean
value = instance.CreateSketchBelt(Length, Thickness, Engage, PulleyCount, Side1, Side2, Side3, Side4, Side5, Side6, Side7, Side8, Side9, Side10, Side11, Side12)
|
C# | |
---|
bool CreateSketchBelt(
double Length,
double Thickness,
int Engage,
int PulleyCount,
int Side1,
int Side2,
int Side3,
int Side4,
int Side5,
int Side6,
int Side7,
int Side8,
int Side9,
int Side10,
int Side11,
int Side12
) |
C++/CLI | |
---|
bool CreateSketchBelt(
& double Length,
& double Thickness,
& int Engage,
& int PulleyCount,
& int Side1,
& int Side2,
& int Side3,
& int Side4,
& int Side5,
& int Side6,
& int Side7,
& int Side8,
& int Side9,
& int Side10,
& int Side11,
& int Side12
) |
Parameters
- Length
- Length of the belt
- Thickness
- Thickness of the belt
- Engage
- 1 to engage the belt, 0 to not
- PulleyCount
- Number of pulley components
- Side1
Place the belt for the corresponding pulley component :
- Side2
- Place the belt for the corresponding pulley component:
- Side3
Place the belt for the corresponding pulley component:
- Side4
Place the belt for the corresponding pulley component:
- Side5
- Place the belt for the corresponding pulley component:
- Side6
Place the belt for the corresponding pulley component:
- Side7
- Place the belt for the corresponding pulley component:
- Side8
- Place the belt for the corresponding pulley component:
- Side9
Place the belt for the corresponding pulley component:
- Side10
- Place the belt for the corresponding pulley component:
- Side11
- Place the belt for the corresponding pulley component:
- Side12
Place the belt for the corresponding pulley component:
Return Value
True the belt is created, false if not
Remarks
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0