SoNormalCacheGetNormals Method |
Returns the list of normals in the cache .
Namespace: OIV.Inventor.CachesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbNativeArray<SbVec3f> GetNormals()
Public Function GetNormals As SbNativeArray(Of SbVec3f)
public:
SbNativeArray<SbVec3f>^ GetNormals()
member GetNormals : unit -> SbNativeArray<SbVec3f>
Return Value
Type:
SbNativeArraySbVec3fRemarks See Also