'Declaration Public Function CreatePolylineSlice( _
ByVal planarSliceThe MPR planar slice.As MprPlanarSlice, _
ByVal xAxisPointsPoints on X-axis of the MPR polyline slice in coordinate system of MPR planar slice.() As Vintasoft.Primitives.VintasoftPoint _
) As MprPolylineSlice
public MprPolylineSlice CreatePolylineSlice(
MprPlanarSlice planarSlice,
Vintasoft.Primitives.VintasoftPoint[] xAxisPoints
)
public: MprPolylineSlice* CreatePolylineSlice(
MprPlanarSlice* planarSlice,
Vintasoft.Primitives.VintasoftPoint[]* xAxisPoints
)
public:
MprPolylineSlice^ CreatePolylineSlice(
MprPlanarSlice^ planarSlice,
array<Vintasoft.Primitives.VintasoftPoint>^ xAxisPoints
)
Parameters
- planarSlice
- The MPR planar slice.
- xAxisPoints
- Points on X-axis of the MPR polyline slice in coordinate system of MPR planar slice.
Return Value
The MPR polyline slice, which is perpendicular to the MPR planar slice.