Click or drag to resize
SbLinedSetValue Method (SbVec3d, SbVec3d)
Sets line to pass through points p0 and p1.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.1.0.Release.bbf67b7ce81225a791aa69eb415ebddead35829d
Syntax
public void SetValue(
	SbVec3d p0,
	SbVec3d p1
)

Parameters

p0
Type: OIV.InventorSbVec3d
p1
Type: OIV.InventorSbVec3d
See Also