Creates one or more sketch spline segments that are clipped against a given (x1, y1), (x2, y2) rectangle. This rectangle lies in the space of the active 2D sketch.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateClippedSplines( _
ByVal ParamsIn As Object, _
ByVal X1 As Double, _
ByVal Y1 As Double, _
ByVal X2 As Double, _
ByVal Y2 As Double _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc2
Dim ParamsIn As Object
Dim X1 As Double
Dim Y1 As Double
Dim X2 As Double
Dim Y2 As Double
Dim value As Object
value = instance.CreateClippedSplines(ParamsIn, X1, Y1, X2, Y2)
|
C# | |
---|
object CreateClippedSplines(
object ParamsIn,
double X1,
double Y1,
double X2,
double Y2
) |
C++/CLI | |
---|
Object^ CreateClippedSplines(
& Object^ ParamsIn,
& double X1,
& double Y1,
& double X2,
& double Y2
) |
Parameters
- ParamsIn
See Remarks
- X1
x component of the lower corner of the clipping rectangle
- Y1
y component of the lower corner of the clipping rectangle
- X2
x component of the upper corner of the clipping rectangle
- Y2
y component of the upper corner of the clipping rectangle
Return Value
Array of newly created sketch segments
Remarks
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0