Click or drag to resize
SbVec3d Constructor (SbPlane, SbPlane, SbPlane)
Constructor given 3 plane p0p1p2.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.37.0.Release.d68cc17a144c4f433a18b21dc892065973fe2b38
Syntax
public SbVec3d(
	ref SbPlane p0,
	ref SbPlane p1,
	ref SbPlane p2
)

Parameters

p0
Type: OIV.InventorSbPlane
p1
Type: OIV.InventorSbPlane
p2
Type: OIV.InventorSbPlane
See Also