Gets the
Edge convexity filter set in this PowerSelect session.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetEdgeConvexityFilter( _
ByRef bConvex As System.Boolean, _
ByRef bConcave As System.Boolean, _
ByRef bIgnoreMixedLoop As System.Boolean _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IPowerSelect
Dim bConvex As System.Boolean
Dim bConcave As System.Boolean
Dim bIgnoreMixedLoop As System.Boolean
Dim value As System.Integer
value = instance.GetEdgeConvexityFilter(bConvex, bConcave, bIgnoreMixedLoop) |
Parameters
- bConvex
- True to get convex edges, false to not
- bConcave
True to get concave edges, false to not
- bIgnoreMixedLoop
True to ignore loops with convex or concave edges, false to not
Return Value
Error as defined in
gtError_e
See Also
Availability
SOLIDWORKS Utilities API 2005 FCS