SbLinedSetValue Method (SbVec3d, SbVec3d) |
Sets line to pass through points p0 and p1.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.36.0.Release.d5e5954f18f5fba1171104a1eb3d2f8b0fc0d084
Syntaxpublic void SetValue(
SbVec3d p0,
SbVec3d p1
)
Public Sub SetValue (
p0 As SbVec3d,
p1 As SbVec3d
)
public:
void SetValue(
SbVec3d p0,
SbVec3d p1
)
member SetValue :
p0 : SbVec3d *
p1 : SbVec3d -> unit
Parameters
- p0
- Type: OIV.InventorSbVec3d
- p1
- Type: OIV.InventorSbVec3d
See Also