Sections a body using a sheet (surface) body.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ISectionBySheet( _
ByVal Sheet As Body2, _
ByVal NumMaxSections As System.Integer, _
ByRef SectionedBodies As Body2 _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IBody2
Dim Sheet As Body2
Dim NumMaxSections As System.Integer
Dim SectionedBodies As Body2
Dim value As System.Integer
value = instance.ISectionBySheet(Sheet, NumMaxSections, SectionedBodies) |
Parameters
- Sheet
Pointer to the sheet body used to perform the section
- NumMaxSections
Maximum number of sections to create
- SectionedBodies
Pointer to an array of bodies created during the section operation
Return Value
Number of bodies created during the operation
Remarks
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0