API Reference > Classes > PRC Files, Structures and Assemblies > OdPrcViewNode Structure
OdPrcViewNode Structure
Syntax
C++
struct OdPrcViewNode { OdPrcObjectId view; OdGeMatrix3d matrix; OdPrcObjectIdArray path; };

PrcFile.h

Members 
Description 
OdPrcObjectId view; 
An identifier of a view object. 
OdGeMatrix3d matrix; 
A transformation matrix associated with the node. 
OdPrcObjectIdArray path; 
An array of object identifiers, which represents the path. 

The structure stores information of a view assigned with a assembly node.

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.