Create one or more curves in a sketch by projecting a selected edge, loop, face, curve, or external sketch contour, set of edges, or set of sketch curves onto a sketch plane.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SketchUseEdge2( _
ByVal Chain As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISketchManager
Dim Chain As System.Boolean
Dim value As System.Boolean
value = instance.SketchUseEdge2(Chain) |
C# | |
---|
System.bool SketchUseEdge2(
System.bool Chain
) |
C++/CLI | |
---|
System.bool SketchUseEdge2(
& System.bool Chain
) |
Parameters
- Chain
- True if you want an entire chain of sketch entities converted, false if you want only the selected sketch entities converted (see Remarks)
Return Value
True if the sketch entities are converted, false if not
Example
Remarks
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0