Creates a section view from the section line up to the specified distance at the specified location .
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateSectionViewAt5( _
ByVal X As Double, _
ByVal Y As Double, _
ByVal Z As Double, _
ByVal SectionLabel As String, _
ByVal Options As Integer, _
ByVal ExcludedComponents As Object, _
ByVal SectionDepth As Double _
) As View |
Visual Basic (Usage) | |
---|
Dim instance As IDrawingDoc
Dim X As Double
Dim Y As Double
Dim Z As Double
Dim SectionLabel As String
Dim Options As Integer
Dim ExcludedComponents As Object
Dim SectionDepth As Double
Dim value As View
value = instance.CreateSectionViewAt5(X, Y, Z, SectionLabel, Options, ExcludedComponents, SectionDepth)
|
Parameters
- X
- x position on the drawing sheet for the center of the section view
- Y
- y position on the drawing sheet for the center of the section view
- Z
- z position on the drawing sheet for the center of the section view
- SectionLabel
- Letter for the label for the section view
- Options
Options that affect the section view as defined in swCreateSectionViewAtOptions_e
- ExcludedComponents
- Array of components to exclude from the section view
- SectionDepth
- Distance from the section line to create the section view
Return Value
Section
view
Example
Remarks
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0