pCon.planner Plugin SDK  Version 8.9
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Properties | List of all members
X3g::Plugin::GeometryUpdateEventArgs Class Reference

Event arguments for geometry update of top-level entities. More...

Inherits EventArgs.

Properties

DbEntity^  Entity [get]
 Geometry of this entity is updated. More...
 
bool ComponentUpdate [get]
 True if components have been updated. More...
 

Detailed Description

Event arguments for geometry update of top-level entities.

Property Documentation

bool X3g::Plugin::GeometryUpdateEventArgs::ComponentUpdate
get

True if components have been updated.

If the entity geometry includes component instances, an event handler may skip the according components, if their state is already known. Components are identified by their name.

See Also
GeComponent

<seealso cref="GeComponentInstance" / >

DbEntity^ X3g::Plugin::GeometryUpdateEventArgs::Entity
get

Geometry of this entity is updated.