Creates an area hatch/fill region hatch using a closed sketch profile.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateRegionHatch( _
ByVal X As Double, _
ByVal Y As Double, _
ByVal Z As Double, _
ByVal Angle As Double, _
ByVal Scale As Double, _
ByVal Color As Integer, _
ByVal Hatchname As String, _
ByVal Layername As String _
) As SketchHatch |
Visual Basic (Usage) | |
---|
Dim instance As ISketchManager
Dim X As Double
Dim Y As Double
Dim Z As Double
Dim Angle As Double
Dim Scale As Double
Dim Color As Integer
Dim Hatchname As String
Dim Layername As String
Dim value As SketchHatch
value = instance.CreateRegionHatch(X, Y, Z, Angle, Scale, Color, Hatchname, Layername)
|
Parameters
- X
- X coordinate anywhere within the closed sketch profile
- Y
- Y coordinate anywhere within the closed sketch profile
- Z
- Z coordinate anywhere within the closed sketch profile
- Angle
- Angle of the hatch if the hatch is not solid
- Scale
- Scale factor for the hatch if the hatch is not solid
- Color
- COLORREF value describing the color used for the hatch
- Hatchname
- Type or name of the hatch from the Sldwks.ptn file
- Layername
- Layer name for the hatch if a drawing document
Return Value
Sketch hatch
Remarks
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0