Note: This API is now obsolete.
This method is marked obsolete. Use
Normal
property instead.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.36.0.Release.d5e5954f18f5fba1171104a1eb3d2f8b0fc0d084
Syntax[ObsoleteAttribute]
public void GetNormal(
out SbVec3f normal
)
<ObsoleteAttribute>
Public Sub GetNormal (
<OutAttribute> ByRef normal As SbVec3f
)
public:
[ObsoleteAttribute]
void GetNormal(
[OutAttribute] SbVec3f% normal
)
[<ObsoleteAttribute>]
member GetNormal :
normal : SbVec3f byref -> unit
Parameters
- normal
- Type: OIV.InventorSbVec3f
Output parameter to store the result.
See Also