'Declaration Public Overrides Sub GetPropertiesAlongXAxis( _
ByVal offsetThe offset along the MPR slice.As Double, _
ByVal segmentLengthThe segment length.As Double, _
ByRef locationLocation of the MPR slice.As Vintasoft.Imaging.VintasoftPoint3D, _
ByRef xAxisThe X-axis direction vector of the MPR slice.As Vintasoft.Imaging.VintasoftVector3D, _
ByRef yAxisThe Y-axis direction vector of the MPR slice.As Vintasoft.Imaging.VintasoftVector3D _
)
public override void GetPropertiesAlongXAxis(
double offset,
double segmentLength,
out Vintasoft.Imaging.VintasoftPoint3D location,
out Vintasoft.Imaging.VintasoftVector3D xAxis,
out Vintasoft.Imaging.VintasoftVector3D yAxis
)
public: void GetPropertiesAlongXAxis(
double offset,
double segmentLength,
[PARAMFLAG::Out] Vintasoft.Imaging.VintasoftPoint3D location,
[PARAMFLAG::Out] Vintasoft.Imaging.VintasoftVector3D xAxis,
[PARAMFLAG::Out] Vintasoft.Imaging.VintasoftVector3D yAxis
); override
public:
void GetPropertiesAlongXAxis(
double offset,
double segmentLength,
[Out] Vintasoft.Imaging.VintasoftPoint3D location,
[Out] Vintasoft.Imaging.VintasoftVector3D xAxis,
[Out] Vintasoft.Imaging.VintasoftVector3D yAxis
); override
Parameters
- offset
- The offset along the MPR slice.
- segmentLength
- The segment length.
- location
- Location of the MPR slice.
- xAxis
- The X-axis direction vector of the MPR slice.
- yAxis
- The Y-axis direction vector of the MPR slice.