Changes diameter and whether to flip the belt side of the specified pulley component.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ModifyMemberParameters( _
ByVal PulleyCompObject As System.Object, _
ByVal Diameter As System.Double, _
ByVal Flip As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IBeltChainFeatureData
Dim PulleyCompObject As System.Object
Dim Diameter As System.Double
Dim Flip As System.Boolean
Dim value As System.Boolean
value = instance.ModifyMemberParameters(PulleyCompObject, Diameter, Flip) |
Parameters
- PulleyCompObject
- Pulley component
- Diameter
- Diameter > 0.0 to change; 0.0 to not change
- Flip
- True to flip the belt side, false to not
Return Value
True if pulley component successfully modifed, false if not
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30