Click or drag to resize
SbDiscreteLineProfile Constructor (SbVec4i32, SbVec4i32, SoImageDataAdapter)

Constructor defining the profile line on the image.

Namespace: OIV.ImageViz
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SbDiscreteLineProfile(
	SbVec4i32 p1,
	SbVec4i32 p2,
	SoImageDataAdapter image
)

Parameters

p1
Type: OIV.InventorSbVec4i32

begin point of the profile. Can be a 2d, 3d and 3d+t point.

p2
Type: OIV.InventorSbVec4i32

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