Click or drag to resize
SbStructuredQuadrilateralMeshGetVertex Method

Returns the vertex position.

Namespace: OIV.ImageViz
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SbVec3f GetVertex(
	ulong i,
	ulong j
)

Parameters

i
Type: SystemUInt64

column index of the vertex to modify. i must be in range [0-getNumCellsI()].

j
Type: SystemUInt64

row index of the vertex to modify. j must be in range [0-getNumCellsJ()].

Return Value

Type: SbVec3f
Remarks

Returns an empty vertex if the indices are out of the mesh range.

See Also