Gets the entities that are used to split a face. The resulting edges are added to the parting-line feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetEntitiesToSplit( _
ByVal Count As Integer, _
ByRef TypeArr As Integer _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IPartingLineFeatureData
Dim Count As Integer
Dim TypeArr As Integer
Dim value As Object
value = instance.IGetEntitiesToSplit(Count, TypeArr)
|
C++/CLI | |
---|
Object^ IGetEntitiesToSplit(
& int Count,
& [Out] int TypeArr
) |
Parameters
- Count
- Number of entities
- TypeArr
-
in-process, unmanaged C++: Pointer to an array of these entities as defined in
swSelectType_e:
-
swSelVERTICES
-
swSelSKETCHSEGS
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Return Value
VBA, VB.NET, C#, and C++/CLI: Not supported
Remarks
See Also
Availability
SolidWorks 2005 FCS, Revision Number 13.0