Crops this view using the selected closed sketch profile.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Crop2( _
ByVal JaggedOutline As System.Boolean, _
ByVal NoOutline As System.Boolean, _
ByVal ShapeIntensity As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IView
Dim JaggedOutline As System.Boolean
Dim NoOutline As System.Boolean
Dim ShapeIntensity As System.Integer
Dim value As System.Integer
value = instance.Crop2(JaggedOutline, NoOutline, ShapeIntensity) |
Parameters
- JaggedOutline
- True to use a jagged outline, false to not; only valid if NoOutline is false
- NoOutline
- True to not show an outline, false to show an outline
- ShapeIntensity
- Shape intensity of the jagged outline; valid range is 1 (most) to 5 (least); only valid if JaggedOutline is true
Return Value
Crop view status as defined in
swCropViewErrors_e
Example
See Also
Availability
SOLIDWORKS 2017 FCS, Revision Number 25.0