Creates sketch entities on a sketch plane by projecting selected edges, loops, faces, curves, and external sketch contours.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SketchUseEdge3( _
ByVal Chain As System.Boolean, _
ByVal InnerLoops As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISketchManager
Dim Chain As System.Boolean
Dim InnerLoops As System.Boolean
Dim value As System.Boolean
value = instance.SketchUseEdge3(Chain, InnerLoops) |
C++/CLI | |
---|
System.bool SketchUseEdge3(
& System.bool Chain,
& System.bool InnerLoops
) |
Parameters
- Chain
- True to convert an entire chain of sketch entities, false to convert only the selected sketch entities (see Remarks)
- InnerLoops
- True to convert the inner loops of the selected faces to sketch entities, false to not
Return Value
True if the sketch entities are created, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2016 FCS, Revision Number 24.0