SoPrimitiveCountCacheSet Method |
Namespace: OIV.Inventor.CachesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Set(
int numTriangles,
int numLines,
int numPoints,
int numText,
int numImage
)
Public Sub Set (
numTriangles As Integer,
numLines As Integer,
numPoints As Integer,
numText As Integer,
numImage As Integer
)
public:
void Set(
int numTriangles,
int numLines,
int numPoints,
int numText,
int numImage
)
member Set :
numTriangles : int *
numLines : int *
numPoints : int *
numText : int *
numImage : int -> unit
Parameters
- numTriangles
- Type: SystemInt32
- numLines
- Type: SystemInt32
- numPoints
- Type: SystemInt32
- numText
- Type: SystemInt32
- numImage
- Type: SystemInt32
Remarks See Also