Rhino.DuplicateHatchBorders (strObject [, blnDelete])
strHatch |
Required. String. The identifier of a hatch object. |
Array |
An array of strings identifying the newly created curve objects if successful. |
Null |
On error. |
Dim strObject
strObject = Rhino.GetObject("Select object")
If Rhino.IsHatch(strObject) Then
Rhino.DuplicateHatchBorders strObject
End If