Houdini Engine 6.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
HAPI_GeoInfo Struct Reference

Meta-data for a SOP Node. More...

#include <HAPI_Common.h>

Public Attributes

HAPI_GeoType type
 
HAPI_StringHandle nameSH
 
HAPI_NodeId nodeId
 
HAPI_Bool isEditable
 
HAPI_Bool isTemplated
 Has the templated flag turned on which means "expose as read-only". More...
 
HAPI_Bool isDisplayGeo
 Final Result (Display SOP). More...
 
HAPI_Bool hasGeoChanged
 For incremental updates. More...
 
HAPI_Bool hasMaterialChanged
 
int partCount
 
int pointGroupCount
 
int primitiveGroupCount
 
int edgeGroupCount
 

Detailed Description

Meta-data for a SOP Node.

Definition at line 1599 of file HAPI_Common.h.

Member Data Documentation

int HAPI_GeoInfo::edgeGroupCount

Groups.

Definition at line 1633 of file HAPI_Common.h.

HAPI_Bool HAPI_GeoInfo::hasGeoChanged

For incremental updates.

Definition at line 1620 of file HAPI_Common.h.

HAPI_Bool HAPI_GeoInfo::hasMaterialChanged
Deprecated:
This variable is deprecated and should no longer be used. Materials are now separate from parts. They are maintained at the asset level so you only need to check if the material itself has changed via HAPI_MaterialInfo::hasChanged instead of the material on the part.

Definition at line 1627 of file HAPI_Common.h.

HAPI_Bool HAPI_GeoInfo::isDisplayGeo

Final Result (Display SOP).

Definition at line 1617 of file HAPI_Common.h.

HAPI_Bool HAPI_GeoInfo::isEditable

Whether the SOP node has been exposed by dragging it into the editable nodes section of the asset definition.

Definition at line 1611 of file HAPI_Common.h.

HAPI_Bool HAPI_GeoInfo::isTemplated

Has the templated flag turned on which means "expose as read-only".

Definition at line 1614 of file HAPI_Common.h.

HAPI_StringHandle HAPI_GeoInfo::nameSH

Definition at line 1602 of file HAPI_Common.h.

HAPI_NodeId HAPI_GeoInfo::nodeId

Use the node id to get the node's parameters. Using the HDK, you can also get the raw node C++ pointer for this object's internal node.

Definition at line 1607 of file HAPI_Common.h.

int HAPI_GeoInfo::partCount

Total number of parts this geometry contains. See Parts.

Definition at line 1638 of file HAPI_Common.h.

int HAPI_GeoInfo::pointGroupCount

Groups.

Definition at line 1631 of file HAPI_Common.h.

int HAPI_GeoInfo::primitiveGroupCount

Groups.

Definition at line 1632 of file HAPI_Common.h.

HAPI_GeoType HAPI_GeoInfo::type

Definition at line 1601 of file HAPI_Common.h.


The documentation for this struct was generated from the following file: