SoTextureCoordinateElementGet Method (SbVec3f, SbVec3f) |
Calls Get(point, normal, System.Int32(0)).
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SbVec4f Get(
SbVec3f point,
SbVec3f normal
)
Public Function Get (
point As SbVec3f,
normal As SbVec3f
) As SbVec4f
public:
SbVec4f Get(
SbVec3f point,
SbVec3f normal
)
member Get :
point : SbVec3f *
normal : SbVec3f -> SbVec4f
Parameters
- point
- Type: OIV.InventorSbVec3f
- normal
- Type: OIV.InventorSbVec3f
Return Value
Type:
SbVec4fRemarks See Also