SbDiscreteLineProfile Constructor (SbVec2i32, SbVec2i32, SoImageDataAdapter) |
Constructor defining the profile line on the image.
Namespace: OIV.ImageVizAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbDiscreteLineProfile(
SbVec2i32 p1,
SbVec2i32 p2,
SoImageDataAdapter image
)
Public Sub New (
p1 As SbVec2i32,
p2 As SbVec2i32,
image As SoImageDataAdapter
)
public:
SbDiscreteLineProfile(
SbVec2i32 p1,
SbVec2i32 p2,
SoImageDataAdapter^ image
)
new :
p1 : SbVec2i32 *
p2 : SbVec2i32 *
image : SoImageDataAdapter -> SbDiscreteLineProfile
Parameters
- p1
- Type: OIV.InventorSbVec2i32
begin point of the profile. Can be a 2d, 3d and 3d+t point.
- p2
- Type: OIV.InventorSbVec2i32
end point of the profile. Can be a 2d, 3d and 3d+t point.
- image
- Type: OIV.ImageViz.Nodes.ImagesSoImageDataAdapter
image to profile. Cannot be NULL. Throws an SbException if any p1 or p2 are out of image. Throws an SbException if image is NULL.
Remarks See Also