Sets whether to automatically generate a cut list when the first weldment feature is inserted in a part.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetAutomaticCutList( _
ByVal CutList As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IBodyFolder
Dim CutList As System.Boolean
Dim value As System.Boolean
value = instance.SetAutomaticCutList(CutList) |
C# | |
---|
System.bool SetAutomaticCutList(
System.bool CutList
) |
C++/CLI | |
---|
System.bool SetAutomaticCutList(
& System.bool CutList
) |
Parameters
- CutList
- True to automatically generate a cut list, false to not
Return Value
True if enabled, false if not (see
Remarks)
Example
Remarks
See Also
Availability
SOLIDWORKS 2006 SP2, Revision Number 14