| SbProjectionCoordinatesInitCoordinates Method  | 
 
Namespace: OIV.Inventor.ProjectionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic void InitCoordinates(
	SoNode node,
	int size
)
Public Sub InitCoordinates ( 
	node As SoNode,
	size As Integer
)
public:
void InitCoordinates(
	SoNode^ node, 
	int size
)
member InitCoordinates : 
        node : SoNode * 
        size : int -> unit 
Parameters
- node
 - Type: OIV.Inventor.NodesSoNode
 - size
 - Type: SystemInt32
 
Remarks
See Also