Gets the normal vector for each of the triangles, which make up the shaded picture tessellation for this part.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetTessTriStripNorms() As Single |
Visual Basic (Usage) | |
---|
Dim instance As IPartDoc
Dim value As Single
value = instance.IGetTessTriStripNorms()
|
C# | |
---|
float IGetTessTriStripNorms() |
C++/CLI | |
---|
float IGetTessTriStripNorms(); |
Return Value
- in-process, unmanaged C++: Pointer to an array containing the tristrip normals (see Remarks)
VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Remarks
See Also